You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2014/04/01 22:46:44 UTC

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

Author: rfscholte
Date: Tue Apr  1 20:46:43 2014
New Revision: 1583780

URL: http://svn.apache.org/r1583780
Log:
[MARCHETYPES-44] Archetypes fails with java.lang.NoClassDefFoundError: org/sonatype/aether/graph/DependencyFilter when using M3.1+
Upgrade maven-site-plugin to 3.3

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=1583780&r1=1583779&r2=1583780&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 Tue Apr  1 20:46:43 2014
@@ -27,7 +27,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>3.2</version>
+        <version>3.3</version>
         <configuration>
           <locales>en,fr</locales>
         </configuration>