From bbb57a50dc54bbc0ee2e6239788c257453958716 Mon Sep 17 00:00:00 2001 From: aheritier Date: Tue, 20 Jul 2004 18:57:37 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 1.8 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115864 13f79535-47bb-0310-9956-ffa450edef68 --- ant/project.xml | 7 ++++++- ant/xdocs/changes.xml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ant/project.xml b/ant/project.xml index 1acd966f..248633de 100644 --- a/ant/project.xml +++ b/ant/project.xml @@ -23,7 +23,7 @@ 3 maven-ant-plugin Maven Ant Plugin - 1.8-SNAPSHOT + 1.8 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/ @@ -50,6 +50,11 @@ 1.7 MAVEN_ANT_1_7 + + 1.8 + 1.8 + MAVEN_ANT_1_8 + diff --git a/ant/xdocs/changes.xml b/ant/xdocs/changes.xml index 4cc971b0..2da9b6b6 100644 --- a/ant/xdocs/changes.xml +++ b/ant/xdocs/changes.xml @@ -24,7 +24,7 @@ dIon Gillard - + Add ant's setproxy tag. Use relative paths in directory properties. Compile tests and run them only if Junit is present in ANT (display a warning otherwise).