Browse Source

version -> 1.8.0

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@572392 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
cf1d42faa6
2 changed files with 5 additions and 5 deletions
  1. +3
    -3
      build.xml
  2. +2
    -2
      docs/manual/cover.html

+ 3
- 3
build.xml View File

@@ -34,10 +34,10 @@
<property name="name" value="ant"/> <property name="name" value="ant"/>
<!-- this is the groupId of ant in the Maven repository --> <!-- this is the groupId of ant in the Maven repository -->
<property name="groupid" value="org.apache.ant"/> <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 --> <!-- 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="bootstrap.jar" value="ant-bootstrap.jar"/>


<property name="ant.package" value="org/apache/tools/ant"/> <property name="ant.package" value="org/apache/tools/ant"/>


+ 2
- 2
docs/manual/cover.html View File

@@ -19,14 +19,14 @@
<head> <head>
<meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"> <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> </head>


<body bgcolor="#FFFFFF"> <body bgcolor="#FFFFFF">
<div align="center"> <div align="center">
<h1><img src="../images/ant_logo_large.gif" width="190" height="120"></h1> <h1><img src="../images/ant_logo_large.gif" width="190" height="120"></h1>
<h1>Apache Ant 1.7.1 Manual</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>. <a target="_top" href="http://ant.apache.org/index.html">Apache Ant</a>.
If your version If your version
of Ant (as verified with <tt>ant -version</tt>) is older or newer than this of Ant (as verified with <tt>ant -version</tt>) is older or newer than this


Loading…
Cancel
Save