Author: hboutemy Date: Mon Jun 20 22:53:27 2011 New Revision: 1137812 URL: http://svn.apache.org/viewvc?rev=1137812&view=rev Log: updated maven-plugin-plugin and maven-site-plugin versions
Modified: maven/pom/trunk/asf/pom.xml Modified: maven/pom/trunk/asf/pom.xml URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1137812&r1=1137811&r2=1137812&view=diff ============================================================================== --- maven/pom/trunk/asf/pom.xml (original) +++ maven/pom/trunk/asf/pom.xml Mon Jun 20 22:53:27 2011 @@ -137,7 +137,6 @@ under the License. <configuration> <source>1.4</source> <target>1.4</target> - <encoding>${project.build.sourceEncoding}</encoding> </configuration> </plugin> <plugin> @@ -191,7 +190,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> - <version>2.7</version> + <version>2.8</version> </plugin> <!-- START SNIPPET: release-plugin-configuration --> <plugin> @@ -226,7 +225,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>2.2</version> + <version>2.3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>