mirror of https://github.com/apache/ant-ivy
Document how to properly declare the qualifier of the OSGi version
This commit is contained in:
parent
55fb3f8930
commit
f2b98e5321
|
|
@ -21,6 +21,7 @@ target.ivy.version=2.5.0-rc1
|
|||
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_
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue