Author: peterreilly Date: Mon Sep 3 10:15:59 2007 New Revision: 572392 URL: http://svn.apache.org/viewvc?rev=572392&view=rev Log: version -> 1.8.0
Modified: ant/core/trunk/build.xml ant/core/trunk/docs/manual/cover.html Modified: ant/core/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=572392&r1=572391&r2=572392&view=diff ============================================================================== --- ant/core/trunk/build.xml (original) +++ ant/core/trunk/build.xml Mon Sep 3 10:15:59 2007 @@ -34,10 +34,10 @@ <property name="name" value="ant"/> <!-- this is the groupId of ant in the Maven repository --> <property name="groupid" value="org.apache.ant"/> - <property name="project.version" value="1.7.1alpha"/> + <property name="project.version" value="1.8.0alpha"/> <!-- pom.version is used when doing a distribution and must match with what is checked in under src/etc/poms --> - <property name="pom.version" value="1.7.1-SNAPSHOT"/> - <property name="manifest-version" value="1.7.1"/> + <property name="pom.version" value="1.8.0-SNAPSHOT"/> + <property name="manifest-version" value="1.8.0"/> <property name="bootstrap.jar" value="ant-bootstrap.jar"/> <property name="ant.package" value="org/apache/tools/ant"/> Modified: ant/core/trunk/docs/manual/cover.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/cover.html?rev=572392&r1=572391&r2=572392&view=diff ============================================================================== --- ant/core/trunk/docs/manual/cover.html (original) +++ ant/core/trunk/docs/manual/cover.html Mon Sep 3 10:15:59 2007 @@ -19,14 +19,14 @@ <head> <meta http-equiv="Content-Language" content="en-us"> <link rel="stylesheet" type="text/css" href="stylesheets/style.css"> -<title>Apache Ant 1.7.1 User Manual</title> +<title>Apache Ant 1.8.0 User Manual</title> </head> <body bgcolor="#FFFFFF"> <div align="center"> <h1><img src="../images/ant_logo_large.gif" width="190" height="120"></h1> <h1>Apache Ant 1.7.1 Manual</h1> - <p align="left">This is the manual for version 1.7.1 of + <p align="left">This is the manual for version 1.8.0 of <a target="_top" href="http://ant.apache.org/index.html">Apache Ant</a>. If your version of Ant (as verified with <tt>ant -version</tt>) is older or newer than this --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]