diff --git a/ant/project.xml b/ant/project.xml
index 4952b1c5..d49a7565 100644
--- a/ant/project.xml
+++ b/ant/project.xml
@@ -93,7 +93,7 @@
commons-jelly
commons-jelly-tags-interaction
- 1.0
+ 1.1
diff --git a/ant/xdocs/changes.xml b/ant/xdocs/changes.xml
index a7d54d68..7b8904b9 100644
--- a/ant/xdocs/changes.xml
+++ b/ant/xdocs/changes.xml
@@ -26,11 +26,12 @@
+ 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}.
The property maven.ant.generatebuild.file is removed.
Add a new goal (ant:execute) to execute a build.xml file from maven.
- Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : commons-jelly-tags-xml v1.0 to v1.1.
+ Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : commons-jelly-tags-xml v1.0 to v1.1, commons-jelly-tags-interaction v1.0 to v1.1
Ant script looks for dependencies in several remote repositories.
diff --git a/genapp/project.xml b/genapp/project.xml
index e4a24eae..098ef278 100644
--- a/genapp/project.xml
+++ b/genapp/project.xml
@@ -22,7 +22,7 @@
3
maven-genapp-plugin
Maven Genapp Plugin
- 2.3
+ 2.4-SNAPSHOT
A collection of example projects showing how to use maven in different situations
A collection of example projects
@@ -117,7 +117,7 @@
commons-jelly
commons-jelly-tags-interaction
- 1.0
+ 1.1
diff --git a/genapp/xdocs/changes.xml b/genapp/xdocs/changes.xml
index 1e41d27b..c8e2bda4 100644
--- a/genapp/xdocs/changes.xml
+++ b/genapp/xdocs/changes.xml
@@ -22,6 +22,9 @@
Changes
+
+ Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1
+
Make generated structure comply with maven standarts.
Added new property
diff --git a/plugin/project.xml b/plugin/project.xml
index 469c0914..c9fe95d6 100644
--- a/plugin/project.xml
+++ b/plugin/project.xml
@@ -144,7 +144,7 @@
commons-jelly
commons-jelly-tags-interaction
- 1.0
+ 1.1
commons-logging
diff --git a/plugin/xdocs/changes.xml b/plugin/xdocs/changes.xml
index 2408fe05..9f058268 100644
--- a/plugin/xdocs/changes.xml
+++ b/plugin/xdocs/changes.xml
@@ -24,6 +24,7 @@
+ Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1
Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.
diff --git a/scm/project.xml b/scm/project.xml
index e04b5362..b40f8ecb 100644
--- a/scm/project.xml
+++ b/scm/project.xml
@@ -114,7 +114,7 @@
commons-jelly
commons-jelly-tags-interaction
- 1.0
+ 1.1
commons-io
diff --git a/scm/xdocs/changes.xml b/scm/xdocs/changes.xml
index 66601ac2..93356c35 100644
--- a/scm/xdocs/changes.xml
+++ b/scm/xdocs/changes.xml
@@ -23,8 +23,9 @@
Brett Porter
-
- Upgrade to commons-io 1.2.
+
+ Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1
+ Upgrade to commons-io 1.2.
The encoding of the project.xml file is not preserved after doing
diff --git a/source/project.xml b/source/project.xml
index ad0e384c..9bc967d8 100644
--- a/source/project.xml
+++ b/source/project.xml
@@ -86,7 +86,7 @@
commons-jelly
commons-jelly-tags-interaction
- 1.0
+ 1.1
diff --git a/source/xdocs/changes.xml b/source/xdocs/changes.xml
index 7259b707..0cb4c91e 100644
--- a/source/xdocs/changes.xml
+++ b/source/xdocs/changes.xml
@@ -23,7 +23,8 @@
Stephane Nicoll
-
+
+ Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1
Initial release.