Browse Source

preparing to build Ant 1.9.1

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

+ 15
- 1
WHATSNEW View File

@@ -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:


+ 1
- 1
build.xml View File

@@ -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"/>


Loading…
Cancel
Save