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 br...@apache.org on 2005/11/01 04:11:24 UTC

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

Author: brett
Date: Mon Oct 31 19:11:20 2005
New Revision: 329960

URL: http://svn.apache.org/viewcvs?rev=329960&view=rev
Log:
put in plugin management section instead

Modified:
    maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/scm/trunk/pom.xml?rev=329960&r1=329959&r2=329960&view=diff
==============================================================================
--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Mon Oct 31 19:11:20 2005
@@ -47,14 +47,16 @@
     <url>http://www.apache.org/</url>
   </organization>
   <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-release-plugin</artifactId>
-        <configuration>
-          <tagBase>https://svn.apache.org/repos/asf/maven/scm/tags</tagBase>
-        </configuration>
-      </plugin>
-    </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            <tagBase>https://svn.apache.org/repos/asf/maven/scm/tags</tagBase>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
   <modules>
     <module>maven-scm-api</module>