[maven-scm-plugin] prepare release 1.9

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@160698 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-04-09 17:05:23 +00:00
parent f04e0708fa
commit c3b1e435b3
2 changed files with 12 additions and 3 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-ant-plugin</id> <id>maven-ant-plugin</id>
<name>Maven Ant Plugin</name> <name>Maven Ant Plugin</name>
<currentVersion>1.9-SNAPSHOT</currentVersion> <currentVersion>1.9</currentVersion>
<description>Generates ant build files from a maven project, so that plain ant users can build your project</description> <description>Generates ant build files from a maven project, so that plain ant users can build your project</description>
<shortDescription>Generate Ant build file</shortDescription> <shortDescription>Generate Ant build file</shortDescription>
<url>http://maven.apache.org/reference/plugins/ant/</url> <url>http://maven.apache.org/reference/plugins/ant/</url>
@ -60,6 +60,11 @@
<name>1.8.1</name> <name>1.8.1</name>
<tag>MAVEN_ANT_1_8_1</tag> <tag>MAVEN_ANT_1_8_1</tag>
</version> </version>
<version>
<id>1.9</id>
<name>1.9</name>
<tag>MAVEN_ANT_1_9</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Copyright 2001-2005 The Apache Software Foundation. * Copyright 2001-2005 The Apache Software Foundation.
@ -16,6 +17,7 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<document> <document>
<properties> <properties>
<title>Ant plugin changes</title> <title>Ant plugin changes</title>
@ -23,10 +25,12 @@
<author email="aheritier@apache.org">Arnaud Heritier</author> <author email="aheritier@apache.org">Arnaud Heritier</author>
</properties> </properties>
<body> <body>
<release version="1.9" date="In SVN"> <release version="1.9" date="2005-04-09">
<action dev="aheritier" type="add" issue="MPANT-24">Ant script looks for dependencies in several remote repositories.</action> <action dev="aheritier" type="add" issue="MPANT-24">Ant script looks for dependencies in several remote repositories.</action>
<action dev="aheritier" type="add" issue="MPANT-23" due-to="Phil Steitz">Add License file to jar META-INF.</action> <action dev="aheritier" type="add" issue="MPANT-23" due-to="Phil Steitz">Add License file to jar META-INF.</action>
<action dev="aheritier" type="update" issue="MPANT-21">"get-deps" target store downloads to the default local maven repository (<i>${user.home}/.maven/repository</i>).</action> <action dev="aheritier" type="update" issue="MPANT-21">"get-deps" target store downloads to the default local maven repository (
<i>${user.home}/.maven/repository</i>).
</action>
<action dev="aheritier" type="add" issue="MPANT-20" due-to="Dennis Lundberg,Craig McClanahan">Allow URL substitutions in generated build.xml files.</action> <action dev="aheritier" type="add" issue="MPANT-20" due-to="Dennis Lundberg,Craig McClanahan">Allow URL substitutions in generated build.xml files.</action>
<action dev="epugh" type="add" issue="MPANT-7">Obey jar override and not attempt to download relative jars.</action> <action dev="epugh" type="add" issue="MPANT-7">Obey jar override and not attempt to download relative jars.</action>
<action dev="aheritier" type="add">Ant user can set proxy settings.</action> <action dev="aheritier" type="add">Ant user can set proxy settings.</action>