Author: brett
Date: Mon Jan 16 04:09:07 2012
New Revision: 1231829
URL: http://svn.apache.org/viewvc?rev=1231829&view=rev
Log:
consistent version of plexus-archiver used
Modified:
incubator/npanday/trunk/components/dotnet-core/pom.xml
incubator/npanday/trunk/plugins/application-maven-plugin/pom.xml
incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml
incubator/npanday/trunk/plugins/azure-maven-plugin/pom.xml
incubator/npanday/trunk/plugins/maven-aspx-plugin/pom.xml
incubator/npanday/trunk/plugins/maven-repository-plugin/pom.xml
incubator/npanday/trunk/pom.xml
Modified: incubator/npanday/trunk/components/dotnet-core/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/pom.xml?rev=1231829&r1=1231828&r2=1231829&view=diff
==============================================================================
--- incubator/npanday/trunk/components/dotnet-core/pom.xml (original)
+++ incubator/npanday/trunk/components/dotnet-core/pom.xml Mon Jan 16 04:09:07
2012
@@ -55,13 +55,6 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
- <version>1.0-alpha-10</version>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-component-api</artifactId>
- </exclusion>
- </exclusions>
</dependency>
</dependencies>
<build>
Modified: incubator/npanday/trunk/plugins/application-maven-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/application-maven-plugin/pom.xml?rev=1231829&r1=1231828&r2=1231829&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/application-maven-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/application-maven-plugin/pom.xml Mon Jan 16
04:09:07 2012
@@ -34,13 +34,6 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
- <version>1.1</version>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-component-api</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Modified: incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml?rev=1231829&r1=1231828&r2=1231829&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/aspnet-maven-plugin/pom.xml Mon Jan 16
04:09:07 2012
@@ -33,13 +33,6 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
- <version>1.1</version>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-component-api</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Modified: incubator/npanday/trunk/plugins/azure-maven-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/azure-maven-plugin/pom.xml?rev=1231829&r1=1231828&r2=1231829&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/azure-maven-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/azure-maven-plugin/pom.xml Mon Jan 16
04:09:07 2012
@@ -77,13 +77,6 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
- <version>2.0</version>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-component-api</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Modified: incubator/npanday/trunk/plugins/maven-aspx-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-aspx-plugin/pom.xml?rev=1231829&r1=1231828&r2=1231829&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-aspx-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-aspx-plugin/pom.xml Mon Jan 16
04:09:07 2012
@@ -37,13 +37,6 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
- <version>1.0-alpha-10</version>
- <exclusions>
- <exclusion>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-component-api</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Modified: incubator/npanday/trunk/plugins/maven-repository-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-repository-plugin/pom.xml?rev=1231829&r1=1231828&r2=1231829&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-repository-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-repository-plugin/pom.xml Mon Jan 16
04:09:07 2012
@@ -33,7 +33,6 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
- <version>1.0-alpha-3</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Modified: incubator/npanday/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1231829&r1=1231828&r2=1231829&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Mon Jan 16 04:09:07 2012
@@ -518,7 +518,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
- <version>1.0-alpha-9</version>
+ <version>2.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>