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 2010/05/08 22:08:08 UTC

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

Author: hboutemy
Date: Sat May  8 20:08:08 2010
New Revision: 942458

URL: http://svn.apache.org/viewvc?rev=942458&view=rev
Log:
no need to wait for Maven 3.0-beta-2 to release maven-site-plugin 3.0-beta-1 (even if it won't work with Maven 3.0-beta-1)

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=942458&r1=942457&r2=942458&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/pom.xml Sat May  8 20:08:08 2010
@@ -157,7 +157,7 @@ under the License.
   <properties>
     <doxiaVersion>1.1.2</doxiaVersion>
     <doxiaSitetoolsVersion>1.1.2</doxiaSitetoolsVersion>
-    <mavenVersion>3.0-SNAPSHOT</mavenVersion>
+    <mavenVersion>3.0-alpha-7</mavenVersion>
     <wagonVersion>1.0-beta-6</wagonVersion>
     <plexusVersion>1.5.4</plexusVersion>
     <javadocPluginVersion>2.6.1</javadocPluginVersion>