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 2013/02/13 15:22:46 UTC

svn commit: r1445622 - /maven/site/trunk/content/apt/guides/getting-started/index.apt

Author: olamy
Date: Wed Feb 13 14:22:45 2013
New Revision: 1445622

URL: http://svn.apache.org/r1445622
Log:
update plugin version

Modified:
    maven/site/trunk/content/apt/guides/getting-started/index.apt

Modified: maven/site/trunk/content/apt/guides/getting-started/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/getting-started/index.apt?rev=1445622&r1=1445621&r2=1445622&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/getting-started/index.apt (original)
+++ maven/site/trunk/content/apt/guides/getting-started/index.apt Wed Feb 13 14:22:45 2013
@@ -488,7 +488,7 @@ mvn eclipse:eclipse
     <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-compiler-plugin</artifactId>
-      <version>2.0.2</version>
+      <version>2.5.1</version>
       <configuration>
         <source>1.5</source>
         <target>1.5</target>