Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho version gone wrong

Hi, 

Tge problem looks like your pom.xml and MANIFEST.MF have different versions in com.company.bbcode.parser.  They should match. 

BTW Tycho 1.0.0 has now been released, so you may want to consider upgrading anyway, bit that is not your problem here. 

Jonah


On 14 Mar 2017 5:06 p.m., "khady lo seck" <khady.engineering@xxxxxxxxx> wrote:
Hello, 

I have started working on a my old maven tycho transition project and realized it is complaining abou1 the tycho versioning not being 0.26.0. Have we updated Tycho to 0.27.0 yet? Or do I have some other problem.


] Building com.company.bbcode.parser 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- tycho-packaging-plugin:0.26.0:build-qualifier (default-build-qualifier) @ com.company.bbcode.parser ---
[INFO] The project's OSGi version is 0.0.1.201703141651
[INFO]
[INFO] --- tycho-packaging-plugin:0.26.0:validate-id (default-validate-id) @ com.company.bbcode.parser ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) @ com.company.bbcode.parser ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21.562 s
[INFO] Finished at: 2017-03-14T09:51:57-07:00
[INFO] Final Memory: 68M/163M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.26.0:validate-version (default-validate-version) on project com.company.bbcode.parser: Unqualified OSGi version 1.0.0.qualifier must match unqualified Maven version 0.0.1-SNAPSHOT for SNAPSHOT builds -> [Help 1]




--
Best regards, 

Khady L. Seck
Full Stack Java Developer

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top