You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2006/12/14 09:28:43 UTC

svn commit: r487129 - /geronimo/javamail/trunk/pom.xml

Author: dain
Date: Thu Dec 14 00:28:42 2006
New Revision: 487129

URL: http://svn.apache.org/viewvc?view=rev&rev=487129
Log:
change version property to final version before running release:prepare since it won't know how to modify the property

Modified:
    geronimo/javamail/trunk/pom.xml

Modified: geronimo/javamail/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/javamail/trunk/pom.xml?view=diff&rev=487129&r1=487128&r2=487129
==============================================================================
--- geronimo/javamail/trunk/pom.xml (original)
+++ geronimo/javamail/trunk/pom.xml Thu Dec 14 00:28:42 2006
@@ -56,7 +56,7 @@
               element, and it will need to be changed manually before a release,
               as the maven-release-plugin will not update this value.
         -->
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0</version>
     </properties>
 
     <dependencyManagement>