Author: maartenc
Date: Tue Jan 1 20:52:52 2013
New Revision: 1427559
URL: http://svn.apache.org/viewvc?rev=1427559&view=rev
Log:
bundle qualifier should be final
Modified:
ant/ivy/core/branches/2.3.0/version.properties
Modified: ant/ivy/core/branches/2.3.0/version.properties
URL:
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.3.0/version.properties?rev=1427559&r1=1427558&r2=1427559&view=diff
==============================================================================
--- ant/ivy/core/branches/2.3.0/version.properties (original)
+++ ant/ivy/core/branches/2.3.0/version.properties Tue Jan 1 20:52:52 2013
@@ -21,4 +21,4 @@ target.ivy.version=2.3.0
target.ivy.bundle.version=2.3.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
-target.ivy.bundle.version.qualifier=
+target.ivy.bundle.version.qualifier=final_