You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2012/04/23 04:02:38 UTC

svn commit: r1329025 - in /geronimo/external/branches/tomcat-archetype-7.0.x: README.txt run.sh

Author: xiaming
Date: Mon Apr 23 02:02:37 2012
New Revision: 1329025

URL: http://svn.apache.org/viewvc?rev=1329025&view=rev
Log:
GERONIMO-6334 prepare scripts to pull in 7.0.27 release

Modified:
    geronimo/external/branches/tomcat-archetype-7.0.x/README.txt
    geronimo/external/branches/tomcat-archetype-7.0.x/run.sh

Modified: geronimo/external/branches/tomcat-archetype-7.0.x/README.txt
URL: http://svn.apache.org/viewvc/geronimo/external/branches/tomcat-archetype-7.0.x/README.txt?rev=1329025&r1=1329024&r2=1329025&view=diff
==============================================================================
--- geronimo/external/branches/tomcat-archetype-7.0.x/README.txt (original)
+++ geronimo/external/branches/tomcat-archetype-7.0.x/README.txt Mon Apr 23 02:02:37 2012
@@ -21,8 +21,7 @@ Use tomcat-archetype to build a new leve
 2. Update run.sh with the new Tomcat version number:
 
    # Update TVER and TTAGVER with the Tomcat version number in appropriate format
-   TVER=7.0.23
-   TTAGVER=7_0_23
+   TVER=7.0.23   
 
 3. Run build-archetype.sh to install the tomcat-parent-archetype into local maven repository
 

Modified: geronimo/external/branches/tomcat-archetype-7.0.x/run.sh
URL: http://svn.apache.org/viewvc/geronimo/external/branches/tomcat-archetype-7.0.x/run.sh?rev=1329025&r1=1329024&r2=1329025&view=diff
==============================================================================
--- geronimo/external/branches/tomcat-archetype-7.0.x/run.sh (original)
+++ geronimo/external/branches/tomcat-archetype-7.0.x/run.sh Mon Apr 23 02:02:37 2012
@@ -18,7 +18,7 @@
 
 # Included as an example of how to set up a project. Works in *nix environments
 # Update TVER and TTAGVER with the Tomcat version number in appropriate format
-TVER=7.0.23
+TVER=7.0.27
 #export TTAGVER=6_0_20
 
 GVER=${TVER}.1-SNAPSHOT