Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable tycho-versions-plugin to manage versioning #1070

Merged
merged 1 commit into from
Apr 2, 2022
Merged

Conversation

lhstrh
Copy link
Member

@lhstrh lhstrh commented Apr 2, 2022

To bump the Maven and OSGi configuration version numbers to 0.1.0:

mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=0.1.0
mvn org.eclipse.tycho:tycho-versions-plugin:update-eclipse-metadata

Thankfully, when the suffix-SNAPSHOT is used in the newVersion, the subsequent update-eclipse-metadata updates the Eclipse files with a corresponding .qualifier suffix.

Formerly, we used:

mvn versions:set -DnewVersion=${{ steps.semver.outputs.bump }} -DgenerateBackupPoms=false

which leaves the Eclipse configuration untouched.

@lhstrh lhstrh merged commit e7b3c40 into master Apr 2, 2022
@lhstrh lhstrh deleted the tycho-versions branch April 2, 2022 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant