You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/04/09 19:05:23 UTC

svn commit: r160698 - in maven/maven-1/plugins/trunk/ant: project.xml xdocs/changes.xml

Author: aheritier
Date: Sat Apr  9 10:05:23 2005
New Revision: 160698

URL: http://svn.apache.org/viewcvs?view=rev&rev=160698
Log:
[maven-scm-plugin] prepare release 1.9

Modified:
    maven/maven-1/plugins/trunk/ant/project.xml
    maven/maven-1/plugins/trunk/ant/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/ant/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ant/project.xml?view=diff&r1=160697&r2=160698
==============================================================================
--- maven/maven-1/plugins/trunk/ant/project.xml (original)
+++ maven/maven-1/plugins/trunk/ant/project.xml Sat Apr  9 10:05:23 2005
@@ -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>
@@ -59,6 +59,11 @@
       <id>1.8.1</id>
       <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>

Modified: maven/maven-1/plugins/trunk/ant/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ant/xdocs/changes.xml?view=diff&r1=160697&r2=160698
==============================================================================
--- maven/maven-1/plugins/trunk/ant/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/ant/xdocs/changes.xml Sat Apr  9 10:05:23 2005
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org