You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2010/08/25 20:22:46 UTC

svn commit: r989285 - in /maven/plugins/trunk: maven-changelog-plugin/ maven-changes-plugin/ maven-checkstyle-plugin/ maven-invoker-plugin/ maven-javadoc-plugin/ maven-pmd-plugin/ maven-project-info-reports-plugin/

Author: olamy
Date: Wed Aug 25 18:22:46 2010
New Revision: 989285

URL: http://svn.apache.org/viewvc?rev=989285&view=rev
Log:
use last site plugin SNAPSHOT for maven 3 build

Modified:
    maven/plugins/trunk/maven-changelog-plugin/pom.xml
    maven/plugins/trunk/maven-changes-plugin/pom.xml
    maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
    maven/plugins/trunk/maven-invoker-plugin/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/pom.xml
    maven/plugins/trunk/maven-pmd-plugin/pom.xml
    maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Modified: maven/plugins/trunk/maven-changelog-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/pom.xml?rev=989285&r1=989284&r2=989285&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changelog-plugin/pom.xml Wed Aug 25 18:22:46 2010
@@ -353,7 +353,7 @@ under the License.
         </file>
       </activation>
       <properties>
-        <sitePluginVersion>3.0-beta-1</sitePluginVersion>
+        <sitePluginVersion>3.0-beta-2-SNAPSHOT</sitePluginVersion>
       </properties>
     </profile>
 

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=989285&r1=989284&r2=989285&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Wed Aug 25 18:22:46 2010
@@ -499,7 +499,7 @@ under the License.
         </file>
       </activation>
       <properties>
-        <sitePluginVersion>3.0-beta-1</sitePluginVersion>
+        <sitePluginVersion>3.0-beta-2-SNAPSHOT</sitePluginVersion>
       </properties>
     </profile>
 

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=989285&r1=989284&r2=989285&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Wed Aug 25 18:22:46 2010
@@ -335,7 +335,7 @@ under the License.
         </file>
       </activation>
       <properties>
-        <sitePluginVersion>3.0-beta-1</sitePluginVersion>
+        <sitePluginVersion>3.0-beta-2-SNAPSHOT</sitePluginVersion>
       </properties>
     </profile>
     

Modified: maven/plugins/trunk/maven-invoker-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/pom.xml?rev=989285&r1=989284&r2=989285&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-invoker-plugin/pom.xml Wed Aug 25 18:22:46 2010
@@ -271,7 +271,7 @@ under the License.
         </file>
       </activation>
       <properties>
-        <sitePluginVersion>3.0-beta-1</sitePluginVersion>
+        <sitePluginVersion>3.0-beta-2-SNAPSHOT</sitePluginVersion>
       </properties>
     </profile>
   </profiles>

Modified: maven/plugins/trunk/maven-javadoc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/pom.xml?rev=989285&r1=989284&r2=989285&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/pom.xml Wed Aug 25 18:22:46 2010
@@ -480,7 +480,7 @@ under the License.
         </file>
       </activation>
       <properties>
-        <sitePluginVersion>3.0-beta-1</sitePluginVersion>
+        <sitePluginVersion>3.0-beta-2-SNAPSHOT</sitePluginVersion>
         <projectInfoReportsPluginVersion>2.2</projectInfoReportsPluginVersion>
       </properties>
     </profile>

Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/pom.xml?rev=989285&r1=989284&r2=989285&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Wed Aug 25 18:22:46 2010
@@ -245,7 +245,7 @@ under the License.
         </file>
       </activation>
       <properties>
-        <sitePluginVersion>3.0-beta-1</sitePluginVersion>
+        <sitePluginVersion>3.0-beta-2-SNAPSHOT</sitePluginVersion>
       </properties>
     </profile>
   </profiles>

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=989285&r1=989284&r2=989285&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Wed Aug 25 18:22:46 2010
@@ -464,7 +464,7 @@ under the License.
         </file>
       </activation>
       <properties>
-        <sitePluginVersion>3.0-beta-1</sitePluginVersion>
+        <sitePluginVersion>3.0-beta-2-SNAPSHOT</sitePluginVersion>
       </properties>
     </profile>
   </profiles>