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.