Author: mcucchiara
Date: Mon Sep 5 15:20:16 2011
New Revision: 1165330
URL: http://svn.apache.org/viewvc?rev=1165330&view=rev
Log:
appended SNAPSHOT suffix to the version
Modified:
struts/struts2/branches/STRUTS_2_2_3_X/apps/blank/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/apps/jboss-blank/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/apps/mailreader/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/apps/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/apps/portlet/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/apps/rest-showcase/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/apps/showcase/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-blank/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-convention/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-dbportlet/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-plugin/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-portlet/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-starter/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/assembly/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/bundles/admin/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/bundles/demo/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/bundles/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/core/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/codebehind/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/config-browser/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/convention/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/dojo/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/dwr/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/embeddedjsp/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/gxp/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/jasperreports/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/javatemplates/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/jfreechart/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/jsf/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/json/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/junit/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/osgi/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/oval/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/pell-multipart/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/plexus/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/portlet/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/rest/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/sitegraph/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/sitemesh/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/spring/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/struts1/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/testng/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/plugins/tiles/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/pom.xml
struts/struts2/branches/STRUTS_2_2_3_X/xwork-core/pom.xml
Modified: struts/struts2/branches/STRUTS_2_2_3_X/apps/blank/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/apps/blank/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/apps/blank/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/apps/blank/pom.xml Mon Sep 5
15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-apps</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-blank</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/apps/jboss-blank/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/apps/jboss-blank/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/apps/jboss-blank/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/apps/jboss-blank/pom.xml Mon Sep 5
15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-apps</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-jboss-blank</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/apps/mailreader/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/apps/mailreader/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/apps/mailreader/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/apps/mailreader/pom.xml Mon Sep 5
15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-apps</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-mailreader</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/apps/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/apps/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/apps/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/apps/pom.xml Mon Sep 5 15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-parent</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-apps</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/apps/portlet/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/apps/portlet/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/apps/portlet/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/apps/portlet/pom.xml Mon Sep 5
15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-apps</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-portlet</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/apps/rest-showcase/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/apps/rest-showcase/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/apps/rest-showcase/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/apps/rest-showcase/pom.xml Mon Sep
5 15:20:16 2011
@@ -26,13 +26,13 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-apps</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-rest-showcase</artifactId>
<packaging>war</packaging>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
<name>Struts 2 Rest Showcase Example</name>
<description>Struts 2 Rest Showcase Example</description>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/apps/showcase/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/apps/showcase/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/apps/showcase/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/apps/showcase/pom.xml Mon Sep 5
15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-apps</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-showcase</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/archetypes/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/archetypes/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/archetypes/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/archetypes/pom.xml Mon Sep 5
15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-parent</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetypes</artifactId>
Modified:
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-blank/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-blank/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
---
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-blank/pom.xml
(original)
+++
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-blank/pom.xml
Mon Sep 5 15:20:16 2011
@@ -3,12 +3,12 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetypes</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>struts2-archetype-blank</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
<name>Struts 2 Archetypes - Blank</name>
<scm>
Modified:
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-convention/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-convention/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
---
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-convention/pom.xml
(original)
+++
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-convention/pom.xml
Mon Sep 5 15:20:16 2011
@@ -2,12 +2,12 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetypes</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>struts2-archetype-convention</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
<name>Struts 2 Archetypes - Blank Convention</name>
<scm>
Modified:
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-dbportlet/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-dbportlet/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
---
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-dbportlet/pom.xml
(original)
+++
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-dbportlet/pom.xml
Mon Sep 5 15:20:16 2011
@@ -2,12 +2,12 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetypes</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>struts2-archetype-dbportlet</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
<name>Struts 2 Archetypes - Database Portlet</name>
<scm>
Modified:
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-plugin/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
---
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-plugin/pom.xml
(original)
+++
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-plugin/pom.xml
Mon Sep 5 15:20:16 2011
@@ -2,12 +2,12 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetypes</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>struts2-archetype-plugin</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Struts 2 Archetypes - Plugin</name>
Modified:
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-portlet/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-portlet/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
---
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-portlet/pom.xml
(original)
+++
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-portlet/pom.xml
Mon Sep 5 15:20:16 2011
@@ -2,12 +2,12 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetypes</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>struts2-archetype-portlet</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Struts 2 Archetypes - Portlet</name>
Modified:
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-starter/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-starter/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
---
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-starter/pom.xml
(original)
+++
struts/struts2/branches/STRUTS_2_2_3_X/archetypes/struts2-archetype-starter/pom.xml
Mon Sep 5 15:20:16 2011
@@ -4,12 +4,12 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetypes</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>struts2-archetype-starter</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Struts 2 Archetypes - Starter</name>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/assembly/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/assembly/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/assembly/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/assembly/pom.xml Mon Sep 5 15:20:16
2011
@@ -11,7 +11,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-parent</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<scm>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/bundles/admin/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/bundles/admin/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/bundles/admin/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/bundles/admin/pom.xml Mon Sep 5
15:20:16 2011
@@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-osgi-bundles</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-osgi-admin-bundle</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/bundles/demo/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/bundles/demo/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/bundles/demo/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/bundles/demo/pom.xml Mon Sep 5
15:20:16 2011
@@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-osgi-bundles</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-osgi-demo-bundle</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/bundles/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/bundles/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/bundles/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/bundles/pom.xml Mon Sep 5 15:20:16
2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-parent</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-osgi-bundles</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/core/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/core/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/core/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/core/pom.xml Mon Sep 5 15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-parent</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/codebehind/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/codebehind/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/codebehind/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/codebehind/pom.xml Mon Sep
5 15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-codebehind-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/config-browser/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/config-browser/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/config-browser/pom.xml
(original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/config-browser/pom.xml Mon
Sep 5 15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-config-browser-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/convention/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/convention/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/convention/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/convention/pom.xml Mon Sep
5 15:20:16 2011
@@ -3,7 +3,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-convention-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/dojo/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/dojo/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/dojo/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/dojo/pom.xml Mon Sep 5
15:20:16 2011
@@ -25,7 +25,7 @@
<parent>
<artifactId>struts2-plugins</artifactId>
<groupId>org.apache.struts</groupId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.struts</groupId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/dwr/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/dwr/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/dwr/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/dwr/pom.xml Mon Sep 5
15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-dwr-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/embeddedjsp/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/embeddedjsp/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/embeddedjsp/pom.xml
(original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/embeddedjsp/pom.xml Mon Sep
5 15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/gxp/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/gxp/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/gxp/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/gxp/pom.xml Mon Sep 5
15:20:16 2011
@@ -3,7 +3,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/jasperreports/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/jasperreports/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/jasperreports/pom.xml
(original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/jasperreports/pom.xml Mon
Sep 5 15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-jasperreports-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/javatemplates/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/javatemplates/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/javatemplates/pom.xml
(original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/javatemplates/pom.xml Mon
Sep 5 15:20:16 2011
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-javatemplates-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/jfreechart/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/jfreechart/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/jfreechart/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/jfreechart/pom.xml Mon Sep
5 15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-jfreechart-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/jsf/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/jsf/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/jsf/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/jsf/pom.xml Mon Sep 5
15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-jsf-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/json/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/json/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/json/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/json/pom.xml Mon Sep 5
15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-json-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/junit/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/junit/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/junit/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/junit/pom.xml Mon Sep 5
15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-junit-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/osgi/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/osgi/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/osgi/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/osgi/pom.xml Mon Sep 5
15:20:16 2011
@@ -4,7 +4,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-osgi-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/oval/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/oval/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/oval/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/oval/pom.xml Mon Sep 5
15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-oval-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/pell-multipart/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/pell-multipart/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/pell-multipart/pom.xml
(original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/pell-multipart/pom.xml Mon
Sep 5 15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-pell-multipart-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/plexus/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/plexus/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/plexus/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/plexus/pom.xml Mon Sep 5
15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plexus-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/pom.xml Mon Sep 5 15:20:16
2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-parent</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/portlet/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/portlet/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/portlet/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/portlet/pom.xml Mon Sep 5
15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-portlet-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/rest/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/rest/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/rest/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/rest/pom.xml Mon Sep 5
15:20:16 2011
@@ -26,11 +26,11 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-rest-plugin</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
<name>Struts 2 REST Plugin</name>
<dependencies>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/sitegraph/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/sitegraph/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/sitegraph/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/sitegraph/pom.xml Mon Sep 5
15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-sitegraph-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/sitemesh/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/sitemesh/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/sitemesh/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/sitemesh/pom.xml Mon Sep 5
15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-sitemesh-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/spring/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/spring/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/spring/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/spring/pom.xml Mon Sep 5
15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-spring-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/struts1/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/struts1/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/struts1/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/struts1/pom.xml Mon Sep 5
15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-struts1-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/testng/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/testng/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/testng/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/testng/pom.xml Mon Sep 5
15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-testng-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/plugins/tiles/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/plugins/tiles/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/plugins/tiles/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/plugins/tiles/pom.xml Mon Sep 5
15:20:16 2011
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-plugins</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-tiles-plugin</artifactId>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/pom.xml Mon Sep 5 15:20:16 2011
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-parent</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Struts 2</name>
<url>http://struts.apache.org/struts2</url>
Modified: struts/struts2/branches/STRUTS_2_2_3_X/xwork-core/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_3_X/xwork-core/pom.xml?rev=1165330&r1=1165329&r2=1165330&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_3_X/xwork-core/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_3_X/xwork-core/pom.xml Mon Sep 5
15:20:16 2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-parent</artifactId>
- <version>2.2.3.1</version>
+ <version>2.2.3.1-SNAPSHOT</version>
</parent>
<groupId>org.apache.struts.xwork</groupId>