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 2007/12/22 09:45:19 UTC

svn commit: r606417 - /geronimo/gshell/trunk/pom.xml

Author: jdillon
Date: Sat Dec 22 00:45:18 2007
New Revision: 606417

URL: http://svn.apache.org/viewvc?rev=606417&view=rev
Log:
Update more release muck

Modified:
    geronimo/gshell/trunk/pom.xml

Modified: geronimo/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=606417&r1=606416&r2=606417&view=diff
==============================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Sat Dec 22 00:45:18 2007
@@ -269,7 +269,10 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.0-beta-4</version>
+                    <version>2.0-beta-7</version>
+                    <configuration>
+                        <tagBase>https://svn.apache.org/repos/asf/geronimo/gshell/tags</tagBase>
+                    </configuration>
                 </plugin>
 
                 <plugin>