diff --git a/j2ee/plugin.jelly b/j2ee/plugin.jelly
index 281f3f31..cfb8a125 100644
--- a/j2ee/plugin.jelly
+++ b/j2ee/plugin.jelly
@@ -49,9 +49,8 @@
-
-
+
+
diff --git a/j2ee/project.xml b/j2ee/project.xml
index c406c3ea..3e8d90eb 100644
--- a/j2ee/project.xml
+++ b/j2ee/project.xml
@@ -23,7 +23,7 @@
3
maven-j2ee-plugin
Maven J2EE Plugin
- 1.5
+ 1.5.1-SNAPSHOT
J2EE tools
http://maven.apache.org/reference/plugins/j2ee/
diff --git a/j2ee/xdocs/changes.xml b/j2ee/xdocs/changes.xml
index c561cd75..71d2ae11 100644
--- a/j2ee/xdocs/changes.xml
+++ b/j2ee/xdocs/changes.xml
@@ -25,6 +25,9 @@
Peter Lynch
+
+ Remove pom.getPluginContext code and replace with maven:get
+
Remove Ant dependency
Fix issues with DOM classes and jdk1.3
diff --git a/struts/plugin.jelly b/struts/plugin.jelly
index 937e6ec4..18e3aa9e 100644
--- a/struts/plugin.jelly
+++ b/struts/plugin.jelly
@@ -18,7 +18,9 @@
-->
-
+
-
+
diff --git a/struts/project.xml b/struts/project.xml
index 35452915..d054bf2f 100644
--- a/struts/project.xml
+++ b/struts/project.xml
@@ -23,7 +23,7 @@
3
maven-struts-plugin
Maven Struts Plugin
- 1.3
+ 1.3.1-SNAPSHOT
Work with struts jars
http://maven.apache.org/reference/plugins/struts/
diff --git a/struts/xdocs/changes.xml b/struts/xdocs/changes.xml
index 2ec968d6..8bbff2ed 100644
--- a/struts/xdocs/changes.xml
+++ b/struts/xdocs/changes.xml
@@ -24,6 +24,9 @@
dIon Gillard
+
+ Remove old pom.getPluginContext code
+
Remove unneeded ant dependency