mirror of https://github.com/apache/ant-ivy
Prepare the version for the next release
This commit is contained in:
parent
f2b98e5321
commit
a76a8c4bb0
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue