From 8176594c008e2bb2fc1ac9a953e5b065b80a3ede Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Sun, 27 Jun 2010 12:52:20 +0000 Subject: [PATCH 1/4] [maven-release-plugin] prepare for next development iteration git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@958379 13f79535-47bb-0310-9956-ffa450edef68 --- apps/blank/pom.xml | 8 ++++---- apps/mailreader/pom.xml | 8 ++++---- apps/pom.xml | 8 ++++---- apps/portlet/pom.xml | 8 ++++---- apps/rest-showcase/pom.xml | 4 ++-- apps/showcase/pom.xml | 8 ++++---- archetypes/pom.xml | 8 ++++---- archetypes/struts2-archetype-blank/pom.xml | 10 +++++----- archetypes/struts2-archetype-convention/pom.xml | 10 +++++----- archetypes/struts2-archetype-dbportlet/pom.xml | 10 +++++----- archetypes/struts2-archetype-plugin/pom.xml | 10 +++++----- archetypes/struts2-archetype-portlet/pom.xml | 10 +++++----- archetypes/struts2-archetype-starter/pom.xml | 10 +++++----- assembly/pom.xml | 8 ++++---- bundles/admin/pom.xml | 8 ++++---- bundles/demo/pom.xml | 8 ++++---- bundles/pom.xml | 8 ++++---- core/pom.xml | 8 ++++---- plugins/codebehind/pom.xml | 8 ++++---- plugins/config-browser/pom.xml | 8 ++++---- plugins/convention/pom.xml | 8 ++++---- plugins/dojo/pom.xml | 8 ++++---- plugins/dwr/pom.xml | 8 ++++---- plugins/embeddedjsp/pom.xml | 8 ++++---- plugins/jasperreports/pom.xml | 8 ++++---- plugins/javatemplates/pom.xml | 8 ++++---- plugins/jfreechart/pom.xml | 8 ++++---- plugins/jsf/pom.xml | 8 ++++---- plugins/json/pom.xml | 8 ++++---- plugins/junit/pom.xml | 8 ++++---- plugins/osgi/pom.xml | 8 ++++---- plugins/oval/pom.xml | 8 ++++---- plugins/pell-multipart/pom.xml | 8 ++++---- plugins/plexus/pom.xml | 8 ++++---- plugins/pom.xml | 8 ++++---- plugins/portlet/pom.xml | 8 ++++---- plugins/rest/pom.xml | 4 ++-- plugins/sitegraph/pom.xml | 8 ++++---- plugins/sitemesh/pom.xml | 8 ++++---- plugins/spring/pom.xml | 8 ++++---- plugins/struts1/pom.xml | 8 ++++---- plugins/testng/pom.xml | 8 ++++---- plugins/tiles/pom.xml | 8 ++++---- pom.xml | 8 ++++---- xwork-core/pom.xml | 8 ++++---- 45 files changed, 182 insertions(+), 182 deletions(-) diff --git a/apps/blank/pom.xml b/apps/blank/pom.xml index 560ffc267..1e44f4814 100644 --- a/apps/blank/pom.xml +++ b/apps/blank/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-apps - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-blank @@ -34,9 +34,9 @@ Blank Webapp - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/apps/blank - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/apps/blank - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/apps/blank + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/blank/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/apps/blank/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/blank/ diff --git a/apps/mailreader/pom.xml b/apps/mailreader/pom.xml index 01c8355f9..00fa33a3a 100644 --- a/apps/mailreader/pom.xml +++ b/apps/mailreader/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-apps - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-mailreader @@ -34,9 +34,9 @@ Starter Webapp - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/apps/mailreader - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/apps/mailreader - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/apps/mailreader + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/mailreader/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/apps/mailreader/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/mailreader/ diff --git a/apps/pom.xml b/apps/pom.xml index 736ba05db..c57a883b0 100644 --- a/apps/pom.xml +++ b/apps/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-parent - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-apps @@ -41,9 +41,9 @@ - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/apps - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/apps - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/apps + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/apps/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/ diff --git a/apps/portlet/pom.xml b/apps/portlet/pom.xml index d0e163e68..9487e0329 100644 --- a/apps/portlet/pom.xml +++ b/apps/portlet/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-apps - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-portlet @@ -34,9 +34,9 @@ Portlet Webapp - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/apps/portlet - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/apps/portlet - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/apps/portlet + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/portlet/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/apps/portlet/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/portlet/ diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml index 055dafce1..668645aa7 100644 --- a/apps/rest-showcase/pom.xml +++ b/apps/rest-showcase/pom.xml @@ -26,13 +26,13 @@ org.apache.struts struts2-apps - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-rest-showcase war - 2.2.0 + 2.2.1-SNAPSHOT Struts 2 Rest Showcase Example Struts 2 Rest Showcase Example diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml index b25b1ae72..84d62f475 100644 --- a/apps/showcase/pom.xml +++ b/apps/showcase/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-apps - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-showcase @@ -34,9 +34,9 @@ Showcase Webapp - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/apps/showcase - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/apps/showcase - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/apps/showcase + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/showcase/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/apps/showcase/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/showcase/ diff --git a/archetypes/pom.xml b/archetypes/pom.xml index b79c4d340..1ff89aa41 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-parent - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-archetypes @@ -34,9 +34,9 @@ Struts 2 Maven Archetypes - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes - http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/ + http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/ diff --git a/archetypes/struts2-archetype-blank/pom.xml b/archetypes/struts2-archetype-blank/pom.xml index a727dcfbe..3475a347a 100644 --- a/archetypes/struts2-archetype-blank/pom.xml +++ b/archetypes/struts2-archetype-blank/pom.xml @@ -3,18 +3,18 @@ org.apache.struts struts2-archetypes - 2.2.0 + 2.2.1-SNAPSHOT 4.0.0 struts2-archetype-blank - 2.2.0 + 2.2.1-SNAPSHOT Struts 2 Archetypes - Blank - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-blank - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-blank - http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-blank + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-blank/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-blank/ + http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-blank/ diff --git a/archetypes/struts2-archetype-convention/pom.xml b/archetypes/struts2-archetype-convention/pom.xml index cbb2169e7..a806048a7 100644 --- a/archetypes/struts2-archetype-convention/pom.xml +++ b/archetypes/struts2-archetype-convention/pom.xml @@ -2,18 +2,18 @@ org.apache.struts struts2-archetypes - 2.2.0 + 2.2.1-SNAPSHOT 4.0.0 struts2-archetype-convention - 2.2.0 + 2.2.1-SNAPSHOT Struts 2 Archetypes - Blank Convention - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-convention - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-convention - http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-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/ diff --git a/archetypes/struts2-archetype-dbportlet/pom.xml b/archetypes/struts2-archetype-dbportlet/pom.xml index 8cc39402c..ba0c8eb46 100644 --- a/archetypes/struts2-archetype-dbportlet/pom.xml +++ b/archetypes/struts2-archetype-dbportlet/pom.xml @@ -2,18 +2,18 @@ org.apache.struts struts2-archetypes - 2.2.0 + 2.2.1-SNAPSHOT 4.0.0 struts2-archetype-dbportlet - 2.2.0 + 2.2.1-SNAPSHOT Struts 2 Archetypes - Database Portlet - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-dbportlet - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-dbportlet - svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-dbportlet + 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/ diff --git a/archetypes/struts2-archetype-plugin/pom.xml b/archetypes/struts2-archetype-plugin/pom.xml index 739bbc67a..03e4b2f2d 100644 --- a/archetypes/struts2-archetype-plugin/pom.xml +++ b/archetypes/struts2-archetype-plugin/pom.xml @@ -2,19 +2,19 @@ org.apache.struts struts2-archetypes - 2.2.0 + 2.2.1-SNAPSHOT 4.0.0 struts2-archetype-plugin - 2.2.0 + 2.2.1-SNAPSHOT jar Struts 2 Archetypes - Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-plugin - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-plugin - http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-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/ diff --git a/archetypes/struts2-archetype-portlet/pom.xml b/archetypes/struts2-archetype-portlet/pom.xml index 555bb44fc..043353837 100644 --- a/archetypes/struts2-archetype-portlet/pom.xml +++ b/archetypes/struts2-archetype-portlet/pom.xml @@ -2,19 +2,19 @@ org.apache.struts struts2-archetypes - 2.2.0 + 2.2.1-SNAPSHOT 4.0.0 struts2-archetype-portlet - 2.2.0 + 2.2.1-SNAPSHOT jar Struts 2 Archetypes - Portlet - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-portlet - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-portlet - http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-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/ diff --git a/archetypes/struts2-archetype-starter/pom.xml b/archetypes/struts2-archetype-starter/pom.xml index 11cab6ad0..10f07ad3a 100644 --- a/archetypes/struts2-archetype-starter/pom.xml +++ b/archetypes/struts2-archetype-starter/pom.xml @@ -4,19 +4,19 @@ org.apache.struts struts2-archetypes - 2.2.0 + 2.2.1-SNAPSHOT 4.0.0 struts2-archetype-starter - 2.2.0 + 2.2.1-SNAPSHOT jar Struts 2 Archetypes - Starter - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-starter - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-starter - http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-starter + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-starter/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-starter/ + http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-starter/ diff --git a/assembly/pom.xml b/assembly/pom.xml index 4981fc636..c314d9bc6 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -11,13 +11,13 @@ org.apache.struts struts2-parent - 2.2.0 + 2.2.1-SNAPSHOT - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/assembly - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/assembly - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/assembly + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/assembly + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/assembly + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/assembly diff --git a/bundles/admin/pom.xml b/bundles/admin/pom.xml index 9ba84d4e7..c19012eff 100644 --- a/bundles/admin/pom.xml +++ b/bundles/admin/pom.xml @@ -4,7 +4,7 @@ org.apache.struts struts2-osgi-bundles - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-osgi-admin-bundle @@ -12,9 +12,9 @@ Struts 2 OSGi Admin Bundle - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/bundles/admin - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/bundles/admin - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/bundles/admin + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/bundles/admin/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/bundles/admin/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/bundles/admin/ diff --git a/bundles/demo/pom.xml b/bundles/demo/pom.xml index 733ae5355..ea2778d85 100644 --- a/bundles/demo/pom.xml +++ b/bundles/demo/pom.xml @@ -4,7 +4,7 @@ org.apache.struts struts2-osgi-bundles - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-osgi-demo-bundle @@ -12,9 +12,9 @@ Struts 2 OSGi Demo Bundle - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/bundles/demo - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/bundles/demo - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/bundles/demo + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/bundles/demo/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/bundles/demo/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/bundles/demo/ diff --git a/bundles/pom.xml b/bundles/pom.xml index 708d5a59a..ee53fd355 100755 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-parent - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-osgi-bundles @@ -34,9 +34,9 @@ Struts OSGi Bundles - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/bundles - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/bundles - http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/bundles + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/bundles/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/bundles/ + http://svn.apache.org/repos/asf/struts/struts2/trunk/bundles/ diff --git a/core/pom.xml b/core/pom.xml index 28e6f2c2a..b95cccd71 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-parent - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-core @@ -34,9 +34,9 @@ Struts 2 Core - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/core - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/core - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/core + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/core/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/core/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/core/ diff --git a/plugins/codebehind/pom.xml b/plugins/codebehind/pom.xml index b57396880..dfb4f176e 100644 --- a/plugins/codebehind/pom.xml +++ b/plugins/codebehind/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-codebehind-plugin @@ -34,9 +34,9 @@ Struts 2 Codebehind Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/codebehind - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/codebehind - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/codebehind + 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/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/codebehind/ diff --git a/plugins/config-browser/pom.xml b/plugins/config-browser/pom.xml index d4ab838d3..bf4e89ad9 100644 --- a/plugins/config-browser/pom.xml +++ b/plugins/config-browser/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-config-browser-plugin @@ -34,9 +34,9 @@ Struts 2 Configuration Browser Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/config-browser - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/config-browser - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/config-browser + 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/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/config-browser/ diff --git a/plugins/convention/pom.xml b/plugins/convention/pom.xml index d2e9782e5..fbdb857a0 100644 --- a/plugins/convention/pom.xml +++ b/plugins/convention/pom.xml @@ -3,7 +3,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-convention-plugin @@ -11,9 +11,9 @@ Struts 2 Convention Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/sandbox/tags/STRUTS_2_2_0 - scm:svn:https://svn.apache.org/repos/asf/struts/sandbox/tags/STRUTS_2_2_0 - http://svn.apache.org/viewcvs.cgi/struts/sandbox/tags/STRUTS_2_2_0 + 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 + 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 dea99193a..be9be4ad3 100644 --- a/plugins/dojo/pom.xml +++ b/plugins/dojo/pom.xml @@ -25,7 +25,7 @@ struts2-plugins org.apache.struts - 2.2.0 + 2.2.1-SNAPSHOT 4.0.0 org.apache.struts @@ -33,9 +33,9 @@ Struts 2 Dojo Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/dojo - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/dojo - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/dojo + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/dojo/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/dojo/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/dojo/ diff --git a/plugins/dwr/pom.xml b/plugins/dwr/pom.xml index a43faa4e0..b3bec2f25 100644 --- a/plugins/dwr/pom.xml +++ b/plugins/dwr/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-dwr-plugin @@ -34,9 +34,9 @@ Struts 2 DWR Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/dwr - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/dwr - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/dwr + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/dwr/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/dwr/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/dwr/ diff --git a/plugins/embeddedjsp/pom.xml b/plugins/embeddedjsp/pom.xml index 690c207e2..082820cbd 100644 --- a/plugins/embeddedjsp/pom.xml +++ b/plugins/embeddedjsp/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts @@ -35,9 +35,9 @@ Struts 2 Embedded JSP Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/embeddedjsp - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/embeddedjsp - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/embeddedjsp + 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/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/embeddedjsp/ diff --git a/plugins/jasperreports/pom.xml b/plugins/jasperreports/pom.xml index 5fb25ce51..58b0dc9d4 100644 --- a/plugins/jasperreports/pom.xml +++ b/plugins/jasperreports/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-jasperreports-plugin @@ -34,9 +34,9 @@ Struts 2 Jasper Reports Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/jasperreports - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/jasperreports - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/jasperreports + 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/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/jasperreports/ diff --git a/plugins/javatemplates/pom.xml b/plugins/javatemplates/pom.xml index e992eccc3..16d4c0f80 100644 --- a/plugins/javatemplates/pom.xml +++ b/plugins/javatemplates/pom.xml @@ -4,7 +4,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-javatemplates-plugin @@ -12,9 +12,9 @@ Struts 2 Java Templates Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/javatemplates - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/javatemplates - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/javatemplates + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/javatemplates/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/javatemplates/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/javatemplates/ diff --git a/plugins/jfreechart/pom.xml b/plugins/jfreechart/pom.xml index 141f8eff6..8280e3450 100644 --- a/plugins/jfreechart/pom.xml +++ b/plugins/jfreechart/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-jfreechart-plugin @@ -34,9 +34,9 @@ Struts 2 JFreeChart Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/jfreechart - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/jfreechart - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/jfreechart + 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/ diff --git a/plugins/jsf/pom.xml b/plugins/jsf/pom.xml index d08e174e5..3c5a120f2 100644 --- a/plugins/jsf/pom.xml +++ b/plugins/jsf/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-jsf-plugin @@ -34,9 +34,9 @@ Struts 2 JSF Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/jsf - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/jsf - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/jsf + 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/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/jsf/ diff --git a/plugins/json/pom.xml b/plugins/json/pom.xml index acda88c9f..2a7bc9ef0 100644 --- a/plugins/json/pom.xml +++ b/plugins/json/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-json-plugin @@ -34,9 +34,9 @@ Struts 2 JSON Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/json - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/json - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/json + 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/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/json/ diff --git a/plugins/junit/pom.xml b/plugins/junit/pom.xml index dd1b70e89..e76995101 100644 --- a/plugins/junit/pom.xml +++ b/plugins/junit/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-junit-plugin @@ -34,9 +34,9 @@ Struts 2 JUnit Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/junit - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/junit - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/junit + 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/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/junit/ diff --git a/plugins/osgi/pom.xml b/plugins/osgi/pom.xml index a1fb29795..cd533382a 100644 --- a/plugins/osgi/pom.xml +++ b/plugins/osgi/pom.xml @@ -4,7 +4,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-osgi-plugin @@ -12,9 +12,9 @@ Struts 2 OSGi Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/osgi - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/osgi - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/osgi + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/osgi/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/osgi/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/osgi/ diff --git a/plugins/oval/pom.xml b/plugins/oval/pom.xml index ef1d36b5e..fd2cd3926 100644 --- a/plugins/oval/pom.xml +++ b/plugins/oval/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-oval-plugin @@ -34,9 +34,9 @@ Struts 2 OVal Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/oval - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/oval - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/oval + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/oval/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/oval/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/oval/ diff --git a/plugins/pell-multipart/pom.xml b/plugins/pell-multipart/pom.xml index 429f8d157..deb999c99 100644 --- a/plugins/pell-multipart/pom.xml +++ b/plugins/pell-multipart/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-pell-multipart-plugin @@ -34,9 +34,9 @@ Struts 2 Pell Multipart Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/pell-multipart - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/pell-multipart - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/pell-multipart + 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/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/pell-multipart/ diff --git a/plugins/plexus/pom.xml b/plugins/plexus/pom.xml index 4711329a3..bbef7acb3 100644 --- a/plugins/plexus/pom.xml +++ b/plugins/plexus/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-plexus-plugin @@ -34,9 +34,9 @@ Struts 2 Plexus Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/plexus - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/plexus - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/plexus + 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/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/plexus/ diff --git a/plugins/pom.xml b/plugins/pom.xml index f704c325f..009f8cdad 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-parent - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-plugins @@ -34,9 +34,9 @@ Struts Plugins - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins - http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/ + http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/ diff --git a/plugins/portlet/pom.xml b/plugins/portlet/pom.xml index a347af422..d96f3e055 100644 --- a/plugins/portlet/pom.xml +++ b/plugins/portlet/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-portlet-plugin @@ -34,9 +34,9 @@ Struts 2 Portlet Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/portlet - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/portlet - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/portlet + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/portlet/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/portlet/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/portlet/ diff --git a/plugins/rest/pom.xml b/plugins/rest/pom.xml index 4b1e4f28d..45d6525ad 100644 --- a/plugins/rest/pom.xml +++ b/plugins/rest/pom.xml @@ -26,11 +26,11 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-rest-plugin - 2.2.0 + 2.2.1-SNAPSHOT Struts 2 REST Plugin diff --git a/plugins/sitegraph/pom.xml b/plugins/sitegraph/pom.xml index 9262b3d98..acdfa84f9 100644 --- a/plugins/sitegraph/pom.xml +++ b/plugins/sitegraph/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-sitegraph-plugin @@ -34,9 +34,9 @@ Struts 2 Sitegraph Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/sitegraph - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/sitegraph - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/sitegraph + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/sitegraph/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/sitegraph/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/sitegraph/ diff --git a/plugins/sitemesh/pom.xml b/plugins/sitemesh/pom.xml index bda699183..c4e5ec2de 100644 --- a/plugins/sitemesh/pom.xml +++ b/plugins/sitemesh/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-sitemesh-plugin @@ -34,9 +34,9 @@ Struts 2 Sitemesh Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/sitemesh - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/sitemesh - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/sitemesh + 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/ diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml index f4579be93..b2a7c3a45 100644 --- a/plugins/spring/pom.xml +++ b/plugins/spring/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-spring-plugin @@ -34,9 +34,9 @@ Struts 2 Spring Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/spring - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/spring - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/spring + 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/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/spring/ diff --git a/plugins/struts1/pom.xml b/plugins/struts1/pom.xml index aacaf5b99..a361e7f94 100644 --- a/plugins/struts1/pom.xml +++ b/plugins/struts1/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-struts1-plugin @@ -34,9 +34,9 @@ Struts 2 Struts 1 Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/struts1 - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/struts1 - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/struts1 + 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/ diff --git a/plugins/testng/pom.xml b/plugins/testng/pom.xml index 58af593cf..616a9bfbf 100644 --- a/plugins/testng/pom.xml +++ b/plugins/testng/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-testng-plugin @@ -34,9 +34,9 @@ Struts 2 TestNG Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/testng - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/testng - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/testng + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/testng/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/testng/ + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/testng/ diff --git a/plugins/tiles/pom.xml b/plugins/tiles/pom.xml index 6d461235c..367a98ff8 100644 --- a/plugins/tiles/pom.xml +++ b/plugins/tiles/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0 + 2.2.1-SNAPSHOT org.apache.struts struts2-tiles-plugin @@ -34,9 +34,9 @@ Struts 2 Tiles Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/tiles - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/tiles - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/tiles + 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/ diff --git a/pom.xml b/pom.xml index b881a3e39..ba632b19a 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 4.0.0 org.apache.struts struts2-parent - 2.2.0 + 2.2.1-SNAPSHOT pom Struts 2 http://struts.apache.org/struts2 @@ -28,9 +28,9 @@ --> - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0 - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0 - http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0 + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk + http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk diff --git a/xwork-core/pom.xml b/xwork-core/pom.xml index eaf51f8f1..8ff22a91a 100644 --- a/xwork-core/pom.xml +++ b/xwork-core/pom.xml @@ -5,7 +5,7 @@ org.apache.struts struts2-parent - 2.2.0 + 2.2.1-SNAPSHOT com.opensymphony @@ -15,9 +15,9 @@ - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/xwork-core - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/xwork-core - http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/xwork-core + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/ + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/ + http://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/ From 397a85d37a3d0db62f91ade245b9eb0a62cf44f3 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Mon, 28 Jun 2010 19:28:31 +0000 Subject: [PATCH 2/4] [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 @@ - + From 7f440efbab4fca761f0b4171cb7911848281febd Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Mon, 28 Jun 2010 20:20:28 +0000 Subject: [PATCH 3/4] Changed groupId to allow deploy to Nexus repository git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@958702 13f79535-47bb-0310-9956-ffa450edef68 --- assembly/pom.xml | 2 +- core/pom.xml | 2 +- xwork-core/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assembly/pom.xml b/assembly/pom.xml index 2f4c67d30..e0830285c 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -70,7 +70,7 @@ - com.opensymphony + org.apache.struts.xwork xwork-core ${version} jar diff --git a/core/pom.xml b/core/pom.xml index c71962787..4ca5a5138 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -208,7 +208,7 @@ - com.opensymphony + org.apache.struts.xwork xwork-core ${version} diff --git a/xwork-core/pom.xml b/xwork-core/pom.xml index a4f592f74..c284c2f0b 100644 --- a/xwork-core/pom.xml +++ b/xwork-core/pom.xml @@ -9,7 +9,7 @@ 2.2.0-SNAPSHOT - com.opensymphony + org.apache.struts.xwork xwork-core jar XWork: Core From c4d3f364f58e17a5c34aed952a79a42792502053 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Mon, 28 Jun 2010 21:22:31 +0000 Subject: [PATCH 4/4] [maven-release-plugin] prepare release STRUTS_2_2_0 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@958746 13f79535-47bb-0310-9956-ffa450edef68 --- apps/blank/pom.xml | 8 +- apps/mailreader/pom.xml | 8 +- apps/pom.xml | 8 +- apps/portlet/pom.xml | 8 +- apps/rest-showcase/pom.xml | 4 +- apps/showcase/pom.xml | 8 +- archetypes/pom.xml | 8 +- archetypes/struts2-archetype-blank/pom.xml | 13 +- .../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 | 10 +- assembly/pom.xml | 8 +- bundles/admin/pom.xml | 8 +- bundles/demo/pom.xml | 8 +- bundles/pom.xml | 8 +- core/pom.xml | 8 +- plugins/codebehind/pom.xml | 8 +- plugins/config-browser/pom.xml | 8 +- plugins/convention/pom.xml | 10 +- plugins/dojo/pom.xml | 8 +- plugins/dwr/pom.xml | 8 +- plugins/embeddedjsp/pom.xml | 12 +- plugins/jasperreports/pom.xml | 8 +- plugins/javatemplates/pom.xml | 8 +- plugins/jfreechart/pom.xml | 8 +- plugins/jsf/pom.xml | 8 +- plugins/json/pom.xml | 9 +- plugins/junit/pom.xml | 9 +- plugins/osgi/pom.xml | 8 +- plugins/oval/pom.xml | 8 +- plugins/pell-multipart/pom.xml | 8 +- plugins/plexus/pom.xml | 8 +- plugins/pom.xml | 8 +- plugins/portlet/pom.xml | 8 +- plugins/rest/pom.xml | 4 +- plugins/sitegraph/pom.xml | 8 +- plugins/sitemesh/pom.xml | 8 +- plugins/spring/pom.xml | 8 +- plugins/struts1/pom.xml | 8 +- plugins/testng/pom.xml | 8 +- plugins/tiles/pom.xml | 8 +- pom.xml | 8 +- xwork-core/pom.xml | 14 +-- 45 files changed, 351 insertions(+), 390 deletions(-) diff --git a/apps/blank/pom.xml b/apps/blank/pom.xml index 16c0bb9fb..560ffc267 100644 --- a/apps/blank/pom.xml +++ b/apps/blank/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-apps - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-blank @@ -34,9 +34,9 @@ Blank Webapp - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/blank/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/apps/blank/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/blank/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/apps/blank + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/apps/blank + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/apps/blank diff --git a/apps/mailreader/pom.xml b/apps/mailreader/pom.xml index 3410c2095..01c8355f9 100644 --- a/apps/mailreader/pom.xml +++ b/apps/mailreader/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-apps - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-mailreader @@ -34,9 +34,9 @@ Starter Webapp - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/mailreader/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/apps/mailreader/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/mailreader/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/apps/mailreader + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/apps/mailreader + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/apps/mailreader diff --git a/apps/pom.xml b/apps/pom.xml index f7b386671..736ba05db 100644 --- a/apps/pom.xml +++ b/apps/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-parent - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-apps @@ -41,9 +41,9 @@ - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/apps/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/apps + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/apps + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/apps diff --git a/apps/portlet/pom.xml b/apps/portlet/pom.xml index 6f63c6eb7..d0e163e68 100644 --- a/apps/portlet/pom.xml +++ b/apps/portlet/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-apps - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-portlet @@ -34,9 +34,9 @@ Portlet Webapp - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/portlet/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/apps/portlet/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/portlet/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/apps/portlet + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/apps/portlet + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/apps/portlet diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml index 338e50ebd..055dafce1 100644 --- a/apps/rest-showcase/pom.xml +++ b/apps/rest-showcase/pom.xml @@ -26,13 +26,13 @@ org.apache.struts struts2-apps - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-rest-showcase war - 2.2.0-SNAPSHOT + 2.2.0 Struts 2 Rest Showcase Example Struts 2 Rest Showcase Example diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml index 0351332c8..b25b1ae72 100644 --- a/apps/showcase/pom.xml +++ b/apps/showcase/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-apps - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-showcase @@ -34,9 +34,9 @@ Showcase Webapp - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/showcase/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/apps/showcase/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/apps/showcase/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/apps/showcase + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/apps/showcase + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/apps/showcase diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 2399e304d..b79c4d340 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-parent - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-archetypes @@ -34,9 +34,9 @@ Struts 2 Maven Archetypes - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/ - http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes + http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes diff --git a/archetypes/struts2-archetype-blank/pom.xml b/archetypes/struts2-archetype-blank/pom.xml index 6e25cfcfd..a727dcfbe 100644 --- a/archetypes/struts2-archetype-blank/pom.xml +++ b/archetypes/struts2-archetype-blank/pom.xml @@ -1,21 +1,20 @@ - + org.apache.struts struts2-archetypes - 2.2.0-SNAPSHOT + 2.2.0 4.0.0 struts2-archetype-blank - 2.2.0-SNAPSHOT + 2.2.0 Struts 2 Archetypes - Blank - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-blank/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-blank/ - http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-blank/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-blank + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-blank + http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-blank diff --git a/archetypes/struts2-archetype-convention/pom.xml b/archetypes/struts2-archetype-convention/pom.xml index 991eee505..cbb2169e7 100644 --- a/archetypes/struts2-archetype-convention/pom.xml +++ b/archetypes/struts2-archetype-convention/pom.xml @@ -1,48 +1,46 @@ - - - - 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 - - - - - - - - - - + + + org.apache.struts + struts2-archetypes + 2.2.0 + + + 4.0.0 + struts2-archetype-convention + 2.2.0 + Struts 2 Archetypes - Blank Convention + + + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-convention + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-convention + http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-convention + + + + true + + + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + + \ No newline at end of file diff --git a/archetypes/struts2-archetype-dbportlet/pom.xml b/archetypes/struts2-archetype-dbportlet/pom.xml index ae6254375..8cc39402c 100644 --- a/archetypes/struts2-archetype-dbportlet/pom.xml +++ b/archetypes/struts2-archetype-dbportlet/pom.xml @@ -1,48 +1,46 @@ - - - - - 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 - - - - - - - - - - + + + org.apache.struts + struts2-archetypes + 2.2.0 + + + 4.0.0 + struts2-archetype-dbportlet + 2.2.0 + Struts 2 Archetypes - Database Portlet + + + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-dbportlet + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-dbportlet + svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-dbportlet + + + + true + + + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + + \ No newline at end of file diff --git a/archetypes/struts2-archetype-plugin/pom.xml b/archetypes/struts2-archetype-plugin/pom.xml index 94b85f311..739bbc67a 100644 --- a/archetypes/struts2-archetype-plugin/pom.xml +++ b/archetypes/struts2-archetype-plugin/pom.xml @@ -1,48 +1,46 @@ - - - - - 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 - - - - - - - - - + + + org.apache.struts + struts2-archetypes + 2.2.0 + + + 4.0.0 + struts2-archetype-plugin + 2.2.0 + jar + Struts 2 Archetypes - Plugin + + + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-plugin + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-plugin + http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-plugin + + + + true + + + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + \ No newline at end of file diff --git a/archetypes/struts2-archetype-portlet/pom.xml b/archetypes/struts2-archetype-portlet/pom.xml index e1774d8cb..555bb44fc 100644 --- a/archetypes/struts2-archetype-portlet/pom.xml +++ b/archetypes/struts2-archetype-portlet/pom.xml @@ -1,71 +1,47 @@ - - - - - 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 - - - - - - - - - - + + + org.apache.struts + struts2-archetypes + 2.2.0 + + + 4.0.0 + struts2-archetype-portlet + 2.2.0 + jar + Struts 2 Archetypes - Portlet + + + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-portlet + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-portlet + http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-portlet + + + + true + + + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + + \ No newline at end of file diff --git a/archetypes/struts2-archetype-starter/pom.xml b/archetypes/struts2-archetype-starter/pom.xml index 67ea68a83..11cab6ad0 100644 --- a/archetypes/struts2-archetype-starter/pom.xml +++ b/archetypes/struts2-archetype-starter/pom.xml @@ -4,19 +4,19 @@ org.apache.struts struts2-archetypes - 2.2.0-SNAPSHOT + 2.2.0 4.0.0 struts2-archetype-starter - 2.2.0-SNAPSHOT + 2.2.0 jar Struts 2 Archetypes - Starter - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-starter/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-starter/ - http://svn.apache.org/repos/asf/struts/struts2/trunk/archetypes/struts2-archetype-starter/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-starter + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-starter + http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/archetypes/struts2-archetype-starter diff --git a/assembly/pom.xml b/assembly/pom.xml index e0830285c..d558d5fae 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -11,13 +11,13 @@ org.apache.struts struts2-parent - 2.2.0-SNAPSHOT + 2.2.0 - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/assembly - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/assembly - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/assembly + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/assembly + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/assembly + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/assembly diff --git a/bundles/admin/pom.xml b/bundles/admin/pom.xml index 20b321fe6..9ba84d4e7 100644 --- a/bundles/admin/pom.xml +++ b/bundles/admin/pom.xml @@ -4,7 +4,7 @@ org.apache.struts struts2-osgi-bundles - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-osgi-admin-bundle @@ -12,9 +12,9 @@ Struts 2 OSGi Admin Bundle - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/bundles/admin/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/bundles/admin/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/bundles/admin/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/bundles/admin + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/bundles/admin + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/bundles/admin diff --git a/bundles/demo/pom.xml b/bundles/demo/pom.xml index ae1f5247b..733ae5355 100644 --- a/bundles/demo/pom.xml +++ b/bundles/demo/pom.xml @@ -4,7 +4,7 @@ org.apache.struts struts2-osgi-bundles - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-osgi-demo-bundle @@ -12,9 +12,9 @@ Struts 2 OSGi Demo Bundle - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/bundles/demo/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/bundles/demo/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/bundles/demo/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/bundles/demo + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/bundles/demo + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/bundles/demo diff --git a/bundles/pom.xml b/bundles/pom.xml index e377e01aa..708d5a59a 100755 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-parent - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-osgi-bundles @@ -34,9 +34,9 @@ Struts OSGi Bundles - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/bundles/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/bundles/ - http://svn.apache.org/repos/asf/struts/struts2/trunk/bundles/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/bundles + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/bundles + http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/bundles diff --git a/core/pom.xml b/core/pom.xml index 4ca5a5138..5b5d3ee03 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-parent - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-core @@ -34,9 +34,9 @@ Struts 2 Core - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/core/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/core/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/core/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/core + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/core + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/core diff --git a/plugins/codebehind/pom.xml b/plugins/codebehind/pom.xml index a1548be12..b57396880 100644 --- a/plugins/codebehind/pom.xml +++ b/plugins/codebehind/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-codebehind-plugin @@ -34,9 +34,9 @@ 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/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/codebehind/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/codebehind + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/codebehind + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/codebehind diff --git a/plugins/config-browser/pom.xml b/plugins/config-browser/pom.xml index 44210bab9..d4ab838d3 100644 --- a/plugins/config-browser/pom.xml +++ b/plugins/config-browser/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-config-browser-plugin @@ -34,9 +34,9 @@ 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/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/config-browser/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/config-browser + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/config-browser + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/config-browser diff --git a/plugins/convention/pom.xml b/plugins/convention/pom.xml index 5fe63c972..d2e9782e5 100644 --- a/plugins/convention/pom.xml +++ b/plugins/convention/pom.xml @@ -3,7 +3,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-convention-plugin @@ -11,11 +11,9 @@ Struts 2 Convention Plugin - 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 - - http://svn.apache.org/viewcvs.cgi/struts/sandbox/trunk/struts2-convention-plugin + scm:svn:http://svn.apache.org/repos/asf/struts/sandbox/tags/STRUTS_2_2_0 + scm:svn:https://svn.apache.org/repos/asf/struts/sandbox/tags/STRUTS_2_2_0 + http://svn.apache.org/viewcvs.cgi/struts/sandbox/tags/STRUTS_2_2_0 diff --git a/plugins/dojo/pom.xml b/plugins/dojo/pom.xml index fffc1d101..dea99193a 100644 --- a/plugins/dojo/pom.xml +++ b/plugins/dojo/pom.xml @@ -25,7 +25,7 @@ struts2-plugins org.apache.struts - 2.2.0-SNAPSHOT + 2.2.0 4.0.0 org.apache.struts @@ -33,9 +33,9 @@ Struts 2 Dojo Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/dojo/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/dojo/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/dojo/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/dojo + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/dojo + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/dojo diff --git a/plugins/dwr/pom.xml b/plugins/dwr/pom.xml index 694bfb79d..a43faa4e0 100644 --- a/plugins/dwr/pom.xml +++ b/plugins/dwr/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-dwr-plugin @@ -34,9 +34,9 @@ Struts 2 DWR Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/dwr/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/dwr/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/dwr/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/dwr + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/dwr + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/dwr diff --git a/plugins/embeddedjsp/pom.xml b/plugins/embeddedjsp/pom.xml index d6f6b02db..690c207e2 100644 --- a/plugins/embeddedjsp/pom.xml +++ b/plugins/embeddedjsp/pom.xml @@ -21,13 +21,12 @@ * under the License. */ --> - + 4.0.0 org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts @@ -36,10 +35,9 @@ Struts 2 Embedded JSP Plugin - 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/ - - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/embeddedjsp/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/embeddedjsp + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/embeddedjsp + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/embeddedjsp diff --git a/plugins/jasperreports/pom.xml b/plugins/jasperreports/pom.xml index cc2f9b095..5fb25ce51 100644 --- a/plugins/jasperreports/pom.xml +++ b/plugins/jasperreports/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-jasperreports-plugin @@ -34,9 +34,9 @@ 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/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/jasperreports/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/jasperreports + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/jasperreports + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/jasperreports diff --git a/plugins/javatemplates/pom.xml b/plugins/javatemplates/pom.xml index e15d99a06..e992eccc3 100644 --- a/plugins/javatemplates/pom.xml +++ b/plugins/javatemplates/pom.xml @@ -4,7 +4,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-javatemplates-plugin @@ -12,9 +12,9 @@ Struts 2 Java Templates Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/javatemplates/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/javatemplates/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/javatemplates/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/javatemplates + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/javatemplates + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/javatemplates diff --git a/plugins/jfreechart/pom.xml b/plugins/jfreechart/pom.xml index ab72d42e9..141f8eff6 100644 --- a/plugins/jfreechart/pom.xml +++ b/plugins/jfreechart/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-jfreechart-plugin @@ -34,9 +34,9 @@ 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/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/jfreechart + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/jfreechart + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/jfreechart diff --git a/plugins/jsf/pom.xml b/plugins/jsf/pom.xml index 426610062..d08e174e5 100644 --- a/plugins/jsf/pom.xml +++ b/plugins/jsf/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-jsf-plugin @@ -34,9 +34,9 @@ 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/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/jsf/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/jsf + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/jsf + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/jsf diff --git a/plugins/json/pom.xml b/plugins/json/pom.xml index 7e16e2a40..acda88c9f 100644 --- a/plugins/json/pom.xml +++ b/plugins/json/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-json-plugin @@ -34,10 +34,9 @@ Struts 2 JSON Plugin - 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/ - - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/json/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/json + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/json + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/json diff --git a/plugins/junit/pom.xml b/plugins/junit/pom.xml index e95e55691..dd1b70e89 100644 --- a/plugins/junit/pom.xml +++ b/plugins/junit/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-junit-plugin @@ -34,10 +34,9 @@ Struts 2 JUnit Plugin - 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/ - - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/junit/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/junit + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/junit + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/junit diff --git a/plugins/osgi/pom.xml b/plugins/osgi/pom.xml index 5d0930901..a1fb29795 100644 --- a/plugins/osgi/pom.xml +++ b/plugins/osgi/pom.xml @@ -4,7 +4,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-osgi-plugin @@ -12,9 +12,9 @@ Struts 2 OSGi Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/osgi/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/osgi/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/osgi/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/osgi + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/osgi + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/osgi diff --git a/plugins/oval/pom.xml b/plugins/oval/pom.xml index c5ddb0424..ef1d36b5e 100644 --- a/plugins/oval/pom.xml +++ b/plugins/oval/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-oval-plugin @@ -34,9 +34,9 @@ Struts 2 OVal Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/oval/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/oval/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/oval/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/oval + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/oval + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/oval diff --git a/plugins/pell-multipart/pom.xml b/plugins/pell-multipart/pom.xml index 06e157ad0..429f8d157 100644 --- a/plugins/pell-multipart/pom.xml +++ b/plugins/pell-multipart/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-pell-multipart-plugin @@ -34,9 +34,9 @@ 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/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/pell-multipart/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/pell-multipart + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/pell-multipart + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/pell-multipart diff --git a/plugins/plexus/pom.xml b/plugins/plexus/pom.xml index 220d473bd..4711329a3 100644 --- a/plugins/plexus/pom.xml +++ b/plugins/plexus/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-plexus-plugin @@ -34,9 +34,9 @@ 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/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/plexus/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/plexus + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/plexus + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/plexus diff --git a/plugins/pom.xml b/plugins/pom.xml index 730e8d0e9..f704c325f 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-parent - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-plugins @@ -34,9 +34,9 @@ Struts Plugins - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/ - http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins + http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins diff --git a/plugins/portlet/pom.xml b/plugins/portlet/pom.xml index fd2eb73ba..a347af422 100644 --- a/plugins/portlet/pom.xml +++ b/plugins/portlet/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-portlet-plugin @@ -34,9 +34,9 @@ Struts 2 Portlet Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/portlet/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/portlet/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/portlet/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/portlet + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/portlet + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/portlet diff --git a/plugins/rest/pom.xml b/plugins/rest/pom.xml index 25bcd7c23..4b1e4f28d 100644 --- a/plugins/rest/pom.xml +++ b/plugins/rest/pom.xml @@ -26,11 +26,11 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-rest-plugin - 2.2.0-SNAPSHOT + 2.2.0 Struts 2 REST Plugin diff --git a/plugins/sitegraph/pom.xml b/plugins/sitegraph/pom.xml index e68d66f4c..9262b3d98 100644 --- a/plugins/sitegraph/pom.xml +++ b/plugins/sitegraph/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-sitegraph-plugin @@ -34,9 +34,9 @@ Struts 2 Sitegraph Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/sitegraph/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/sitegraph/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/sitegraph/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/sitegraph + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/sitegraph + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/sitegraph diff --git a/plugins/sitemesh/pom.xml b/plugins/sitemesh/pom.xml index 1d28a102a..bda699183 100644 --- a/plugins/sitemesh/pom.xml +++ b/plugins/sitemesh/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-sitemesh-plugin @@ -34,9 +34,9 @@ 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/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/sitemesh + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/sitemesh + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/sitemesh diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml index 9b3c52660..f4579be93 100644 --- a/plugins/spring/pom.xml +++ b/plugins/spring/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-spring-plugin @@ -34,9 +34,9 @@ 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/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/spring/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/spring + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/spring + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/spring diff --git a/plugins/struts1/pom.xml b/plugins/struts1/pom.xml index 56b2c40cf..aacaf5b99 100644 --- a/plugins/struts1/pom.xml +++ b/plugins/struts1/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-struts1-plugin @@ -34,9 +34,9 @@ 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/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/struts1 + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/struts1 + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/struts1 diff --git a/plugins/testng/pom.xml b/plugins/testng/pom.xml index 52efa9f53..58af593cf 100644 --- a/plugins/testng/pom.xml +++ b/plugins/testng/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-testng-plugin @@ -34,9 +34,9 @@ Struts 2 TestNG Plugin - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/testng/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/testng/ - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk/plugins/testng/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/testng + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/testng + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/testng diff --git a/plugins/tiles/pom.xml b/plugins/tiles/pom.xml index d56138268..6d461235c 100644 --- a/plugins/tiles/pom.xml +++ b/plugins/tiles/pom.xml @@ -26,7 +26,7 @@ org.apache.struts struts2-plugins - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts struts2-tiles-plugin @@ -34,9 +34,9 @@ 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/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/tiles + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/plugins/tiles + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0/plugins/tiles diff --git a/pom.xml b/pom.xml index 9e913935b..b881a3e39 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 4.0.0 org.apache.struts struts2-parent - 2.2.0-SNAPSHOT + 2.2.0 pom Struts 2 http://struts.apache.org/struts2 @@ -28,9 +28,9 @@ --> - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk - http://svn.apache.org/viewcvs.cgi/struts/struts2/trunk + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0 + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0 + http://svn.apache.org/viewcvs.cgi/struts/struts2/tags/STRUTS_2_2_0 diff --git a/xwork-core/pom.xml b/xwork-core/pom.xml index c284c2f0b..632b45cf4 100644 --- a/xwork-core/pom.xml +++ b/xwork-core/pom.xml @@ -1,12 +1,11 @@ - + 4.0.0 org.apache.struts struts2-parent - 2.2.0-SNAPSHOT + 2.2.0 org.apache.struts.xwork @@ -16,9 +15,9 @@ - scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/ - scm:svn:https://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/ - http://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/ + scm:svn:http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/xwork-core + scm:svn:https://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/xwork-core + http://svn.apache.org/repos/asf/struts/struts2/tags/STRUTS_2_2_0/xwork-core @@ -221,8 +220,7 @@ - +