Browse Source

preparation for Ant 1.9.3 release

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1553118 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 11 years ago
parent
commit
66b0e99e24
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      WHATSNEW
  2. +1
    -1
      build.xml

+ 2
- 2
WHATSNEW View File

@@ -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: Changes that could break older environments:
@@ -15,7 +15,7 @@ Fixed bugs:
interfere with each other. interfere with each other.
Bugzilla Report 54393. 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. Bugzilla Report 49267.


* using attributes belonging to the if and unless namespaces * using attributes belonging to the if and unless namespaces


+ 1
- 1
build.xml View File

@@ -34,7 +34,7 @@
<property name="name" value="ant"/> <property name="name" value="ant"/>
<!-- this is the groupId of ant in the Maven repository --> <!-- this is the groupId of ant in the Maven repository -->
<property name="groupid" value="org/apache/ant"/> <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 --> <!-- 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="pom.version" value="1.9.3-SNAPSHOT"/>
<property name="manifest-version" value="1.9.3"/> <property name="manifest-version" value="1.9.3"/>


Loading…
Cancel
Save