You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by an...@apache.org on 2013/03/04 04:10:56 UTC

svn commit: r1452175 - /ant/core/trunk/build.xml

Author: antoine
Date: Mon Mar  4 03:10:56 2013
New Revision: 1452175

URL: http://svn.apache.org/r1452175
Log:
preparing a 1.9.0 version

Modified:
    ant/core/trunk/build.xml

Modified: ant/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=1452175&r1=1452174&r2=1452175&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Mon Mar  4 03:10:56 2013
@@ -34,7 +34,7 @@
   <property name="name" value="ant"/>
   <!-- this is the groupId of ant in the Maven repository -->
   <property name="groupid" value="org/apache/ant"/>
-  <property name="project.version" value="1.9.0alpha"/>
+  <property name="project.version" value="1.9.0"/>
   <!-- pom.version is used when doing a distribution and must match with what is checked in under src/etc/poms -->
   <property name="pom.version" value="1.9.0-SNAPSHOT"/>
   <property name="manifest-version" value="1.9.0"/>