You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2011/04/13 10:08:27 UTC

svn commit: r1091687 - /maven/ant-tasks/trunk/pom.xml

Author: stephenc
Date: Wed Apr 13 08:08:26 2011
New Revision: 1091687

URL: http://svn.apache.org/viewvc?rev=1091687&view=rev
Log:
* preparing to respin 2.1.3
* updated parent to hopefully fix site issues
* use latest version of shade plugin

Modified:
    maven/ant-tasks/trunk/pom.xml

Modified: maven/ant-tasks/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/pom.xml?rev=1091687&r1=1091686&r2=1091687&view=diff
==============================================================================
--- maven/ant-tasks/trunk/pom.xml (original)
+++ maven/ant-tasks/trunk/pom.xml Wed Apr 13 08:08:26 2011
@@ -25,12 +25,12 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>15</version>
+    <version>19</version>
   </parent>
 
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-ant-tasks</artifactId>
-  <version>2.1.4-SNAPSHOT</version>
+  <version>2.1.3-SNAPSHOT</version>
 
   <name>Maven Ant Tasks</name>
   <description>Ant Tasks used for Maven integration</description>
@@ -229,7 +229,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-shade-plugin</artifactId>
-          <version>1.2.1</version>
+          <version>1.4</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>