Skip to content

Commit

Permalink
Remove non-snapshot versions from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SBI- committed Jul 5, 2018
1 parent 775595d commit 2807596
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ 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).

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 2807596

Please sign in to comment.