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:18:59 UTC

svn commit: r1445621 - /maven/site/trunk/content/fml/general.fml

Author: olamy
Date: Wed Feb 13 14:18:59 2013
New Revision: 1445621

URL: http://svn.apache.org/r1445621
Log:
update plugins versions

Modified:
    maven/site/trunk/content/fml/general.fml

Modified: maven/site/trunk/content/fml/general.fml
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/fml/general.fml?rev=1445621&r1=1445620&r2=1445621&view=diff
==============================================================================
--- maven/site/trunk/content/fml/general.fml (original)
+++ maven/site/trunk/content/fml/general.fml Wed Feb 13 14:18:59 2013
@@ -129,7 +129,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.3.2</version>
+        <version>2.5.1</version>
         <configuration>
           <source>1.5</source>
           <target>1.5</target>
@@ -270,7 +270,7 @@ Where: <path-to-file>  the path to the f
   <plugin>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-site-plugin</artifactId>
-    <version>2.3</version>
+    <version>3.2</version>
     <configuration>
       <outputEncoding>UTF-8</outputEncoding>
     </configuration>