[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:
parent
f04e0708fa
commit
c3b1e435b3
@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-ant-plugin</id>
|
||||
<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>
|
||||
<shortDescription>Generate Ant build file</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/ant/</url>
|
||||
@ -60,6 +60,11 @@
|
||||
<name>1.8.1</name>
|
||||
<tag>MAVEN_ANT_1_8_1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.9</id>
|
||||
<name>1.9</name>
|
||||
<tag>MAVEN_ANT_1_9</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2005 The Apache Software Foundation.
|
||||
@ -16,6 +17,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Ant plugin changes</title>
|
||||
@ -23,10 +25,12 @@
|
||||
<author email="aheritier@apache.org">Arnaud Heritier</author>
|
||||
</properties>
|
||||
<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-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="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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user