Author: markt Date: Tue Aug 9 15:18:58 2011 New Revision: 1155393 URL: http://svn.apache.org/viewvc?rev=1155393&view=rev Log: Update version numbers to 8.0.x
Modified: tomcat/trunk/BUILDING.txt tomcat/trunk/RELEASE-NOTES tomcat/trunk/build.properties.default tomcat/trunk/build.xml Modified: tomcat/trunk/BUILDING.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?rev=1155393&r1=1155392&r2=1155393&view=diff ============================================================================== --- tomcat/trunk/BUILDING.txt (original) +++ tomcat/trunk/BUILDING.txt Tue Aug 9 15:18:58 2011 @@ -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_ma...@0.cgi * Checkout the source using SVN, selecting the desired version or branch (current development source is at Modified: tomcat/trunk/RELEASE-NOTES URL: http://svn.apache.org/viewvc/tomcat/trunk/RELEASE-NOTES?rev=1155393&r1=1155392&r2=1155393&view=diff ============================================================================== --- tomcat/trunk/RELEASE-NOTES (original) +++ tomcat/trunk/RELEASE-NOTES Tue Aug 9 15:18:58 2011 @@ -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 Modified: tomcat/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?rev=1155393&r1=1155392&r2=1155393&view=diff ============================================================================== --- tomcat/trunk/build.properties.default (original) +++ tomcat/trunk/build.properties.default Tue Aug 9 15:18:58 2011 @@ -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 Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1155393&r1=1155392&r2=1155393&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Tue Aug 9 15:18:58 2011 @@ -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 <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}"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org