Author: jim
Date: Fri Jan  6 18:09:55 2012
New Revision: 1228320

URL: http://svn.apache.org/viewvc?rev=1228320&view=rev
Log:
one final nit

Modified:
    tomcat/tc5.5.x/trunk/build/sign.bat
    tomcat/tc5.5.x/trunk/build/sign.sh

Modified: tomcat/tc5.5.x/trunk/build/sign.bat
URL: 
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/build/sign.bat?rev=1228320&r1=1228319&r2=1228320&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/build/sign.bat (original)
+++ tomcat/tc5.5.x/trunk/build/sign.bat Fri Jan  6 18:09:55 2012
@@ -20,7 +20,7 @@ rem pass in your password as the first a
 rem sign all the files in the release directory
 
 @echo off
-set VERSION=v5.5.30
+set VERSION=v5.5.35
 FOR /R %cd%\release\%VERSION% %%i in (*.tar.gz) do (
   echo Signing %%i
   echo %1|gpg --passphrase-fd 0 -a -b %%i 

Modified: tomcat/tc5.5.x/trunk/build/sign.sh
URL: 
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/build/sign.sh?rev=1228320&r1=1228319&r2=1228320&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/build/sign.sh (original)
+++ tomcat/tc5.5.x/trunk/build/sign.sh Fri Jan  6 18:09:55 2012
@@ -19,7 +19,7 @@
 # sign all the files in the release directory
 
 
-VERSION=v5.5.30
+VERSION=v5.5.35
 cd $VERSION
 for i in *.tar.gz *.exe *.zip
 do



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

Reply via email to