You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xbean-scm@geronimo.apache.org by gn...@apache.org on 2008/05/05 11:23:55 UTC

svn commit: r653380 - /geronimo/xbean/trunk/pom.xml

Author: gnodet
Date: Mon May  5 02:23:55 2008
New Revision: 653380

URL: http://svn.apache.org/viewvc?rev=653380&view=rev
Log:
Fix pom for release

Modified:
    geronimo/xbean/trunk/pom.xml

Modified: geronimo/xbean/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/pom.xml?rev=653380&r1=653379&r2=653380&view=diff
==============================================================================
--- geronimo/xbean/trunk/pom.xml (original)
+++ geronimo/xbean/trunk/pom.xml Mon May  5 02:23:55 2008
@@ -50,16 +50,6 @@
     </scm>
     
     <properties>
-        <!--
-        NOTE: Project version, to be used instead of ${pom.version} since that
-              value magically changes when using SNAPSHOT versions.
-
-              This value *must* be kept in sync with the value of the <version>
-              element, and it will need to be changed manually before a release,
-              as the maven-release-plugin will not update this value.
-        -->
-        <version>3.4-SNAPSHOT</version>
-
 	    <!--
 	     |
 	     | Geronimo OSGi properties
@@ -283,8 +273,10 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
+                <version>2.0-beta-7</version>
                 <configuration>
-                    <tagBase>https://svn.apache.org/repos/asf/geronimo/xbean/tags</tagBase>
+                    <preparationGoals>clean,verify,install</preparationGoals>
+                    <autoVersionSubmodules>true</autoVersionSubmodules>
                 </configuration>
             </plugin>