Skip to content
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

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Updated version to 4.2 #505

merged 1 commit into from
Dec 16, 2024

Conversation

keinhaar
Copy link
Contributor

@keinhaar keinhaar commented Dec 9, 2024

No description provided.

Copy link
Contributor

@protoism protoism left a 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
Copy link
Contributor

@protoism protoism Dec 9, 2024

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>
Copy link
Contributor

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"
Copy link
Contributor

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

@protoism protoism merged commit 76d0b71 into gwt-plugins:main Dec 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants