Author: schulte
Date: Sun May 29 15:29:01 2016
New Revision: 1746018
URL: http://svn.apache.org/viewvc?rev=1746018&view=rev
Log:
[MDEP-527] Upgrade of 'plexus-archiver' to version 3.3.
Modified:
maven/plugins/trunk/maven-dependency-plugin/pom.xml
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/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=1746018&r1=1746017&r2=1746018&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Sun May 29 15:29:01 2016
@@ -175,7 +175,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
- <version>3.2</version>
+ <version>3.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
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=1746018&r1=1746017&r2=1746018&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 15:29:01 2016
@@ -20,21 +20,21 @@ under the License.
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
-
+
<parent>
<groupId>org.apache.maven.plugins.dependency.its</groupId>
<artifactId>maven-custom-ear</artifactId>
<version>1.0</version>
</parent>
-
+
<artifactId>maven-custom-ear-manager</artifactId>
-
+
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
- <version>2.6.3</version>
+ <version>3.3</version>
</dependency>
</dependencies>
-
+
</project>
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=1746018&r1=1746017&r2=1746018&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 15:29:01 2016
@@ -20,16 +20,16 @@ under the License.
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
-
+
<parent>
<groupId>org.apache.maven.plugins.dependency.its</groupId>
<artifactId>maven-custom-ear</artifactId>
<version>1.0</version>
</parent>
-
+
<artifactId>maven-custom-ear-plugin</artifactId>
<packaging>maven-plugin</packaging>
-
+
<build>
<resources>
<resource>
@@ -56,9 +56,9 @@ under the License.
</plugin>
</plugins>
</build>
-
+
<dependencies>
- <!--
+ <!--
<dependency>
<groupId>org.apache.maven.plugins.dependency.its</groupId>
<artifactId>maven-custom-ear-manager</artifactId>
@@ -78,7 +78,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
- <version>2.6.3</version>
+ <version>3.3</version>
</dependency>
<!-- dependencies to annotations -->
<dependency>
@@ -88,5 +88,5 @@ under the License.
<scope>provided</scope>
</dependency>
</dependencies>
-
+
</project>