Update version numbers
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 17 Feb 2011 18:16:22 +0000 (18:16 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 17 Feb 2011 18:16:22 +0000 (18:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1071734 13f79535-47bb-0310-9956-ffa450edef68

modules/jdbc-pool/.classpath
modules/jdbc-pool/build.properties.default
modules/jdbc-pool/sign.sh

index 2a0361b..180fbc7 100644 (file)
@@ -5,7 +5,7 @@
        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
        <classpathentry kind="var" path="TOMCAT_LIBS_BASE/tomcat7-deps/dbcp/tomcat-dbcp.jar" sourcepath="/TOMCAT_LIBS_BASE/tomcat6-deps/dbcp/src/java"/>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-       <classpathentry combineaccessrules="false" kind="src" path="/tomcat-7.0.x"/>
        <classpathentry kind="lib" path="includes/h2/bin/h2-1.2.129.jar"/>
+       <classpathentry combineaccessrules="false" kind="src" path="/tomcat-trunk"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>
index 3c51e5c..23b40cf 100644 (file)
@@ -26,9 +26,9 @@
 
 # ----- Vesion Control Flags -----
 version.major=1
-version.minor=0
-version.build=9
-version.patch=4
+version.minor=1
+version.build=0
+version.patch=0
 version.suffix=
 
 # ----- Default Base Path for Dependent Packages -----
@@ -80,7 +80,7 @@ dbcp.home=${base.path}/commons-dbcp-1.3
 dbcp.jar=${dbcp.home}/commons-dbcp-1.3.jar
 dbcp.loc=http://archive.apache.org/dist/commons/dbcp/binaries/commons-dbcp-1.3.zip
 
-tomcat.version=6.0.29
+tomcat.version=6.0.32
 tomcat.home=${base.path}/apache-tomcat-${tomcat.version}
 tomcat.dbcp.jar=${tomcat.home}/lib/tomcat-dbcp.jar
 tomcat.juli.jar=${tomcat.home}/bin/tomcat-juli.jar
index 4c48c04..3b67642 100755 (executable)
@@ -15,7 +15,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-VERSION=v1.0.9.4
+VERSION=v1.1.0.0
 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