From c6bb689b118a62f116c0c53e4c9f76d289886db4 Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 9 Aug 2011 15:18:58 +0000 Subject: [PATCH] Update version numbers to 8.0.x git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1155393 13f79535-47bb-0310-9956-ffa450edef68 --- BUILDING.txt | 2 +- RELEASE-NOTES | 8 ++++---- build.properties.default | 4 ++-- build.xml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/BUILDING.txt b/BUILDING.txt index 89dc46f76..ffa71d55f 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -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 diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8564852ca..cebd0183e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 diff --git a/build.properties.default b/build.properties.default index 4c2d94484..728d87bfb 100644 --- a/build.properties.default +++ b/build.properties.default @@ -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 diff --git a/build.xml b/build.xml index 25a1fee1b..a9c6a818d 100644 --- a/build.xml +++ b/build.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + @@ -1688,7 +1688,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. + description="Create a Tomcat 8 packaged distribution"> -- 2.11.0