From: fhanik Date: Wed, 19 Jan 2011 21:54:08 +0000 (+0000) Subject: update version X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7fdc97831f5af28fad70c67ae260b86e9038bb79;p=tomcat7.0 update version git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1061023 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/jdbc-pool/build.properties.default b/modules/jdbc-pool/build.properties.default index 1bcba8e94..a4afc6514 100644 --- a/modules/jdbc-pool/build.properties.default +++ b/modules/jdbc-pool/build.properties.default @@ -28,7 +28,7 @@ version.major=1 version.minor=0 version.build=9 -version.patch=2 +version.patch=3 version.suffix= # ----- Default Base Path for Dependent Packages ----- diff --git a/modules/jdbc-pool/sign.sh b/modules/jdbc-pool/sign.sh index 6911066db..72f4722d5 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.9.2 +VERSION=v1.0.9.3 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