You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bi...@apache.org on 2011/10/28 21:39:49 UTC

svn commit: r1190519 - /maven/plugins/trunk/maven-antrun-plugin/pom.xml

Author: bimargulies
Date: Fri Oct 28 19:39:48 2011
New Revision: 1190519

URL: http://svn.apache.org/viewvc?rev=1190519&view=rev
Log:
[MANTRUN-162] Update Ant 1.8.2, avoid insufficient system resources error

o as per ant 1.8.2 release notes, replace ant-nodeps with plain old 'ant'.

Modified:
    maven/plugins/trunk/maven-antrun-plugin/pom.xml

Modified: maven/plugins/trunk/maven-antrun-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/pom.xml?rev=1190519&r1=1190518&r2=1190519&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-antrun-plugin/pom.xml Fri Oct 28 19:39:48 2011
@@ -77,8 +77,8 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>
-      <artifactId>ant-nodeps</artifactId>
-      <version>1.8.1</version>
+      <artifactId>ant</artifactId>
+      <version>1.8.2</version>
     </dependency>
   </dependencies>