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 2012/11/22 13:45:57 UTC

svn commit: r1412532 - /maven/archetypes/trunk/maven-archetype-site/src/main/resources/archetype-resources/pom.xml

Author: olamy
Date: Thu Nov 22 12:45:57 2012
New Revision: 1412532

URL: http://svn.apache.org/viewvc?rev=1412532&view=rev
Log:
last site plugin

Modified:
    maven/archetypes/trunk/maven-archetype-site/src/main/resources/archetype-resources/pom.xml

Modified: maven/archetypes/trunk/maven-archetype-site/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-site/src/main/resources/archetype-resources/pom.xml?rev=1412532&r1=1412531&r2=1412532&view=diff
==============================================================================
--- maven/archetypes/trunk/maven-archetype-site/src/main/resources/archetype-resources/pom.xml (original)
+++ maven/archetypes/trunk/maven-archetype-site/src/main/resources/archetype-resources/pom.xml Thu Nov 22 12:45:57 2012
@@ -26,7 +26,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.1</version>
+        <version>3.2</version>
         <configuration>
           <locales>en,fr</locales>
         </configuration>