You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-commits@maven.apache.org by ol...@apache.org on 2008/08/11 19:21:29 UTC

svn commit: r684826 - /maven/scm/trunk/pom.xml

Author: olamy
Date: Mon Aug 11 10:21:28 2008
New Revision: 684826

URL: http://svn.apache.org/viewvc?rev=684826&view=rev
Log:
upgrade to last site plugin version until the next parent is released

Modified:
    maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml?rev=684826&r1=684825&r2=684826&view=diff
==============================================================================
--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Mon Aug 11 10:21:28 2008
@@ -86,6 +86,12 @@
             <tagBase>https://svn.apache.org/repos/asf/maven/scm/tags</tagBase>
           </configuration>
         </plugin>
+        <!-- remove when upgrading to released paren 9 -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>2.0-beta-7</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>