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 2011/07/12 22:43:09 UTC

svn commit: r1145759 - /maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Author: hboutemy
Date: Tue Jul 12 20:43:09 2011
New Revision: 1145759

URL: http://svn.apache.org/viewvc?rev=1145759&view=rev
Log:
o next version will be 3.0
o upgraded to wagon 1.0

Modified:
    maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Modified: maven/plugins/branches/maven-site-plugin-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/pom.xml?rev=1145759&r1=1145758&r2=1145759&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/pom.xml Tue Jul 12 20:43:09 2011
@@ -29,7 +29,7 @@ under the License.
   </parent>
 
   <artifactId>maven-site-plugin</artifactId>
-  <version>3.0-beta-4-SNAPSHOT</version>
+  <version>3.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven Site Plugin - 3.x</name>
@@ -188,7 +188,7 @@ under the License.
     <doxiaVersion>1.2</doxiaVersion>
     <doxiaSitetoolsVersion>1.2</doxiaSitetoolsVersion>
     <mavenVersion>3.0</mavenVersion>
-    <wagonVersion>1.0-beta-6</wagonVersion>
+    <wagonVersion>1.0</wagonVersion>
     <plexusVersion>1.5.4</plexusVersion>
     <scmVersion>1.4</scmVersion>
     <!-- for ITs -->