From f2b98e532188061c547f175cf4c44b64e1a5a8e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Laleve=CC=81e?= Date: Sun, 15 Apr 2018 19:12:27 +0200 Subject: [PATCH] Document how to properly declare the qualifier of the OSGi version --- version.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/version.properties b/version.properties index 7698e636..56015338 100644 --- a/version.properties +++ b/version.properties @@ -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_