You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/05/29 17:16:06 UTC

svn commit: r1746037 - in /maven/plugins/trunk/maven-dependency-plugin/src/it/projects/setup-custom-ear-lifecycle: manager/pom.xml plugin/pom.xml

Author: schulte
Date: Sun May 29 17:16:06 2016
New Revision: 1746037

URL: http://svn.apache.org/viewvc?rev=1746037&view=rev
Log:
[MDEP-527] Upgrade of 'plexus-archiver' to version 3.3.

o Downgraded 'plexus-archiver' to version used by IT.


Modified:
    maven/plugins/trunk/maven-dependency-plugin/src/it/projects/setup-custom-ear-lifecycle/manager/pom.xml
    maven/plugins/trunk/maven-dependency-plugin/src/it/projects/setup-custom-ear-lifecycle/plugin/pom.xml

Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/projects/setup-custom-ear-lifecycle/manager/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/projects/setup-custom-ear-lifecycle/manager/pom.xml?rev=1746037&r1=1746036&r2=1746037&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/it/projects/setup-custom-ear-lifecycle/manager/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/it/projects/setup-custom-ear-lifecycle/manager/pom.xml Sun May 29 17:16:06 2016
@@ -33,7 +33,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>3.3</version>
+      <version>2.6.3</version>
     </dependency>
   </dependencies>
 

Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/projects/setup-custom-ear-lifecycle/plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/projects/setup-custom-ear-lifecycle/plugin/pom.xml?rev=1746037&r1=1746036&r2=1746037&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/it/projects/setup-custom-ear-lifecycle/plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/it/projects/setup-custom-ear-lifecycle/plugin/pom.xml Sun May 29 17:16:06 2016
@@ -78,7 +78,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>3.3</version>
+      <version>2.6.3</version>
     </dependency>
     <!-- dependencies to annotations -->
     <dependency>