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 2014/04/30 03:19:49 UTC

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

Author: antoine
Date: Wed Apr 30 01:19:48 2014
New Revision: 1591169

URL: http://svn.apache.org/r1591169
Log:
preparation for Ant 1.9.4 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=1591169&r1=1591168&r2=1591169&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Wed Apr 30 01:19:48 2014
@@ -1,4 +1,4 @@
-Changes from Ant 1.9.3 TO current
+Changes from Ant 1.9.3 TO Ant 1.9.4
 ===================================
 
 Changes that could break older environments:
@@ -13,11 +13,11 @@ Changes that could break older environme
    Bugzilla Report 54769
 
  * when matching an entry of a zip/tarfileset against a pattern a
-   leading slash will be stripped from the entry name.  Most archive
+   leading slash will be stripped from the entry name.  Most archives
    don't contain paths with leading slashes anyway.
    This may cause include/exclude patterns that start with a / to stop
    matching anything.  Such patterns only used to work by accident and
-   only on platforms with multiple file syste roots.
+   only on platforms with multiple file system roots.
    Bugzilla Report 53949
 
  * DirectoryScanner and thus fileset/dirset will now silently drop all

Modified: ant/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=1591169&r1=1591168&r2=1591169&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Wed Apr 30 01:19:48 2014
@@ -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.4beta"/>
+  <property name="project.version" value="1.9.4"/>
   <!-- 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.4-SNAPSHOT"/>
   <property name="manifest-version" value="1.9.4"/>