Author: niallp
Date: Wed Aug 20 05:56:25 2008
New Revision: 687301
URL: http://svn.apache.org/viewvc?rev=687301&view=rev
Log:
Upgrade to latest clirr plugin version 2.2.2 (fixes problem downloading the old
artifact from the repo)
Modified:
commons/proper/beanutils/trunk/pom.xml
commons/proper/chain/trunk/pom.xml
commons/proper/codec/trunk/pom.xml
commons/proper/email/trunk/pom.xml
commons/proper/fileupload/trunk/pom.xml
commons/proper/io/trunk/pom.xml
commons/proper/lang/trunk/pom.xml
commons/proper/logging/trunk/pom.xml
commons/proper/math/trunk/pom.xml
commons/proper/net/trunk/pom.xml
commons/proper/pool/trunk/pom.xml
Modified: commons/proper/beanutils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=687301&r1=687300&r2=687301&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Wed Aug 20 05:56:25 2008
@@ -264,7 +264,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
- <version>2.2</version>
+ <version>2.2.2</version>
<configuration>
<comparisonVersion>1.8.0-BETA</comparisonVersion>
<minSeverity>info</minSeverity>
Modified: commons/proper/chain/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=687301&r1=687300&r2=687301&view=diff
==============================================================================
--- commons/proper/chain/trunk/pom.xml (original)
+++ commons/proper/chain/trunk/pom.xml Wed Aug 20 05:56:25 2008
@@ -233,7 +233,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
- <version>2.2</version>
+ <version>2.2.2</version>
<configuration>
<comparisonVersion>1.1</comparisonVersion>
<minSeverity>info</minSeverity>
Modified: commons/proper/codec/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=687301&r1=687300&r2=687301&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Wed Aug 20 05:56:25 2008
@@ -241,7 +241,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
- <version>2.1</version>
+ <version>2.2.2</version>
<configuration>
<comparisonVersion>1.3</comparisonVersion>
<minSeverity>info</minSeverity>
Modified: commons/proper/email/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=687301&r1=687300&r2=687301&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Wed Aug 20 05:56:25 2008
@@ -308,7 +308,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
- <version>2.2</version>
+ <version>2.2.2</version>
<configuration>
<comparisonArtifacts>
<comparisonArtifact>
Modified: commons/proper/fileupload/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/pom.xml?rev=687301&r1=687300&r2=687301&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/pom.xml (original)
+++ commons/proper/fileupload/trunk/pom.xml Wed Aug 20 05:56:25 2008
@@ -233,7 +233,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
- <version>2.2</version>
+ <version>2.2.2</version>
<configuration>
<comparisonArtifacts>
<comparisonArtifact>
Modified: commons/proper/io/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=687301&r1=687300&r2=687301&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Wed Aug 20 05:56:25 2008
@@ -289,7 +289,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
- <version>2.2</version>
+ <version>2.2.2</version>
<configuration>
<comparisonVersion>1.4</comparisonVersion>
<minSeverity>info</minSeverity>
Modified: commons/proper/lang/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=687301&r1=687300&r2=687301&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Wed Aug 20 05:56:25 2008
@@ -453,7 +453,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
- <version>2.2</version>
+ <version>2.2.2</version>
<configuration>
<comparisonVersion>2.3</comparisonVersion>
<minSeverity>info</minSeverity>
Modified: commons/proper/logging/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=687301&r1=687300&r2=687301&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Wed Aug 20 05:56:25 2008
@@ -496,7 +496,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
- <version>2.2</version>
+ <version>2.2.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Modified: commons/proper/math/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=687301&r1=687300&r2=687301&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Wed Aug 20 05:56:25 2008
@@ -244,7 +244,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
- <version>2.1.1</version>
+ <version>2.2.2</version>
<executions>
<execution>
<goals>
Modified: commons/proper/net/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=687301&r1=687300&r2=687301&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Wed Aug 20 05:56:25 2008
@@ -179,7 +179,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
- <version>2.2</version>
+ <version>2.2.2</version>
<configuration>
<comparisonVersion>1.4.1</comparisonVersion>
<minSeverity>info</minSeverity>
Modified: commons/proper/pool/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=687301&r1=687300&r2=687301&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Wed Aug 20 05:56:25 2008
@@ -231,7 +231,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
- <version>2.2</version>
+ <version>2.2.2</version>
<configuration>
<comparisonVersion>1.3</comparisonVersion>
<minSeverity>info</minSeverity>