diff --git a/api/pom.xml b/api/pom.xml
index cf5609e84..5a4507407 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -5,7 +5,7 @@
org.apache.struts
struts2-parent
- 2.0.6-SNAPSHOT
+ 2.1.0-SNAPSHOT
org.apache.struts
struts2-api
@@ -32,7 +32,7 @@
test
true
-
+
org.easymock
easymock
diff --git a/apps/blank/pom.xml b/apps/blank/pom.xml
index 0ae8ba47a..6e1168210 100644
--- a/apps/blank/pom.xml
+++ b/apps/blank/pom.xml
@@ -5,7 +5,7 @@
org.apache.struts
struts2-apps
- 2.0.6-SNAPSHOT
+ 2.1.0-SNAPSHOT
org.apache.struts
struts2-blank
diff --git a/apps/mailreader/pom.xml b/apps/mailreader/pom.xml
index c8a186bbf..b50513d92 100644
--- a/apps/mailreader/pom.xml
+++ b/apps/mailreader/pom.xml
@@ -5,7 +5,7 @@
org.apache.struts
struts2-apps
- 2.0.6-SNAPSHOT
+ 2.1.0-SNAPSHOT
org.apache.struts
struts2-mailreader
@@ -19,7 +19,7 @@
-
+
javax.servlet
servlet-api
@@ -38,7 +38,7 @@
-
+
diff --git a/apps/pom.xml b/apps/pom.xml
index 869959d9c..526dabeb1 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -1,14 +1,14 @@
velocity
@@ -137,9 +137,9 @@
1.1.1
-
+
-
+
diff --git a/assembly/pom.xml b/assembly/pom.xml
index d80f78ea7..34e43b5cd 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -1,14 +1,14 @@
@@ -416,7 +416,7 @@
1.2.8
provided
-
+
myfaces
@@ -431,7 +431,7 @@
0.0.2
provided
-
+
javax.servlet
diff --git a/core/pom.xml b/core/pom.xml
index 6d09478d7..018396090 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
org.apache.struts
struts2-parent
- 2.0.6-SNAPSHOT
+ 2.1.0-SNAPSHOT
org.apache.struts
struts2-core
@@ -20,7 +20,7 @@
-
+
maven-dependency-plugin
2.0-alpha-1-SNAPSHOT
@@ -31,18 +31,18 @@
unpack
-
-
- opensymphony
- xwork
- 2.0.0
- sources
-
-
- ${project.build.directory}/xwork-sources
-
+
+
+ opensymphony
+ xwork
+ 2.0.0
+ sources
+
+
+ ${project.build.directory}/xwork-sources
+
-
+
org.apache.myfaces.tobago
@@ -75,14 +75,14 @@
execute
-
+
-
+
maven-javadoc-plugin
2.2
@@ -111,68 +111,68 @@
-
-
- j4
-
-
-
- org.codehaus.mojo
- retrotranslator-maven-plugin
-
-
- retrotranslate
-
-
-
-
- maven-jar-plugin
-
-
- create-j4-jar
- jar
-
- ${project.build.directory}/classes-retro
- j4
-
-
- ${project.artifactId}-j4
- ${project.organization.name}
- ${project.organization.name}
- ${project.description}
- ${project.version}
- ${scm.revision}
-
-
-
-
-
-
-
-
-
-
- sun.jdk
- rt
- 1.4.0
- system
-
- ${java14.jar}
-
-
- net.sf.retrotranslator
- retrotranslator-runtime
- 1.0.8
-
-
-
+ -->
+ j4
+
+
+
+ org.codehaus.mojo
+ retrotranslator-maven-plugin
+
+
+ retrotranslate
+
+
+
+
+ maven-jar-plugin
+
+
+ create-j4-jar
+ jar
+
+ ${project.build.directory}/classes-retro
+ j4
+
+
+ ${project.artifactId}-j4
+ ${project.organization.name}
+ ${project.organization.name}
+ ${project.description}
+ ${project.version}
+ ${scm.revision}
+
+
+
+
+
+
+
+
+
+
+ sun.jdk
+ rt
+ 1.4.0
+ system
+
+ ${java14.jar}
+
+
+ net.sf.retrotranslator
+ retrotranslator-runtime
+ 1.0.8
+
+
+
alljars
@@ -471,6 +471,6 @@
true
-
+
diff --git a/plugins/codebehind/pom.xml b/plugins/codebehind/pom.xml
index e3a515822..79027a449 100644
--- a/plugins/codebehind/pom.xml
+++ b/plugins/codebehind/pom.xml
@@ -5,13 +5,13 @@
org.apache.struts
struts2-plugins
- 2.0.6-SNAPSHOT
+ 2.1.0-SNAPSHOT
org.apache.struts
struts2-codebehind-plugin
jar
Struts 2 Codebehind Plugin
-
+
scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/codebehind/
scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/codebehind/
@@ -57,9 +57,9 @@
provided
-
-
+
+
diff --git a/plugins/config-browser/pom.xml b/plugins/config-browser/pom.xml
index caac1fb7e..cdcb15adb 100644
--- a/plugins/config-browser/pom.xml
+++ b/plugins/config-browser/pom.xml
@@ -5,13 +5,13 @@
org.apache.struts
struts2-plugins
- 2.0.6-SNAPSHOT
+ 2.1.0-SNAPSHOT
org.apache.struts
struts2-config-browser-plugin
jar
Struts 2 Configuration Browser Plugin
-
+
scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/config-browser/
scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/config-browser/
diff --git a/plugins/continuations/pom.xml b/plugins/continuations/pom.xml
index a96cdb2e4..b5dd014ce 100644
--- a/plugins/continuations/pom.xml
+++ b/plugins/continuations/pom.xml
@@ -5,13 +5,13 @@
org.apache.struts
struts2-plugins
- 2.0.6-SNAPSHOT
+ 2.1.0-SNAPSHOT
org.apache.struts
struts2-continuations-plugin
jar
Struts 2 Continuations Plugin
-
+
scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/continuations/
scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/continuations/
diff --git a/plugins/jasperreports/pom.xml b/plugins/jasperreports/pom.xml
index 3493c7fc7..9030e89fe 100644
--- a/plugins/jasperreports/pom.xml
+++ b/plugins/jasperreports/pom.xml
@@ -5,13 +5,13 @@
org.apache.struts
struts2-plugins
- 2.0.6-SNAPSHOT
+ 2.1.0-SNAPSHOT
org.apache.struts
struts2-jasperreports-plugin
jar
Struts 2 Jasper Reports Plugin
-
+
scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/jasperreports/
scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/jasperreports/
diff --git a/plugins/jfreechart/pom.xml b/plugins/jfreechart/pom.xml
index fb83b79f5..a087c130f 100644
--- a/plugins/jfreechart/pom.xml
+++ b/plugins/jfreechart/pom.xml
@@ -5,83 +5,83 @@
org.apache.struts
struts2-plugins
- 2.0.6-SNAPSHOT
+ 2.1.0-SNAPSHOT
org.apache.struts
struts2-jfreechart-plugin
jar
Struts 2 JFreeChart Plugin
-
+
scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/jfreechart/
scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/jfreechart/
http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/jfreechart/
-
+
-
-
- j4
-
-
-
- org.codehaus.mojo
- retrotranslator-maven-plugin
-
-
- retrotranslate
-
-
-
-
- maven-jar-plugin
-
-
- create-j4-jar
- jar
-
- ${project.build.directory}/classes-retro
- j4
-
-
- ${project.artifactId}-j4
- ${project.organization.name}
- ${project.organization.name}
- ${project.description}
- ${project.version}
- ${scm.revision}
-
-
-
-
-
-
-
-
-
-
- sun.jdk
- rt
- 1.4.0
- system
-
- ${java14.jar}
-
-
- net.sf.retrotranslator
- retrotranslator-runtime
- 1.0.8
-
-
-
-
+
+
+ j4
+
+
+
+ org.codehaus.mojo
+ retrotranslator-maven-plugin
+
+
+ retrotranslate
+
+
+
+
+ maven-jar-plugin
+
+
+ create-j4-jar
+ jar
+
+ ${project.build.directory}/classes-retro
+ j4
+
+
+ ${project.artifactId}-j4
+ ${project.organization.name}
+ ${project.organization.name}
+ ${project.description}
+ ${project.version}
+ ${scm.revision}
+
+
+
+
+
+
+
+
+
+
+ sun.jdk
+ rt
+ 1.4.0
+ system
+
+ ${java14.jar}
+
+
+ net.sf.retrotranslator
+ retrotranslator-runtime
+ 1.0.8
+
+
+
+
diff --git a/plugins/jsf/pom.xml b/plugins/jsf/pom.xml
index 79a933326..5c4bac9ce 100644
--- a/plugins/jsf/pom.xml
+++ b/plugins/jsf/pom.xml
@@ -5,13 +5,13 @@
org.apache.struts
struts2-plugins
- 2.0.6-SNAPSHOT
+ 2.1.0-SNAPSHOT
org.apache.struts
struts2-jsf-plugin
jar
Struts 2 JSF Plugin
-
+
scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/jsf/
scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/jsf/
@@ -24,7 +24,7 @@
struts-core
1.3.5
-
+
myfaces
myfaces-jsf-api
@@ -32,7 +32,7 @@
provided
-
+
mockobjects
mockobjects-core
diff --git a/plugins/pell-multipart/pom.xml b/plugins/pell-multipart/pom.xml
index 173409268..270f524b7 100644
--- a/plugins/pell-multipart/pom.xml
+++ b/plugins/pell-multipart/pom.xml
@@ -5,13 +5,13 @@
org.apache.struts
struts2-plugins
- 2.0.6-SNAPSHOT
+ 2.1.0-SNAPSHOT
org.apache.struts
struts2-pell-multipart-plugin
jar
Struts 2 Pell Multipart Plugin
-
+
scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/pell-multipart/
scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/pell-multipart/
diff --git a/plugins/plexus/pom.xml b/plugins/plexus/pom.xml
index ecaf4f42d..0ce3676ba 100644
--- a/plugins/plexus/pom.xml
+++ b/plugins/plexus/pom.xml
@@ -5,13 +5,13 @@
org.apache.struts
struts2-plugins
- 2.0.6-SNAPSHOT
+ 2.1.0-SNAPSHOT
org.apache.struts
struts2-plexus-plugin
jar
Struts 2 Plexus Plugin
-
+
scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/plexus/
scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/plexus/
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 5de6b8644..2a6f6522e 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -5,7 +5,7 @@
org.apache.struts
struts2-parent
- 2.0.6-SNAPSHOT
+ 2.1.0-SNAPSHOT
org.apache.struts
struts2-plugins
@@ -33,7 +33,7 @@
struts1
tiles
-
+
@@ -62,5 +62,5 @@
-
+
diff --git a/plugins/sitegraph/pom.xml b/plugins/sitegraph/pom.xml
index afa32fba2..96bdd920e 100644
--- a/plugins/sitegraph/pom.xml
+++ b/plugins/sitegraph/pom.xml
@@ -5,7 +5,7 @@
org.apache.struts
struts2-plugins
- 2.0.6-SNAPSHOT
+ 2.1.0-SNAPSHOT
org.apache.struts
struts2-sitegraph-plugin
@@ -137,7 +137,7 @@
1.2.8
test
-
+
diff --git a/plugins/sitemesh/pom.xml b/plugins/sitemesh/pom.xml
index d4c3c1d64..d89bc25f8 100644
--- a/plugins/sitemesh/pom.xml
+++ b/plugins/sitemesh/pom.xml
@@ -5,19 +5,19 @@
org.apache.struts
struts2-plugins
- 2.0.6-SNAPSHOT
+ 2.1.0-SNAPSHOT
org.apache.struts
struts2-sitemesh-plugin
jar
Struts 2 Sitemesh Plugin
-
+
scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/sitemesh/
scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/sitemesh/
http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/sitemesh/
-
+
opensymphony
diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml
index eeeaa7779..77524f841 100644
--- a/plugins/spring/pom.xml
+++ b/plugins/spring/pom.xml
@@ -5,13 +5,13 @@
org.apache.struts
struts2-plugins
- 2.0.6-SNAPSHOT
+ 2.1.0-SNAPSHOT
org.apache.struts
struts2-spring-plugin
jar
Struts 2 Spring Plugin
-
+
scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/spring/
scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/spring/
diff --git a/plugins/struts1/pom.xml b/plugins/struts1/pom.xml
index 540c06842..bff780029 100644
--- a/plugins/struts1/pom.xml
+++ b/plugins/struts1/pom.xml
@@ -5,26 +5,26 @@
org.apache.struts
struts2-plugins
- 2.0.6-SNAPSHOT
+ 2.1.0-SNAPSHOT
org.apache.struts
struts2-struts1-plugin
jar
Struts 2 Struts 1 Plugin
-
+
scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/struts1/
scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/struts1/
http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/struts1/
-
+
org.apache.struts
struts-core
1.3.5
-
+
mockobjects
mockobjects-core
diff --git a/plugins/tiles/pom.xml b/plugins/tiles/pom.xml
index e83a01faf..d417ea93d 100644
--- a/plugins/tiles/pom.xml
+++ b/plugins/tiles/pom.xml
@@ -5,19 +5,19 @@
org.apache.struts
struts2-plugins
- 2.0.6-SNAPSHOT
+ 2.1.0-SNAPSHOT
org.apache.struts
struts2-tiles-plugin
jar
Struts 2 Tiles Plugin
-
+
scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/tiles/
scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/tiles/
http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/tiles/
-
+
org.apache.tiles
diff --git a/pom.xml b/pom.xml
index 3b5074bbc..808106e5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,15 +6,15 @@
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
- *
+ *
* $Id$
*/
-->
@@ -32,20 +32,20 @@
4.0.0
org.apache.struts
struts2-parent
- 2.0.6-SNAPSHOT
+ 2.1.0-SNAPSHOT
pom
Struts 2
http://struts.apache.org/struts2
Apache Struts 2
2000
-
+
@@ -141,7 +141,7 @@
-
+
alljars
@@ -384,7 +384,7 @@
false
true
-
+