Document how to properly declare the qualifier of the OSGi version

This commit is contained in:
Nicolas Lalevée 2018-04-15 19:12:27 +02:00
parent 55fb3f8930
commit f2b98e5321
1 changed files with 1 additions and 0 deletions

View File

@ -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_