You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/03/27 08:07:39 UTC

svn commit: r1461431 - /maven/plugins/trunk/maven-site-plugin/pom.xml

Author: hboutemy
Date: Wed Mar 27 07:07:39 2013
New Revision: 1461431

URL: http://svn.apache.org/r1461431
Log:
[MSITE-683] add support for Maven 3.1/Eclipse Aether in addition to Maven 3.0/Sonatype Aether (through maven-reporting-exec 1.1)

Modified:
    maven/plugins/trunk/maven-site-plugin/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=1461431&r1=1461430&r2=1461431&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Wed Mar 27 07:07:39 2013
@@ -208,7 +208,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-exec</artifactId>
-      <version>1.0.2</version>
+      <version>1.1-SNAPSHOT</version>
     </dependency>
 
     <!-- Maven -->