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 2006/09/04 11:43:07 UTC

svn commit: r439996 - /geronimo/genesis/trunk/pom.xml

Author: jdillon
Date: Mon Sep  4 02:43:04 2006
New Revision: 439996

URL: http://svn.apache.org/viewvc?view=rev&rev=439996
Log:
Put release version in PM section for children

Modified:
    geronimo/genesis/trunk/pom.xml

Modified: geronimo/genesis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/pom.xml?view=diff&rev=439996&r1=439995&r2=439996
==============================================================================
--- geronimo/genesis/trunk/pom.xml (original)
+++ geronimo/genesis/trunk/pom.xml Mon Sep  4 02:43:04 2006
@@ -61,6 +61,16 @@
             </extension>
         </extensions>
         
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-release-plugin</artifactId>
+                    <version>2.0-beta-4</version>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+        
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -83,7 +93,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
-                <version>2.0-beta-4</version>
                 <configuration>
                     <tagBase>https://svn.apache.org/repos/asf/geronimo/genesis/tags</tagBase>
                 </configuration>