You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/08/19 12:19:41 UTC

svn commit: r687012 - /maven/pom/trunk/maven/pom.xml

Author: vsiveton
Date: Tue Aug 19 03:19:40 2008
New Revision: 687012

URL: http://svn.apache.org/viewvc?rev=687012&view=rev
Log:
o added maven-scm-plugin in <pluginManagement/>

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=687012&r1=687011&r2=687012&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Tue Aug 19 03:19:40 2008
@@ -652,6 +652,11 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-plugin</artifactId>
+          <version>1.0</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
           <version>2.0-beta-7</version>
         </plugin>