Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Make tycho use release version of bundles and ignore snapshots

Hi,

How can I force tycho to use release versions of bundles and ignore snapshots?
Actually, when trying to build a p2 repository I got the snapshot versions inside it since my bundle depends on version 1.0.0 and greater; so, instead of getting the version 1.0.0.RELEASE I get the version 1.0.1.201109011815 which is a snapshot.
I could make my dependency more restrictive by using only version 1.0.0 "[1.0.0,1.0.1)" but my bundle will be fully compliant with the next release version which will be 1.0.1.RELEASE


Thank you in advance for your help.



Back to the top