-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated version to 4.2 #505
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4.2.0 is coming!
Great work
@@ -1,5 +1,5 @@ | |||
#!/bin/sh | |||
# https://eclipse.org/tycho/sitedocs/tycho-release/tycho-versions-plugin/set-version-mojo.html | |||
|
|||
mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=3.0.0-SNAPSHOT | |||
VERSION=$1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this script working?
It would really be great if the version was derived from git tags at build time without using scripts. Or not? Is it good practice?
(I suppose that this script patches all the versions throughout the codebase)
@@ -6,7 +6,7 @@ | |||
<parent> | |||
<groupId>com.gwtplugins.eclipse</groupId> | |||
<artifactId>trunk</artifactId> | |||
<version>4.1.0-SNAPSHOT</version> | |||
<version>4.2.0-SNAPSHOT</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I get it right, this "4.2.0-SNAPSHOT" is derived from parent POM if not specified at all.
Disclaimer: not a maven expert
@@ -2,7 +2,7 @@ | |||
<feature | |||
id="com.gwtplugins.eclipse.suite.v3.feature" | |||
label="%featureName" | |||
version="4.1.0.qualifier" | |||
version="4.2.0.qualifier" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But "simplifying" the feature version might be trickier
No description provided.