Author: jdcasey
Date: Wed Jun 18 09:00:47 2008
New Revision: 669206
URL: http://svn.apache.org/viewvc?rev=669206&view=rev
Log:
Upgrading clirr plugin version (needs a release before this POM is released),
so comparison artifacts will be resolved before being used...otherwise, this
depends on artifacts already being in place within the local repository, which
is a very bad assumption.
Modified:
maven/pom/trunk/maven/pom.xml
Modified: maven/pom/trunk/maven/pom.xml
URL:
http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=669206&r1=669205&r2=669206&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Wed Jun 18 09:00:47 2008
@@ -341,7 +341,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
- <version>2.1.1</version>
+ <version>2.3-SNAPSHOT</version>
</plugin>
</plugins>
</reporting>