[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[tycho-user] Version qualifier problems when building release candidates...
|
Hi,
I'd like to build a release candidate of my plug-ins. For that I replaced all occurrences of 1.0.0-SNAPSHOT with the qualifed Maven like version 1.0.0-rc1 and all occurrences of 1.0.0.qualifier with 1.0.0.rc1.
Performing the build leeds to the following error:
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.15.0:validate-version (default-validate-version) on project bundle.a: OSGi version 1.0.0.rc1 in META-INF/MANIFEST.MF does not match Maven version 1.0.0-rc1 in pom.xml -> [Help 1]
When using exact the same versions in both (pom.xml and MANIFEST.MF) the build succeeds. Unfortunately, therefore I have to use the OSGi like version 1.0.0.rc1 in my pom files, where I would realy prefer the Maven format 1.0.0-rc1.
Is there a deeper reason why Tycho does not support qualified release versions, such as 1.0.0-rc1?
Best regards
Bernd Vogt