Author: sebb
Date: Fri Jun 18 14:32:51 2010
New Revision: 956014

URL: http://svn.apache.org/viewvc?rev=956014&view=rev
Log:
gpg 1.0 => 1.1
Document problem with antrun 1.4

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=956014&r1=956013&r2=956014&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Fri Jun 18 14:32:51 2010
@@ -126,6 +126,9 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-antrun-plugin</artifactId>
+          <!-- 
+          Warning: 1.4 has regression bug, see: 
http://jira.codehaus.org/browse/MANTRUN-143
+           -->
           <version>1.3</version>
         </plugin>
         <plugin>
@@ -159,7 +162,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-gpg-plugin</artifactId>
-          <version>1.0</version>
+          <version>1.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>


Reply via email to