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/09/01 15:58:39 UTC

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

Author: xuhaihong
Date: Thu Sep  1 13:58:38 2011
New Revision: 1164083

URL: http://svn.apache.org/viewvc?rev=1164083&view=rev
Log:
Update version number for the 7.0.19.2 release

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=1164083&r1=1164082&r2=1164083&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 Thu Sep  1 13:58:38 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" />
-                                    <replacefilter token="@VERSION_NUMBER@" value="7.0.19.1" />
+                                    <replacefilter token="@VERSION@" value="7.0.19.2" />
+                                    <replacefilter token="@VERSION_NUMBER@" value="7.0.19.2" />
                                     <replacefilter token="@VERSION_BUILT@" value="${TODAY} ${TSTAMP}" />
                                 </replace>
                             </tasks>