Author: bodewig
Date: Tue Feb 9 11:22:26 2010
New Revision: 908004
URL: http://svn.apache.org/viewvc?rev=908004&view=rev
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?rev=908004&r1=908003&r2=908004&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Tue Feb 9 11:22:26 2010
@@ -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.8.0"/>
+ <property name="project.version" value="1.8.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.8.0-SNAPSHOT"/>
- <property name="manifest-version" value="1.8.0"/>
+ <property name="pom.version" value="1.8.1-SNAPSHOT"/>
+ <property name="manifest-version" value="1.8.1"/>
<property name="bootstrap.jar" value="ant-bootstrap.jar"/>
<property name="ant.package" value="org/apache/tools/ant"/>