Update version numbers to 8.0.x
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 9 Aug 2011 15:18:58 +0000 (15:18 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 9 Aug 2011 15:18:58 +0000 (15:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1155393 13f79535-47bb-0310-9956-ffa450edef68

BUILDING.txt
RELEASE-NOTES
build.properties.default
build.xml

index 89dc46f..ffa71d5 100644 (file)
@@ -72,7 +72,7 @@ do the following:
   http://svn.apache.org/repos/asf/tomcat/tc@VERSION_MAJOR_MINOR@.x/
 
 * Download a source package from:
-  http://tomcat.apache.org/download-70.cgi
+  http://tomcat.apache.org/download-@VERSION_MAJOR@0.cgi
 
 * Checkout the source using SVN, selecting the desired version or
   branch (current development source is at 
index 8564852..cebd018 100644 (file)
@@ -58,15 +58,15 @@ by Apache Ant.
 API Stability:
 ==============
 The public interfaces for the following classes are fixed and will not be
-changed at all during the remaining lifetime of the 7.x series:
-- javax/**/*
+changed at all during the remaining lifetime of the @VERSION_MAJOR@.x series:
+- None
 
 The public interfaces for the following classes may be added to in order to
 resolve bugs and/or add new features. No existing interface will be removed or
 changed although it may be deprecated.
-- org/apache/catalina/*
+- None
 
-Note: As Tomcat 7 matures, the above list will be added to. The list is not
+Note: As Tomcat @VERSION_MAJOR@ matures, the above list will be added to. The list is not
       considered complete at this time.
 
 The remaining classes are considered part of the Tomcat internals and may change
index 4c2d944..728d87b 100644 (file)
@@ -25,9 +25,9 @@
 # -----------------------------------------------------------------------------
 
 # ----- Version Control Flags -----
-version.major=7
+version.major=8
 version.minor=0
-version.build=21
+version.build=0
 version.patch=0
 version.suffix=-dev
 
index 25a1fee..a9c6a81 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -15,7 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<project name="Tomcat 7.0" default="deploy" basedir=".">
+<project name="Tomcat 8.0" default="deploy" basedir=".">
 
   <!-- ===================== Initialize Property Values ==================== -->
 
@@ -1688,7 +1688,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
 
   <target name="release"
     depends="clean,clean-depend,dist-deployer,installer,package-zip,package-winzip,package-tgz,package-deployer-zip,package-deployer-tgz,javadoc,package-docs-tgz,package-src-zip,package-src-tgz,package-src-jar"
-    description="Create a Tomcat 7 packaged distribution">
+    description="Create a Tomcat 8 packaged distribution">
 
     <copy file="KEYS"
          todir="${tomcat.release}/v${version}"/>