Author: vsiveton Date: Mon Sep 8 14:11:00 2008 New Revision: 693273 URL: http://svn.apache.org/viewvc?rev=693273&view=rev Log: o updated to last release: apache-jar-resource-bundle:1.4 maven-plugin-plugin:2.4.3 maven-scm-plugin:1.1 plexus-maven-plugin:1.3.8
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=693273&r1=693272&r2=693273&view=diff ============================================================================== --- maven/pom/trunk/maven/pom.xml (original) +++ maven/pom/trunk/maven/pom.xml Mon Sep 8 14:11:00 2008 @@ -542,7 +542,7 @@ </goals> <configuration> <resourceBundles> - <resourceBundle>org.apache:apache-jar-resource-bundle:1.3</resourceBundle> + <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> </resourceBundles> </configuration> </execution> @@ -624,7 +624,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> - <version>2.4.2</version> + <version>2.4.3</version> </plugin> <!-- START SNIPPET: release-plugin-configuration --> <plugin> @@ -656,7 +656,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-plugin</artifactId> - <version>1.0</version> + <version>1.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -681,7 +681,7 @@ <plugin> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-maven-plugin</artifactId> - <version>1.3.5</version> + <version>1.3.8</version> </plugin> <plugin> <groupId>org.codehaus.modello</groupId> @@ -759,7 +759,7 @@ </activation> <build> <plugins> - + <!--<plugin> Clirr needs to be more flexble before we can force this everywhere. New releases that don't have previous artifacts to compare cause Clirr to blow up. And Clirr needs to be smart enough to only look at the previous release artifact so we can make this work during snapshot builds, otherwise it just blows up when you try to do a release. <groupId>org.codehaus.mojo</groupId>