Repository: ant-ivy
Updated Branches:
  refs/heads/master 55fb3f893 -> f2b98e532


Document how to properly declare the qualifier of the OSGi version


Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/f2b98e53
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/f2b98e53
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/f2b98e53

Branch: refs/heads/master
Commit: f2b98e532188061c547f175cf4c44b64e1a5a8e1
Parents: 55fb3f8
Author: Nicolas Lalevée <nicolas.lale...@hibnet.org>
Authored: Sun Apr 15 19:12:27 2018 +0200
Committer: Nicolas Lalevée <nicolas.lale...@hibnet.org>
Committed: Sun Apr 15 19:12:27 2018 +0200

----------------------------------------------------------------------
 version.properties | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/f2b98e53/version.properties
----------------------------------------------------------------------
diff --git a/version.properties b/version.properties
index 7698e63..5601533 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_
 
 

Reply via email to