Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] tycho release and versions in features and product configurations?

I am using this recipe when releasing tycho projects:

https://docs.sonatype.org/display/M2ECLIPSE/Staging+and+releasing+new+M2Eclipse+release

But after updating the trunk versions to <version+1>-SNAPSHOT I am not
sure how set the versions in the manifest, features and product
configuration. Eg. in the product configuration the version of the
features must be explicitly specified.

How do you go about updating the trunk version when it comes to
features, product configuration and other "hard" version dependencies
in the manifest files?

I have considered to use the second option:

 "Copy versions from plug-in and fragment manifest"

when specifying the versions of my plugins in a feature. This way I am
guaranteed to always use version from my workspace/target platform and
not some cached bundles from the m2 repo.


Back to the top