Skip to content

Commit

Permalink
Added comments on how to prepare a beta release in pom. For #107
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNielsen committed Jan 19, 2018
1 parent 7e1529a commit 7a05fdd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
the plugin will show up with at version number like:
major.minor.patch-SNAPSHOT-gitSHA (dev builds)
major.minor.patch-gitSHA (releases)
You can make a beta or alpha release by putting in beta or alpha in the pom according to
https://jenkins.io/blog/2013/09/23/experimental-plugins-update-center/
Those updates will only be visible to people who have enabled the experimental update center.
Example of a beta: 3.0.0-beta.1-SNAPSHOT
-->
<version>3.0.1-beta.2-SNAPSHOT</version>
<packaging>hpi</packaging>
Expand Down

0 comments on commit 7a05fdd

Please sign in to comment.