update version to next rev
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 2 Dec 2008 16:46:14 +0000 (16:46 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 2 Dec 2008 16:46:14 +0000 (16:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@722522 13f79535-47bb-0310-9956-ffa450edef68

modules/jdbc-pool/build.xml
modules/jdbc-pool/sign.sh

index ec48b62..84f43aa 100644 (file)
@@ -23,7 +23,7 @@
   <!-- See "build.properties.sample" in the top level directory for all     -->
   <property name="version.major"         value="1" />
   <property name="version.minor"         value="0" />
-  <property name="version.build"         value="6" />
+  <property name="version.build"         value="7" />
   <property name="version.patch"         value="-beta" />
   <property name="version"               value="${version.major}.${version.minor}.${version.build}${version.patch}" />
   <!-- property values you must customize for successful building!!!        -->
index aee952f..fd65d1c 100755 (executable)
@@ -1,4 +1,4 @@
-VERSION=v1.0.6-beta
+VERSION=v1.0.7-beta
 for i in $(find output/release/$VERSION -name "*.zip" -o -name "*.tar.gz"); do
   echo Signing $i
   echo $1|gpg --passphrase-fd 0 -a -b $i