From c3b1e435b38ea9f3c098b8ae22f5291069d5fec5 Mon Sep 17 00:00:00 2001 From: aheritier Date: Sat, 9 Apr 2005 17:05:23 +0000 Subject: [PATCH] [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 --- ant/project.xml | 7 ++++++- ant/xdocs/changes.xml | 8 ++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ant/project.xml b/ant/project.xml index eb61164c..a0609803 100644 --- a/ant/project.xml +++ b/ant/project.xml @@ -23,7 +23,7 @@ 3 maven-ant-plugin Maven Ant Plugin - 1.9-SNAPSHOT + 1.9 Generates ant build files from a maven project, so that plain ant users can build your project Generate Ant build file http://maven.apache.org/reference/plugins/ant/ @@ -60,6 +60,11 @@ 1.8.1 MAVEN_ANT_1_8_1 + + 1.9 + 1.9 + MAVEN_ANT_1_9 + diff --git a/ant/xdocs/changes.xml b/ant/xdocs/changes.xml index b88b0a52..542ff177 100644 --- a/ant/xdocs/changes.xml +++ b/ant/xdocs/changes.xml @@ -1,4 +1,5 @@ + + Ant plugin changes @@ -23,10 +25,12 @@ Arnaud Heritier - + Ant script looks for dependencies in several remote repositories. Add License file to jar META-INF. - "get-deps" target store downloads to the default local maven repository (${user.home}/.maven/repository). + "get-deps" target store downloads to the default local maven repository ( + ${user.home}/.maven/repository). + Allow URL substitutions in generated build.xml files. Obey jar override and not attempt to download relative jars. Ant user can set proxy settings.