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/05/16 04:17:14 UTC

svn commit: r1483152 - in /ant/core/trunk: WHATSNEW build.xml

Author: antoine
Date: Thu May 16 02:17:14 2013
New Revision: 1483152

URL: http://svn.apache.org/r1483152
Log:
preparing to build Ant 1.9.1

Modified:
    ant/core/trunk/WHATSNEW
    ant/core/trunk/build.xml

Modified: ant/core/trunk/WHATSNEW
URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=1483152&r1=1483151&r2=1483152&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Thu May 16 02:17:14 2013
@@ -1,4 +1,18 @@
-Changes from Ant 1.9.0 TO current
+Changes from Ant 1.9.1 TO current
+===================================
+
+Changes that could break older environments:
+-------------------------------------------
+
+
+Fixed bugs:
+-----------
+
+
+Other changes:
+--------------
+
+Changes from Ant 1.9.0 TO Ant 1.9.1
 ===================================
 
 Changes that could break older environments:

Modified: ant/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=1483152&r1=1483151&r2=1483152&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Thu May 16 02:17:14 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.1alpha"/>
+  <property name="project.version" value="1.9.1"/>
   <!-- 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.1-SNAPSHOT"/>
   <property name="manifest-version" value="1.9.1"/>