You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2010/02/08 01:10:35 UTC

svn commit: r907522 - /maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Author: olamy
Date: Mon Feb  8 00:10:35 2010
New Revision: 907522

URL: http://svn.apache.org/viewvc?rev=907522&view=rev
Log:
upgrade maven-compiler-plugin version

Modified:
    maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Modified: maven/plugins/branches/maven-site-plugin-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/pom.xml?rev=907522&r1=907521&r2=907522&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/pom.xml Mon Feb  8 00:10:35 2010
@@ -387,7 +387,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.0.2</version>
+          <version>2.1</version>
           <configuration>
             <source>1.5</source>
             <target>1.5</target>