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}.