Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Product versions are not updated by tycho-versions-plugin

This is a limitation of the tycho-versions-plugin

Jeff


On Wed, Aug 22, 2012 at 4:55 PM, Benjamin Abernathy <ben@xxxxxxxxxxxxxx> wrote:

I have a project that has a eclipse-repository module and in that module
I have several product files that aggregate features together. When
using tycho-versions-plugin to update the project's version I noticed
the product files' version is not being updated. For example, if I
execute the following command:

mvn -Dtycho.mode=maven
org.eclipse.tycho:tycho-versions-plugin:set-version
-DnewVersion=3.0.2-SNAPSHOT

I would have expected to see the POMs, manifests, features, and products
updated to the new version. However, I am noticing that the product
files are not being updated. I tried this in both 0.15.0 and
0.16.0-SNAPSHOT with the same results. Is this expected behavior?

Thank you,

Ben
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Back to the top