You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/08/21 11:36:50 UTC

svn commit: r687669 - /geronimo/sandbox/genesis-test-svn14/test-project/trunk/pom.xml

Author: jdillon
Date: Thu Aug 21 02:36:49 2008
New Revision: 687669

URL: http://svn.apache.org/viewvc?rev=687669&view=rev
Log: (empty)

Modified:
    geronimo/sandbox/genesis-test-svn14/test-project/trunk/pom.xml

Modified: geronimo/sandbox/genesis-test-svn14/test-project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/genesis-test-svn14/test-project/trunk/pom.xml?rev=687669&r1=687668&r2=687669&view=diff
==============================================================================
--- geronimo/sandbox/genesis-test-svn14/test-project/trunk/pom.xml (original)
+++ geronimo/sandbox/genesis-test-svn14/test-project/trunk/pom.xml Thu Aug 21 02:36:49 2008
@@ -63,15 +63,17 @@
     </modules>
     
     <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-release-plugin</artifactId>
-                <configuration>
-                    <tagBase>https://svn.apache.org/repos/asf/geronimo/sandbox/genesis-test-svn14/test-project/tags</tagBase>
-                </configuration>
-            </plugin>
-        </plugins>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <configuration>
+                        <tagBase>https://svn.apache.org/repos/asf/geronimo/sandbox/genesis-test-svn14/test-project/tags</tagBase>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
     </build>
 
 </project>