Community
Participate
Working Groups
Build Identifier: 0.14.0-SNAPSHOT With the tycho-version-plugin it was possible to change the version to something like 1.2.3_SNAPSHOT, which left you with a broken project (it didnt allow you to change the version back to something valid, like 1.2.3-SNAPSHOT). Reproducible: Always Steps to Reproduce: 1. mvn org.eclipse.tycho:tycho-versions-plugin:0.14.0-SNAPSHOT:set-version -DnewVersion=1.2.3_SNAPSHOT 2. mvn org.eclipse.tycho:tycho-versions-plugin:0.14.0-SNAPSHOT:set-version -DnewVersion=1.2.3-SNAPSHOT Second step fails. (Preferred would be: First step fails :-).
Created attachment 203244 [details] proposed patch (checks if version can be transformed into a valid osgi version)
Fixed with cd1e4c6. Thanks for the patch :-)