Skip to content

Is there a way to specify the version for all bundles, features and the updatesite only once? #656

Answered by laeubi
ingomohr asked this question in Q&A
Discussion options

You must be logged in to vote

Short answer: No, there is no such thing, but you probably could use tycho-update-versions or similar.

Some thoughts

which are to be updated when you raise the version for a next release

This "release version = artifact version" is really bad when it comes to the consumer of your artifacts. From an OSGi perspective you better use semantic versioning instead of unnecessarily raise versions or even produce duplicated artifacts with the same content.

I can specify the version at exactly one place and have tycho (and the maven build)

This is even not possible with maven, you can use CI-Friendly versions to some extend for this but there are some restrictions. We are currently working on t…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ingomohr
Comment options

Answer selected by ingomohr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants