From: fhanik Date: Fri, 1 May 2009 03:40:28 +0000 (+0000) Subject: Prepare for next build X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=536c22a7437cf4c667353689e2db937f93b00f1b;p=tomcat7.0 Prepare for next build git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@770525 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/jdbc-pool/build.xml b/modules/jdbc-pool/build.xml index 64a47f1e7..91655a5ca 100644 --- a/modules/jdbc-pool/build.xml +++ b/modules/jdbc-pool/build.xml @@ -23,7 +23,7 @@ - + diff --git a/modules/jdbc-pool/sign.sh b/modules/jdbc-pool/sign.sh index dda2ca5c4..7d970ecfb 100755 --- a/modules/jdbc-pool/sign.sh +++ b/modules/jdbc-pool/sign.sh @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION=v1.0.1 +VERSION=v1.0.2 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