You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2006/12/21 09:49:39 UTC

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

Author: bodewig
Date: Thu Dec 21 00:49:38 2006
New Revision: 489288

URL: http://svn.apache.org/viewvc?view=rev&rev=489288
Log:
bump version

Modified:
    ant/core/trunk/build.xml

Modified: ant/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?view=diff&rev=489288&r1=489287&r2=489288
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Thu Dec 21 00:49:38 2006
@@ -34,10 +34,10 @@
   <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.7.0"/>
+  <property name="project.version" value="1.7.1alpha"/>
   <!-- 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.7.0-SNAPSHOT"/>
-  <property name="manifest-version" value="1.7.0"/>
+  <property name="pom.version" value="1.7.1-SNAPSHOT"/>
+  <property name="manifest-version" value="1.7.1"/>
   <property name="bootstrap.jar" value="ant-bootstrap.jar"/>
 
   <property name="ant.package" value="org/apache/tools/ant"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org