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