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:12:56 UTC

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

Author: jdillon
Date: Mon Sep  4 02:12:48 2006
New Revision: 439989

URL: http://svn.apache.org/viewvc?view=rev&rev=439989
Log:
Looks like we need to specify the version RELEASE tag for latest deployment is bunk

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=439989&r1=439988&r2=439989
==============================================================================
--- geronimo/genesis/trunk/pom.xml (original)
+++ geronimo/genesis/trunk/pom.xml Mon Sep  4 02:12:48 2006
@@ -83,6 +83,7 @@
             <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>