You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fh...@apache.org on 2006/09/12 16:43:39 UTC

svn commit: r442598 - in /tomcat/build/tc5.5.x: build.properties.default sign.bat

Author: fhanik
Date: Tue Sep 12 07:43:38 2006
New Revision: 442598

URL: http://svn.apache.org/viewvc?view=rev&rev=442598
Log:
Updated native version, getting ready for another tag

Modified:
    tomcat/build/tc5.5.x/build.properties.default
    tomcat/build/tc5.5.x/sign.bat

Modified: tomcat/build/tc5.5.x/build.properties.default
URL: http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/build.properties.default?view=diff&rev=442598&r1=442597&r2=442598
==============================================================================
--- tomcat/build/tc5.5.x/build.properties.default (original)
+++ tomcat/build/tc5.5.x/build.properties.default Tue Sep 12 07:43:38 2006
@@ -12,10 +12,10 @@
 # ----- Vesion Control Flags -----
 version.major=5
 version.minor=5
-version.build=19
+version.build=20
 version.patch=0
 #Set the pretty version name
-version=5.5.19
+version=5.5.20
 
 # ----- Compile Control Flags -----
 compile.debug=on
@@ -142,9 +142,9 @@
 
 
 # ----- Tomcat native library -----
-tomcat-native.home=${base.path}/tomcat-native-1.1.3
+tomcat-native.home=${base.path}/tomcat-native-1.1.4
 tomcat-native.tar.gz=${tomcat-native.home}/tomcat-native.tar.gz
-tomcat-native.loc=${base-tomcat.loc}/tomcat-connectors/native/tomcat-native-1.1.3.tar.gz
+tomcat-native.loc=${base-tomcat.loc}/tomcat-connectors/native/tomcat-native-1.1.4.tar.gz
 
 
 # --------------------------------------------------

Modified: tomcat/build/tc5.5.x/sign.bat
URL: http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/sign.bat?view=diff&rev=442598&r1=442597&r2=442598
==============================================================================
--- tomcat/build/tc5.5.x/sign.bat (original)
+++ tomcat/build/tc5.5.x/sign.bat Tue Sep 12 07:43:38 2006
@@ -6,7 +6,7 @@
 rem todo - make one for unix as well, and avoid signing the .md5 files
 
 @echo off
-FOR /R %cd%\release\v5.5.18 %%i in (*.*) do (
+FOR /R %cd%\release\v5.5.19 %%i in (*.*) do (
   echo Signing %%i
   echo %1|gpg --passphrase-fd 0 -a -b %%i 
 )



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org