You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2011/07/20 15:13:56 UTC

svn commit: r1148757 - /geronimo/external/trunk/tomcat-parent-7.0.19/catalina/pom.xml

Author: xuhaihong
Date: Wed Jul 20 13:13:56 2011
New Revision: 1148757

URL: http://svn.apache.org/viewvc?rev=1148757&view=rev
Log:
manually update the version number

Modified:
    geronimo/external/trunk/tomcat-parent-7.0.19/catalina/pom.xml

Modified: geronimo/external/trunk/tomcat-parent-7.0.19/catalina/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-7.0.19/catalina/pom.xml?rev=1148757&r1=1148756&r2=1148757&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-7.0.19/catalina/pom.xml (original)
+++ geronimo/external/trunk/tomcat-parent-7.0.19/catalina/pom.xml Wed Jul 20 13:13:56 2011
@@ -96,8 +96,8 @@
                                     <format property="TSTAMP" pattern="hh:mm:ss" />
                                 </tstamp>
                                 <replace file="target/classes/org/apache/catalina/util/ServerInfo.properties">
-                                    <replacefilter token="@VERSION@" value="7.0.19.1-SNAPSHOT" />
-                                    <replacefilter token="@VERSION_NUMBER@" value="7.0.19.1-SNAPSHOT" />
+                                    <replacefilter token="@VERSION@" value="7.0.19.1" />
+                                    <replacefilter token="@VERSION_NUMBER@" value="7.0.19.1" />
                                     <replacefilter token="@VERSION_BUILT@" value="${TODAY} ${TSTAMP}" />
                                 </replace>
                             </tasks>