Skip to content

Commit

Permalink
Prepare the version for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
hibnico committed Apr 19, 2018
1 parent f2b98e5 commit a76a8c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
# * specific language governing permissions and limitations
# * under the License.
# ***************************************************************
target.ivy.version=2.5.0-rc1
target.ivy.version=2.5.0-rc2
# Following OSGi spec: have to be 3 numbers separated by dots
target.ivy.bundle.version=2.5.0
# in case we want to add a qualifier such as alpha, beta, etc...
# if non empty, add a '_' at the end of the qualifier, so the version would look like 1.2.3.alpha_200901011200
# NB: be careful with naming, OSGi orders version alphabetically. Suggested values: alpha_, beta_, cr1_ (for RC-1), final_
target.ivy.bundle.version.qualifier=cr1_
target.ivy.bundle.version.qualifier=cr2_


# Versions of dependencies
Expand All @@ -39,4 +39,4 @@ jsch.agentproxy.version=0.0.9
jsch.version=0.1.54
junit.version=4.12
oro.version=2.0.8
xmlunit.version=1.6
xmlunit.version=1.6

0 comments on commit a76a8c4

Please sign in to comment.