Author: antoine
Date: Mon Dec 23 14:37:11 2013
New Revision: 1553118
URL: http://svn.apache.org/r1553118
Log:
preparation for Ant 1.9.3 release
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=1553118&r1=1553117&r2=1553118&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Mon Dec 23 14:37:11 2013
@@ -1,4 +1,4 @@
-Changes from Ant 1.9.2 TO current
+Changes from Ant 1.9.2 TO Ant 1.9.3
===================================
Changes that could break older environments:
@@ -15,7 +15,7 @@ Fixed bugs:
interfere with each other.
Bugzilla Report 54393.
- * <mail>'s mailport still didn't work proprly when using smtps.
+ * <mail>'s mailport still didn't work properly when using smtps.
Bugzilla Report 49267.
* using attributes belonging to the if and unless namespaces
Modified: ant/core/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=1553118&r1=1553117&r2=1553118&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Mon Dec 23 14:37:11 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.3alpha"/>
+ <property name="project.version" value="1.9.3"/>
<!-- 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.3-SNAPSHOT"/>
<property name="manifest-version" value="1.9.3"/>