From a88249f2bbe4c455058f04c688fccca261682096 Mon Sep 17 00:00:00 2001 From: aheritier Date: Fri, 21 Jul 2006 04:32:38 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 1.10 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@424173 13f79535-47bb-0310-9956-ffa450edef68 --- ant/project.xml | 15 +++++++++------ ant/xdocs/changes.xml | 5 ++--- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/ant/project.xml b/ant/project.xml index 299fd06b..9ad50e39 100644 --- a/ant/project.xml +++ b/ant/project.xml @@ -1,4 +1,4 @@ - + - - + ../plugins-parent/project.xml 3 maven-ant-plugin Maven Ant Plugin - 1.10-SNAPSHOT + 1.10 Generates ant build files from a maven project, so that plain ant users can build your project Generate Ant build file @@ -58,6 +56,11 @@ 1.9 MAVEN_ANT_1_9 + + 1.10 + 1.10 + MAVEN_ANT_1_10 + @@ -104,7 +107,7 @@ - + maven-changes-plugin maven-changelog-plugin maven-file-activity-plugin diff --git a/ant/xdocs/changes.xml b/ant/xdocs/changes.xml index 7b8904b9..ffccea23 100644 --- a/ant/xdocs/changes.xml +++ b/ant/xdocs/changes.xml @@ -1,4 +1,4 @@ - + - Ant plugin changes @@ -25,7 +24,7 @@ Arnaud Heritier - + Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1 The plugin overwrote existing ant script files without warning. From now the plugin ask you if you want to replace it. You can also use the property maven.ant.generate.force to force the plugin to replace the current script. The property maven.ant.generatebuild.file is replaced by properties maven.ant.generate.dir, maven.ant.generate.script. The generated script is ${maven.ant.generate.dir}/${maven.ant.generate.script}.