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
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
# -----------------------------------------------------------------------------
# ----- Version Control Flags -----
-version.major=7
+version.major=8
version.minor=0
-version.build=21
+version.build=0
version.patch=0
version.suffix=-dev
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 ==================== -->
<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}"/>