From 397a85d37a3d0db62f91ade245b9eb0a62cf44f3 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Mon, 28 Jun 2010 19:28:31 +0000 Subject: [PATCH] [maven-release-plugin] rollback the release of STRUTS_2_2_0 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@958687 13f79535-47bb-0310-9956-ffa450edef68 --- apps/blank/pom.xml | 2 +- apps/mailreader/pom.xml | 2 +- apps/pom.xml | 2 +- apps/portlet/pom.xml | 2 +- apps/rest-showcase/pom.xml | 4 +- apps/showcase/pom.xml | 2 +- archetypes/pom.xml | 2 +- archetypes/struts2-archetype-blank/pom.xml | 7 +- .../struts2-archetype-convention/pom.xml | 94 +++++++------- .../struts2-archetype-dbportlet/pom.xml | 94 +++++++------- archetypes/struts2-archetype-plugin/pom.xml | 94 +++++++------- archetypes/struts2-archetype-portlet/pom.xml | 118 +++++++++++------- archetypes/struts2-archetype-starter/pom.xml | 4 +- assembly/pom.xml | 2 +- bundles/admin/pom.xml | 2 +- bundles/demo/pom.xml | 2 +- bundles/pom.xml | 2 +- core/pom.xml | 2 +- plugins/codebehind/pom.xml | 2 +- plugins/config-browser/pom.xml | 2 +- plugins/convention/pom.xml | 6 +- plugins/dojo/pom.xml | 2 +- plugins/dwr/pom.xml | 2 +- plugins/embeddedjsp/pom.xml | 8 +- plugins/jasperreports/pom.xml | 2 +- plugins/javatemplates/pom.xml | 2 +- plugins/jfreechart/pom.xml | 2 +- plugins/jsf/pom.xml | 2 +- plugins/json/pom.xml | 5 +- plugins/junit/pom.xml | 5 +- plugins/osgi/pom.xml | 2 +- plugins/oval/pom.xml | 2 +- plugins/pell-multipart/pom.xml | 2 +- plugins/plexus/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/portlet/pom.xml | 2 +- plugins/rest/pom.xml | 4 +- plugins/sitegraph/pom.xml | 2 +- plugins/sitemesh/pom.xml | 2 +- plugins/spring/pom.xml | 2 +- plugins/struts1/pom.xml | 2 +- plugins/testng/pom.xml | 2 +- plugins/tiles/pom.xml | 2 +- pom.xml | 2 +- xwork-core/pom.xml | 8 +- 45 files changed, 277 insertions(+), 238 deletions(-) diff --git a/apps/blank/pom.xml b/apps/blank/pom.xml index 1e44f4814..16c0bb9fb 100644 --- a/apps/blank/pom.xml +++ b/apps/blank/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-apps - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-blank diff --git a/apps/mailreader/pom.xml b/apps/mailreader/pom.xml index 00fa33a3a..3410c2095 100644 --- a/apps/mailreader/pom.xml +++ b/apps/mailreader/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-apps - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-mailreader diff --git a/apps/pom.xml b/apps/pom.xml index c57a883b0..f7b386671 100644 --- a/apps/pom.xml +++ b/apps/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-parent - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-apps diff --git a/apps/portlet/pom.xml b/apps/portlet/pom.xml index 9487e0329..6f63c6eb7 100644 --- a/apps/portlet/pom.xml +++ b/apps/portlet/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-apps - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-portlet diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml index 668645aa7..338e50ebd 100644 --- a/apps/rest-showcase/pom.xml +++ b/apps/rest-showcase/pom.xml @@ -26,13 +26,13 @@ org.apache.struts struts2-apps - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-rest-showcase war - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT Struts 2 Rest Showcase Example Struts 2 Rest Showcase Example diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml index 84d62f475..0351332c8 100644 --- a/apps/showcase/pom.xml +++ b/apps/showcase/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-apps - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-showcase diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 1ff89aa41..2399e304d 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-parent - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-archetypes diff --git a/archetypes/struts2-archetype-blank/pom.xml b/archetypes/struts2-archetype-blank/pom.xml index 3475a347a..6e25cfcfd 100644 --- a/archetypes/struts2-archetype-blank/pom.xml +++ b/archetypes/struts2-archetype-blank/pom.xml @@ -1,14 +1,15 @@ - + org.apache.struts struts2-archetypes - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT 4.0.0 struts2-archetype-blank - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT Struts 2 Archetypes - Blank diff --git a/archetypes/struts2-archetype-convention/pom.xml b/archetypes/struts2-archetype-convention/pom.xml index a806048a7..991eee505 100644 --- a/archetypes/struts2-archetype-convention/pom.xml +++ b/archetypes/struts2-archetype-convention/pom.xml @@ -1,46 +1,48 @@ - - - org.apache.struts - struts2-archetypes - 2.2.1-SNAPSHOT - - - 4.0.0 - struts2-archetype-convention - 2.2.1-SNAPSHOT - Struts 2 Archetypes - Blank Convention - - - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-convention/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-convention/ - http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-convention/ - - - - true - - - - - release - - - - org.apache.maven.plugins - maven-gpg-plugin - - - sign-artifacts - verify - - sign - - - - - - - - - - \ No newline at end of file + + + + org.apache.struts + struts2-archetypes + 2.2.0-SNAPSHOT + + + 4.0.0 + struts2-archetype-convention + 2.2.0-SNAPSHOT + Struts 2 Archetypes - Blank Convention + + + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-convention/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-convention/ + http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-convention/ + + + + true + + + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + + diff --git a/archetypes/struts2-archetype-dbportlet/pom.xml b/archetypes/struts2-archetype-dbportlet/pom.xml index ba0c8eb46..ae6254375 100644 --- a/archetypes/struts2-archetype-dbportlet/pom.xml +++ b/archetypes/struts2-archetype-dbportlet/pom.xml @@ -1,46 +1,48 @@ - - - org.apache.struts - struts2-archetypes - 2.2.1-SNAPSHOT - - - 4.0.0 - struts2-archetype-dbportlet - 2.2.1-SNAPSHOT - Struts 2 Archetypes - Database Portlet - - - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/ - svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/ - - - - true - - - - - release - - - - org.apache.maven.plugins - maven-gpg-plugin - - - sign-artifacts - verify - - sign - - - - - - - - - - \ No newline at end of file + + + + + org.apache.struts + struts2-archetypes + 2.2.0-SNAPSHOT + + + 4.0.0 + struts2-archetype-dbportlet + 2.2.0-SNAPSHOT + Struts 2 Archetypes - Database Portlet + + + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/ + svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/ + + + + true + + + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + + diff --git a/archetypes/struts2-archetype-plugin/pom.xml b/archetypes/struts2-archetype-plugin/pom.xml index 03e4b2f2d..94b85f311 100644 --- a/archetypes/struts2-archetype-plugin/pom.xml +++ b/archetypes/struts2-archetype-plugin/pom.xml @@ -1,46 +1,48 @@ - - - org.apache.struts - struts2-archetypes - 2.2.1-SNAPSHOT - - - 4.0.0 - struts2-archetype-plugin - 2.2.1-SNAPSHOT - jar - Struts 2 Archetypes - Plugin - - - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-plugin/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-plugin/ - http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-plugin/ - - - - true - - - - - release - - - - org.apache.maven.plugins - maven-gpg-plugin - - - sign-artifacts - verify - - sign - - - - - - - - - \ No newline at end of file + + + + + org.apache.struts + struts2-archetypes + 2.2.0-SNAPSHOT + + + 4.0.0 + struts2-archetype-plugin + 2.2.0-SNAPSHOT + jar + Struts 2 Archetypes - Plugin + + + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-plugin/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-plugin/ + http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-plugin/ + + + + true + + + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + diff --git a/archetypes/struts2-archetype-portlet/pom.xml b/archetypes/struts2-archetype-portlet/pom.xml index 043353837..e1774d8cb 100644 --- a/archetypes/struts2-archetype-portlet/pom.xml +++ b/archetypes/struts2-archetype-portlet/pom.xml @@ -1,47 +1,71 @@ - - - org.apache.struts - struts2-archetypes - 2.2.1-SNAPSHOT - - - 4.0.0 - struts2-archetype-portlet - 2.2.1-SNAPSHOT - jar - Struts 2 Archetypes - Portlet - - - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-portlet/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-portlet/ - http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-portlet/ - - - - true - - - - - release - - - - org.apache.maven.plugins - maven-gpg-plugin - - - sign-artifacts - verify - - sign - - - - - - - - - - \ No newline at end of file + + + + + org.apache.struts + struts2-archetypes + 2.2.0-SNAPSHOT + + + 4.0.0 + struts2-archetype-portlet + 2.2.0-SNAPSHOT + jar + Struts 2 Archetypes - Portlet + + + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-portlet/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-portlet/ + http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-portlet/ + + + + true + + + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + + diff --git a/archetypes/struts2-archetype-starter/pom.xml b/archetypes/struts2-archetype-starter/pom.xml index 10f07ad3a..67ea68a83 100644 --- a/archetypes/struts2-archetype-starter/pom.xml +++ b/archetypes/struts2-archetype-starter/pom.xml @@ -4,12 +4,12 @@ org.apache.struts struts2-archetypes - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT 4.0.0 struts2-archetype-starter - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT jar Struts 2 Archetypes - Starter diff --git a/assembly/pom.xml b/assembly/pom.xml index c314d9bc6..2f4c67d30 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -11,7 +11,7 @@ org.apache.struts struts2-parent - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT diff --git a/bundles/admin/pom.xml b/bundles/admin/pom.xml index c19012eff..20b321fe6 100644 --- a/bundles/admin/pom.xml +++ b/bundles/admin/pom.xml @@ -4,7 +4,7 @@ org.apache.struts struts2-osgi-bundles - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-osgi-admin-bundle diff --git a/bundles/demo/pom.xml b/bundles/demo/pom.xml index ea2778d85..ae1f5247b 100644 --- a/bundles/demo/pom.xml +++ b/bundles/demo/pom.xml @@ -4,7 +4,7 @@ org.apache.struts struts2-osgi-bundles - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-osgi-demo-bundle diff --git a/bundles/pom.xml b/bundles/pom.xml index ee53fd355..e377e01aa 100755 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-parent - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-osgi-bundles diff --git a/core/pom.xml b/core/pom.xml index b95cccd71..c71962787 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-parent - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-core diff --git a/plugins/codebehind/pom.xml b/plugins/codebehind/pom.xml index dfb4f176e..a1548be12 100644 --- a/plugins/codebehind/pom.xml +++ b/plugins/codebehind/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-codebehind-plugin diff --git a/plugins/config-browser/pom.xml b/plugins/config-browser/pom.xml index bf4e89ad9..44210bab9 100644 --- a/plugins/config-browser/pom.xml +++ b/plugins/config-browser/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-config-browser-plugin diff --git a/plugins/convention/pom.xml b/plugins/convention/pom.xml index fbdb857a0..5fe63c972 100644 --- a/plugins/convention/pom.xml +++ b/plugins/convention/pom.xml @@ -3,7 +3,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-convention-plugin @@ -12,7 +12,9 @@ scm:svn:http://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2-convention-plugin - scm:svn:https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2-convention-plugin + + scm:svn:https://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2-convention-plugin + http://svn.apache.org/viewcvs.cgi/struts/sandbox/trunk/struts2-convention-plugin diff --git a/plugins/dojo/pom.xml b/plugins/dojo/pom.xml index be9be4ad3..fffc1d101 100644 --- a/plugins/dojo/pom.xml +++ b/plugins/dojo/pom.xml @@ -25,7 +25,7 @@ struts2-plugins org.apache.struts - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT 4.0.0 org.apache.struts diff --git a/plugins/dwr/pom.xml b/plugins/dwr/pom.xml index b3bec2f25..694bfb79d 100644 --- a/plugins/dwr/pom.xml +++ b/plugins/dwr/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-dwr-plugin diff --git a/plugins/embeddedjsp/pom.xml b/plugins/embeddedjsp/pom.xml index 082820cbd..d6f6b02db 100644 --- a/plugins/embeddedjsp/pom.xml +++ b/plugins/embeddedjsp/pom.xml @@ -21,12 +21,13 @@ * under the License. */ --> - + 4.0.0 org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts @@ -36,7 +37,8 @@ scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/embeddedjsp/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/embeddedjsp/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/embeddedjsp/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/embeddedjsp/ diff --git a/plugins/jasperreports/pom.xml b/plugins/jasperreports/pom.xml index 58b0dc9d4..cc2f9b095 100644 --- a/plugins/jasperreports/pom.xml +++ b/plugins/jasperreports/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-jasperreports-plugin diff --git a/plugins/javatemplates/pom.xml b/plugins/javatemplates/pom.xml index 16d4c0f80..e15d99a06 100644 --- a/plugins/javatemplates/pom.xml +++ b/plugins/javatemplates/pom.xml @@ -4,7 +4,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-javatemplates-plugin diff --git a/plugins/jfreechart/pom.xml b/plugins/jfreechart/pom.xml index 8280e3450..ab72d42e9 100644 --- a/plugins/jfreechart/pom.xml +++ b/plugins/jfreechart/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-jfreechart-plugin diff --git a/plugins/jsf/pom.xml b/plugins/jsf/pom.xml index 3c5a120f2..426610062 100644 --- a/plugins/jsf/pom.xml +++ b/plugins/jsf/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-jsf-plugin diff --git a/plugins/json/pom.xml b/plugins/json/pom.xml index 2a7bc9ef0..7e16e2a40 100644 --- a/plugins/json/pom.xml +++ b/plugins/json/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-json-plugin @@ -35,7 +35,8 @@ scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/json/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/json/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/json/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/json/ diff --git a/plugins/junit/pom.xml b/plugins/junit/pom.xml index e76995101..e95e55691 100644 --- a/plugins/junit/pom.xml +++ b/plugins/junit/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-junit-plugin @@ -35,7 +35,8 @@ scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/junit/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/junit/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/junit/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/junit/ diff --git a/plugins/osgi/pom.xml b/plugins/osgi/pom.xml index cd533382a..5d0930901 100644 --- a/plugins/osgi/pom.xml +++ b/plugins/osgi/pom.xml @@ -4,7 +4,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-osgi-plugin diff --git a/plugins/oval/pom.xml b/plugins/oval/pom.xml index fd2cd3926..c5ddb0424 100644 --- a/plugins/oval/pom.xml +++ b/plugins/oval/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-oval-plugin diff --git a/plugins/pell-multipart/pom.xml b/plugins/pell-multipart/pom.xml index deb999c99..06e157ad0 100644 --- a/plugins/pell-multipart/pom.xml +++ b/plugins/pell-multipart/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-pell-multipart-plugin diff --git a/plugins/plexus/pom.xml b/plugins/plexus/pom.xml index bbef7acb3..220d473bd 100644 --- a/plugins/plexus/pom.xml +++ b/plugins/plexus/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-plexus-plugin diff --git a/plugins/pom.xml b/plugins/pom.xml index 009f8cdad..730e8d0e9 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-parent - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-plugins diff --git a/plugins/portlet/pom.xml b/plugins/portlet/pom.xml index d96f3e055..fd2eb73ba 100644 --- a/plugins/portlet/pom.xml +++ b/plugins/portlet/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-portlet-plugin diff --git a/plugins/rest/pom.xml b/plugins/rest/pom.xml index 45d6525ad..25bcd7c23 100644 --- a/plugins/rest/pom.xml +++ b/plugins/rest/pom.xml @@ -26,11 +26,11 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-rest-plugin - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT Struts 2 REST Plugin diff --git a/plugins/sitegraph/pom.xml b/plugins/sitegraph/pom.xml index acdfa84f9..e68d66f4c 100644 --- a/plugins/sitegraph/pom.xml +++ b/plugins/sitegraph/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-sitegraph-plugin diff --git a/plugins/sitemesh/pom.xml b/plugins/sitemesh/pom.xml index c4e5ec2de..1d28a102a 100644 --- a/plugins/sitemesh/pom.xml +++ b/plugins/sitemesh/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-sitemesh-plugin diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml index b2a7c3a45..9b3c52660 100644 --- a/plugins/spring/pom.xml +++ b/plugins/spring/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-spring-plugin diff --git a/plugins/struts1/pom.xml b/plugins/struts1/pom.xml index a361e7f94..56b2c40cf 100644 --- a/plugins/struts1/pom.xml +++ b/plugins/struts1/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-struts1-plugin diff --git a/plugins/testng/pom.xml b/plugins/testng/pom.xml index 616a9bfbf..52efa9f53 100644 --- a/plugins/testng/pom.xml +++ b/plugins/testng/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-testng-plugin diff --git a/plugins/tiles/pom.xml b/plugins/tiles/pom.xml index 367a98ff8..d56138268 100644 --- a/plugins/tiles/pom.xml +++ b/plugins/tiles/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT org.apache.struts struts2-tiles-plugin diff --git a/pom.xml b/pom.xml index ba632b19a..9e913935b 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 4.0.0 org.apache.struts struts2-parent - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT pom Struts 2 http://struts.apache.org/struts2 diff --git a/xwork-core/pom.xml b/xwork-core/pom.xml index 8ff22a91a..a4f592f74 100644 --- a/xwork-core/pom.xml +++ b/xwork-core/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.apache.struts struts2-parent - 2.2.1-SNAPSHOT + 2.2.0-SNAPSHOT com.opensymphony @@ -220,7 +221,8 @@ - +