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/04/18 17:40:30 UTC

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

Author: hboutemy
Date: Thu Apr 18 15:40:29 2013
New Revision: 1469377

URL: http://svn.apache.org/r1469377
Log:
[MSITE-683] add support for Maven 3.1-A1/Eclipse Aether 0.9-M2 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=1469377&r1=1469376&r2=1469377&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Thu Apr 18 15:40:29 2013
@@ -208,7 +208,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-exec</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.1</version>
     </dependency>
 
     <!-- Maven -->