mirror of https://github.com/apache/ant-ivy
prep 2.5.0 release
This commit is contained in:
parent
7eb3908f70
commit
8b94e475cc
|
|
@ -16,13 +16,13 @@
|
|||
# * specific language governing permissions and limitations
|
||||
# * under the License.
|
||||
# ***************************************************************
|
||||
target.ivy.version=2.5.0-rc2
|
||||
target.ivy.version=2.5.0
|
||||
# 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=cr2_
|
||||
target.ivy.bundle.version.qualifier=final_
|
||||
|
||||
|
||||
# Versions of dependencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue