-
Notifications
You must be signed in to change notification settings - Fork 189
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
set-version fails to update MANIFEST.MF if CI-firendly versions are in use #3744
Comments
sratz
added a commit
to sratz/tycho
that referenced
this issue
May 31, 2024
In PomFile#getVersion(), resolve properties used in the raw version of the project. This is necessary so that downstream manipulators (MANIFEST.MF, feature.xml, category.xml, ...) can see the actual version and act on it. Fixes eclipse-tycho#3744.
sratz
added a commit
to sratz/tycho
that referenced
this issue
May 31, 2024
In PomFile#getVersion(), resolve properties used in the raw version of the project. This is necessary so that downstream manipulators (MANIFEST.MF, feature.xml, category.xml, ...) can see the actual version and act on it. Fixes eclipse-tycho#3744.
sratz
added a commit
to sratz/tycho
that referenced
this issue
May 31, 2024
In PomFile#getVersion(), resolve properties used in the raw version of the project. This is necessary so that downstream manipulators (MANIFEST.MF, feature.xml, category.xml, ...) can see the actual version and act on it. Fixes eclipse-tycho#3744.
laeubi
pushed a commit
that referenced
this issue
Jun 1, 2024
In PomFile#getVersion(), resolve properties used in the raw version of the project. This is necessary so that downstream manipulators (MANIFEST.MF, feature.xml, category.xml, ...) can see the actual version and act on it. Fixes #3744.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Tycho 4.0.7
Test steps
mvn clean verify -f versionFail
succeedsmvn -f versionFail org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=2.0.0-SNAPSHOT
. Ensure is succeeds.mvn -f versionFail clean verify
againExpected result
A build should succeed as no manual changes were applied to the project -
set-version
command was the only actor.Actual result
A build fails with:
Excerpts
Notes
An attempt to use ${revision} in MANIFEST.MF breaks PDE:
The text was updated successfully, but these errors were encountered: