Skip to content

Commit

Permalink
extend docu to cover SNAPSHOT / qualifier versions
Browse files Browse the repository at this point in the history
  • Loading branch information
innerjoin authored Jun 7, 2017
1 parent 7d25ce7 commit aa8f2e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ When building and distributing a new version of your service, all of the version

Run the tycho-versions-plugin from the project root (where the root pom.xml is located).

Example, change all versions to 2.0.0: `mvn org.eclipse.tycho:tycho-versions-plugin:set-version "-DnewVersion=2.0.0"`
Examples:
- change all versions to 2.0.0: `mvn org.eclipse.tycho:tycho-versions-plugin:set-version "-DnewVersion=2.0.0"`
- change all version to 1.2.0-SNAPSHOT or 1.2.0.qualifier: `mvn org.eclipse.tycho:tycho-versions-plugin:set-version "-DnewVersion=1.2.0-SNAPSHOT"`

This also makes sure that the correct snapshot and qualifier strings are set in the respective pom and manifest files.

Expand Down

0 comments on commit aa8f2e8

Please sign in to comment.