You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2007/07/16 15:43:01 UTC

svn commit: r556627 - in /portals/jetspeed-2/trunk: ./ ant-tasks/ app-servers/ applications/ applications/demo/ applications/gems/ applications/j2-admin/ applications/rss/ applications/rss/rss-jar/ applications/rss/rss-war/ commons/ components/ compone...

Author: ate
Date: Mon Jul 16 06:42:53 2007
New Revision: 556627

URL: http://svn.apache.org/viewvc?view=rev&rev=556627
Log:
Bumbing trunk to new development version 2.2-SNAPSHOT
Note: in anticipation of our probable move to a maven-2 only build setup soon, I've choosen to use -SNAPSHOT again

Modified:
    portals/jetspeed-2/trunk/ant-tasks/pom.xml
    portals/jetspeed-2/trunk/app-servers/pom.xml
    portals/jetspeed-2/trunk/applications/demo/pom.xml
    portals/jetspeed-2/trunk/applications/gems/pom.xml
    portals/jetspeed-2/trunk/applications/j2-admin/pom.xml
    portals/jetspeed-2/trunk/applications/pom.xml
    portals/jetspeed-2/trunk/applications/rss/pom.xml
    portals/jetspeed-2/trunk/applications/rss/rss-jar/pom.xml
    portals/jetspeed-2/trunk/applications/rss/rss-war/pom.xml
    portals/jetspeed-2/trunk/commons/pom.xml
    portals/jetspeed-2/trunk/components/capability/pom.xml
    portals/jetspeed-2/trunk/components/cm/pom.xml
    portals/jetspeed-2/trunk/components/deploy-tool/pom.xml
    portals/jetspeed-2/trunk/components/file-cache/pom.xml
    portals/jetspeed-2/trunk/components/header-resource/pom.xml
    portals/jetspeed-2/trunk/components/id-generator/pom.xml
    portals/jetspeed-2/trunk/components/jetspeed/pom.xml
    portals/jetspeed-2/trunk/components/locator/pom.xml
    portals/jetspeed-2/trunk/components/page-manager/pom.xml
    portals/jetspeed-2/trunk/components/pom.xml
    portals/jetspeed-2/trunk/components/portal-site/pom.xml
    portals/jetspeed-2/trunk/components/portal/pom.xml
    portals/jetspeed-2/trunk/components/portlet-factory/pom.xml
    portals/jetspeed-2/trunk/components/prefs/pom.xml
    portals/jetspeed-2/trunk/components/profiler/pom.xml
    portals/jetspeed-2/trunk/components/rdbms/pom.xml
    portals/jetspeed-2/trunk/components/registry/pom.xml
    portals/jetspeed-2/trunk/components/rewriter/pom.xml
    portals/jetspeed-2/trunk/components/search/pom.xml
    portals/jetspeed-2/trunk/components/security-schema/pom.xml
    portals/jetspeed-2/trunk/components/security/pom.xml
    portals/jetspeed-2/trunk/components/serializer/pom.xml
    portals/jetspeed-2/trunk/components/sso/pom.xml
    portals/jetspeed-2/trunk/components/statistics/pom.xml
    portals/jetspeed-2/trunk/components/web-content/pom.xml
    portals/jetspeed-2/trunk/components/webapp-logging/pom.xml
    portals/jetspeed-2/trunk/enterprise/ear-full/pom.xml
    portals/jetspeed-2/trunk/enterprise/ear-min/pom.xml
    portals/jetspeed-2/trunk/enterprise/pom.xml
    portals/jetspeed-2/trunk/etc/import/pom.xml
    portals/jetspeed-2/trunk/etc/pom.xml
    portals/jetspeed-2/trunk/installer/etc/ant-installer/antinstall-config-demo.xml
    portals/jetspeed-2/trunk/installer/etc/ant-installer/antinstall-config.xml
    portals/jetspeed-2/trunk/installer/etc/ant-installer/build.xml
    portals/jetspeed-2/trunk/jetspeed-api/pom.xml
    portals/jetspeed-2/trunk/layout-portlets/layout-portlets-jar/pom.xml
    portals/jetspeed-2/trunk/layout-portlets/layout-portlets-war/pom.xml
    portals/jetspeed-2/trunk/layout-portlets/pom.xml
    portals/jetspeed-2/trunk/maven-archetypes/application/pom.xml
    portals/jetspeed-2/trunk/maven-archetypes/component/pom.xml
    portals/jetspeed-2/trunk/maven-archetypes/pom.xml
    portals/jetspeed-2/trunk/maven-archetypes/portal-component/pom.xml
    portals/jetspeed-2/trunk/maven-archetypes/portal-resources/pom.xml
    portals/jetspeed-2/trunk/maven-archetypes/portal/pom.xml
    portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-resources/etc/dbpsml/pom.xml
    portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-resources/pom.xml
    portals/jetspeed-2/trunk/maven-archetypes/shared-component/pom.xml
    portals/jetspeed-2/trunk/maven-plugin/project.xml
    portals/jetspeed-2/trunk/pom.xml
    portals/jetspeed-2/trunk/portal/pom.xml
    portals/jetspeed-2/trunk/project.properties
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/jetspeed.properties
    portals/jetspeed-2/trunk/taglibs/pom.xml
    portals/jetspeed-2/trunk/taglibs/treecontrol/pom.xml

Modified: portals/jetspeed-2/trunk/ant-tasks/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/ant-tasks/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/ant-tasks/pom.xml (original)
+++ portals/jetspeed-2/trunk/ant-tasks/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/app-servers/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/app-servers/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/app-servers/pom.xml (original)
+++ portals/jetspeed-2/trunk/app-servers/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/applications/demo/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/demo/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/applications/demo/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/demo/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>applications</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>war</packaging>

Modified: portals/jetspeed-2/trunk/applications/gems/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/gems/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/applications/gems/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/gems/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>applications</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/applications/j2-admin/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/j2-admin/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/applications/j2-admin/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/j2-admin/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>applications</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>war</packaging>

Modified: portals/jetspeed-2/trunk/applications/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/applications/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/applications/rss/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/rss/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/applications/rss/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/rss/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>applications</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/applications/rss/rss-jar/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/rss/rss-jar/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/applications/rss/rss-jar/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/rss/rss-jar/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>rss-applications</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/applications/rss/rss-war/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/rss/rss-war/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/applications/rss/rss-war/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/rss/rss-war/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>rss-applications</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>war</packaging>

Modified: portals/jetspeed-2/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/commons/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/commons/pom.xml (original)
+++ portals/jetspeed-2/trunk/commons/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/capability/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/capability/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/capability/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/capability/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/cm/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/cm/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/cm/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/cm/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/deploy-tool/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/deploy-tool/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/deploy-tool/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/deploy-tool/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/file-cache/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/file-cache/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/file-cache/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/file-cache/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/header-resource/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/header-resource/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/header-resource/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/header-resource/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/id-generator/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/id-generator/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/id-generator/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/id-generator/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/jetspeed/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/jetspeed/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/jetspeed/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/jetspeed/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/locator/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/locator/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/locator/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/locator/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/page-manager/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/page-manager/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/page-manager/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/page-manager/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/components/portal-site/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/portal-site/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/portal-site/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/portal-site/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/portal/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/portal/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/portal/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/portal/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/portlet-factory/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/portlet-factory/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/portlet-factory/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/portlet-factory/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/prefs/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/prefs/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/prefs/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/prefs/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/profiler/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/profiler/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/profiler/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/profiler/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/rdbms/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/rdbms/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/rdbms/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/rdbms/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/registry/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/registry/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/registry/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/registry/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/rewriter/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/rewriter/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/rewriter/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/rewriter/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/search/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/search/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/search/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/search/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/security-schema/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/security-schema/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/security-schema/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/security-schema/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/security/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/security/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/security/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/security/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/serializer/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/serializer/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/serializer/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/serializer/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/sso/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/sso/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/sso/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/sso/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/statistics/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/statistics/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/statistics/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/statistics/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/web-content/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/web-content/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/web-content/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/web-content/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/webapp-logging/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/webapp-logging/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/components/webapp-logging/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/webapp-logging/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/enterprise/ear-full/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/enterprise/ear-full/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/enterprise/ear-full/pom.xml (original)
+++ portals/jetspeed-2/trunk/enterprise/ear-full/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-enterprise</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>    
     <packaging>ear</packaging>

Modified: portals/jetspeed-2/trunk/enterprise/ear-min/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/enterprise/ear-min/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/enterprise/ear-min/pom.xml (original)
+++ portals/jetspeed-2/trunk/enterprise/ear-min/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-enterprise</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>    
     <packaging>ear</packaging>

Modified: portals/jetspeed-2/trunk/enterprise/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/enterprise/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/enterprise/pom.xml (original)
+++ portals/jetspeed-2/trunk/enterprise/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/etc/import/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/etc/import/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/etc/import/pom.xml (original)
+++ portals/jetspeed-2/trunk/etc/import/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/etc/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/etc/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/etc/pom.xml (original)
+++ portals/jetspeed-2/trunk/etc/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/installer/etc/ant-installer/antinstall-config-demo.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/installer/etc/ant-installer/antinstall-config-demo.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/installer/etc/ant-installer/antinstall-config-demo.xml (original)
+++ portals/jetspeed-2/trunk/installer/etc/ant-installer/antinstall-config-demo.xml Mon Jul 16 06:42:53 2007
@@ -25,7 +25,7 @@
   windowIcon="/resources/feather-small.png" defaultImageResource="/resources/Jetspeed_blue_med.png" minJavaVersion="1.4"
   wide="700:250" antialiased="true">
 
-  <page type="input" name="intro" displayText="Welcome to the Jetspeed Enterprise Portal 2.1.2">
+  <page type="input" name="intro" displayText="Welcome to the Jetspeed Enterprise Portal 2.2-SNAPSHOT">
     <comment displayText="" />
     <comment displayText="This installer will guide you through setting up the Jetspeed Portal Demo." />
   </page>
@@ -33,15 +33,15 @@
   <page type="license" name="license" displayText="License conditions" resource="/LICENSE.TXT"></page>
 
   <page type="input" name="properties" displayText="Installation location">
-    <directory property="installDir" defaultValue="${java.user.home}/Jetspeed-2.1.2"
-      defaultValueWin="C:\Apache\Jetspeed-2.1.2" displayText="Select an installation directory" create="true"
+    <directory property="installDir" defaultValue="${java.user.home}/Jetspeed-2.2-SNAPSHOT"
+      defaultValueWin="C:\Apache\Jetspeed-2.2-SNAPSHOT" displayText="Select an installation directory" create="true"
       checkExists="true" />
     <comment displayText=""/>
     <comment displayText="Warning: on Windows, the location must not contain spaces." bold="true"/>
   </page>
 
   <page type="input" name="requiredComponents" displayText="Components selection">
-    <comment displayText="Jetspeed Enterprise Portal version 2.1.2" bold="true" />
+    <comment displayText="Jetspeed Enterprise Portal version 2.2-SNAPSHOT" bold="true" />
     <target displayText="Tomcat 5.5.20 Webserver" target="install" defaultValue="true" force="true" />
     <checkbox displayText="Jetspeed Portal" property="dummy" defaultValue="true" force="true" />
     <checkbox displayText="Layout Portlets" property="dummy" defaultValue="true" force="true" />

Modified: portals/jetspeed-2/trunk/installer/etc/ant-installer/antinstall-config.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/installer/etc/ant-installer/antinstall-config.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/installer/etc/ant-installer/antinstall-config.xml (original)
+++ portals/jetspeed-2/trunk/installer/etc/ant-installer/antinstall-config.xml Mon Jul 16 06:42:53 2007
@@ -23,11 +23,11 @@
   "http://antinstaller.sourceforge.net/dtd/antinstall-config-0.8.dtd">
 -->
 
-<installer ui="swing,text" verbose="false" lookAndFeel="jgoodies" name="Jetspeed Enterprise Portal 2.1.2 Installer"
+<installer ui="swing,text" verbose="false" lookAndFeel="jgoodies" name="Jetspeed Enterprise Portal 2.2-SNAPSHOT Installer"
   windowIcon="/resources/feather-small.png" defaultImageResource="/resources/Jetspeed_blue_med.png" minJavaVersion="1.4"
   wide="700:250" antialiased="true">
 
-  <page type="input" name="intro" displayText="Welcome to the Jetspeed Enterprise Portal 2.1.2">
+  <page type="input" name="intro" displayText="Welcome to the Jetspeed Enterprise Portal 2.2-SNAPSHOT">
     <comment displayText="" />
     <comment displayText="This installer will guide you through setting up the Jetspeed Portal." />
   </page>
@@ -35,15 +35,15 @@
   <page type="license" name="license" displayText="License conditions" resource="/LICENSE.TXT"></page>
 
   <page type="input" name="properties" displayText="Installation location">
-    <directory property="installDir" defaultValue="${java.user.home}/Jetspeed-2.1.2"
-      defaultValueWin="C:\Apache\Jetspeed-2.1.2" displayText="Select an installation directory" create="true"
+    <directory property="installDir" defaultValue="${java.user.home}/Jetspeed-2.2-SNAPSHOT"
+      defaultValueWin="C:\Apache\Jetspeed-2.2-SNAPSHOT" displayText="Select an installation directory" create="true"
       checkExists="true" />
     <comment displayText=""/>
     <comment displayText="Warning: on Windows, the location must not contain spaces." bold="true"/>
   </page>
 
   <page type="input" name="requiredComponents" displayText="Components selection">
-    <comment displayText="Jetspeed Enterprise Portal version 2.1.2" bold="true" />
+    <comment displayText="Jetspeed Enterprise Portal version 2.2-SNAPSHOT" bold="true" />
     <target displayText="Tomcat 5.5.20 Webserver" target="install" defaultValue="true" force="true" />
     <checkbox displayText="Jetspeed Portal" property="dummy" defaultValue="true" force="true" />
     <checkbox displayText="Layout Portlets" property="dummy" defaultValue="true" force="true" />

Modified: portals/jetspeed-2/trunk/installer/etc/ant-installer/build.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/installer/etc/ant-installer/build.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/installer/etc/ant-installer/build.xml (original)
+++ portals/jetspeed-2/trunk/installer/etc/ant-installer/build.xml Mon Jul 16 06:42:53 2007
@@ -35,7 +35,7 @@
       <fileset dir="${installDir}" includes="**/*"/>
     </delete>
 
-    <echo>Installing Jetspeed-2.1.2 Enterprise Portal</echo>
+    <echo>Installing Jetspeed-2.2-SNAPSHOT Enterprise Portal</echo>
     <unzip src="${antinstaller.jar}" dest="${installDir}">
       <patternset>
         <include name="portal.zip" />

Modified: portals/jetspeed-2/trunk/jetspeed-api/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/jetspeed-api/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/jetspeed-api/pom.xml (original)
+++ portals/jetspeed-2/trunk/jetspeed-api/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/layout-portlets/layout-portlets-jar/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/layout-portlets/layout-portlets-jar/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/layout-portlets/layout-portlets-jar/pom.xml (original)
+++ portals/jetspeed-2/trunk/layout-portlets/layout-portlets-jar/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>layout-portlets</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/layout-portlets/layout-portlets-war/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/layout-portlets/layout-portlets-war/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/layout-portlets/layout-portlets-war/pom.xml (original)
+++ portals/jetspeed-2/trunk/layout-portlets/layout-portlets-war/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>layout-portlets</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>war</packaging>

Modified: portals/jetspeed-2/trunk/layout-portlets/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/layout-portlets/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/layout-portlets/pom.xml (original)
+++ portals/jetspeed-2/trunk/layout-portlets/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/maven-archetypes/application/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-archetypes/application/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/maven-archetypes/application/pom.xml (original)
+++ portals/jetspeed-2/trunk/maven-archetypes/application/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>maven-archetypes</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/maven-archetypes/component/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-archetypes/component/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/maven-archetypes/component/pom.xml (original)
+++ portals/jetspeed-2/trunk/maven-archetypes/component/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>maven-archetypes</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/maven-archetypes/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-archetypes/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/maven-archetypes/pom.xml (original)
+++ portals/jetspeed-2/trunk/maven-archetypes/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/maven-archetypes/portal-component/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-archetypes/portal-component/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/maven-archetypes/portal-component/pom.xml (original)
+++ portals/jetspeed-2/trunk/maven-archetypes/portal-component/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>maven-archetypes</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/maven-archetypes/portal-resources/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-archetypes/portal-resources/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/maven-archetypes/portal-resources/pom.xml (original)
+++ portals/jetspeed-2/trunk/maven-archetypes/portal-resources/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>maven-archetypes</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/maven-archetypes/portal/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-archetypes/portal/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/maven-archetypes/portal/pom.xml (original)
+++ portals/jetspeed-2/trunk/maven-archetypes/portal/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>maven-archetypes</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-resources/etc/dbpsml/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-resources/etc/dbpsml/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-resources/etc/dbpsml/pom.xml (original)
+++ portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-resources/etc/dbpsml/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-resources/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-resources/pom.xml (original)
+++ portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-resources/pom.xml Mon Jul 16 06:42:53 2007
@@ -123,7 +123,7 @@
         <org.apache.pluto.version>1.0.1</org.apache.pluto.version>
         <org.apache.portals.bridges.common.version>1.0.3</org.apache.portals.bridges.common.version>
         <org.apache.portals.bridges.velocity.version>1.0.3</org.apache.portals.bridges.velocity.version>
-        <org.apache.portals.jetspeed-2.version>2.1.2</org.apache.portals.jetspeed-2.version>
+        <org.apache.portals.jetspeed-2.version>2.2-SNAPSHOT</org.apache.portals.jetspeed-2.version>
         <org.apache.portals.jetspeed-2.groupid>org.apache.portals.jetspeed-2</org.apache.portals.jetspeed-2.groupid>
         <portlet-api.version>1.0</portlet-api.version>
         <taglibs-request.version>1.0.1</taglibs-request.version>

Modified: portals/jetspeed-2/trunk/maven-archetypes/shared-component/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-archetypes/shared-component/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/maven-archetypes/shared-component/pom.xml (original)
+++ portals/jetspeed-2/trunk/maven-archetypes/shared-component/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>maven-archetypes</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/maven-plugin/project.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-plugin/project.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/maven-plugin/project.xml (original)
+++ portals/jetspeed-2/trunk/maven-plugin/project.xml Mon Jul 16 06:42:53 2007
@@ -71,13 +71,13 @@
         <dependency>
             <groupId>org.apache.portals.jetspeed-2</groupId>
             <artifactId>jetspeed-api</artifactId>
-            <version>2.1.2</version>
+            <version>2.2-SNAPSHOT</version>
             <type>jar</type>
         </dependency>
         <dependency>
             <groupId>org.apache.portals.jetspeed-2</groupId>
             <artifactId>jetspeed-deploy-tools</artifactId>
-            <version>2.1.2</version>
+            <version>2.2-SNAPSHOT</version>
             <type>jar</type>
         </dependency>
         <dependency>

Modified: portals/jetspeed-2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/pom.xml (original)
+++ portals/jetspeed-2/trunk/pom.xml Mon Jul 16 06:42:53 2007
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.portals.jetspeed-2</groupId>
     <artifactId>jetspeed-2</artifactId>
-    <version>2.1.2</version>
+    <version>2.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Jetspeed-2 Enterprise Portal</name>
     <description>

Modified: portals/jetspeed-2/trunk/portal/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/portal/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/portal/pom.xml (original)
+++ portals/jetspeed-2/trunk/portal/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>war</packaging>

Modified: portals/jetspeed-2/trunk/project.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/project.properties?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/project.properties (original)
+++ portals/jetspeed-2/trunk/project.properties Mon Jul 16 06:42:53 2007
@@ -15,7 +15,7 @@
 
 # jetspeed.version is required is {user.home}/build.properties.
 # Other properties.
-jetspeed.version=2.1.2
+jetspeed.version=2.2-SNAPSHOT
 pluto.version=1.0.1
 portlet.api.version=1.0
 servlet.api.version=2.3

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/jetspeed.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/jetspeed.properties?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/jetspeed.properties (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/jetspeed.properties Mon Jul 16 06:42:53 2007
@@ -28,7 +28,7 @@
 include=override.properties
 
 portal.name = Jetspeed
-portal.version = 2.1.2
+portal.version = 2.2-SNAPSHOT
 
 # By setting this to true, the Engine will create its own
 # JNDI context.  Not needed in deployment.  We use Tomcat's JNDI

Modified: portals/jetspeed-2/trunk/taglibs/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/taglibs/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/taglibs/pom.xml (original)
+++ portals/jetspeed-2/trunk/taglibs/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/taglibs/treecontrol/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/taglibs/treecontrol/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
==============================================================================
--- portals/jetspeed-2/trunk/taglibs/treecontrol/pom.xml (original)
+++ portals/jetspeed-2/trunk/taglibs/treecontrol/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed2-taglibs</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


RE: svn commit: r556627 - in /portals/jetspeed-2/trunk: ./ ant-tasks/ app-servers/ applications/ applications/demo/ applications/gems/ applications/j2-admin/ applications/rss/ applications/rss/rss-jar/ applications/rss/rss-war/ commons/ components/ compon

Posted by Mohan K <km...@gmail.com>.
Ate,
Thanks, for using the SNAPSHOT tag, saves deleting local repositories
artifacts :)


-----Original Message-----
From: ate@apache.org [mailto:ate@apache.org] 
Sent: Monday, July 16, 2007 9:43 AM
To: jetspeed-dev@portals.apache.org
Subject: svn commit: r556627 - in /portals/jetspeed-2/trunk: ./ ant-tasks/
app-servers/ applications/ applications/demo/ applications/gems/
applications/j2-admin/ applications/rss/ applications/rss/rss-jar/
applications/rss/rss-war/ commons/ components/ compone...

Author: ate
Date: Mon Jul 16 06:42:53 2007
New Revision: 556627

URL: http://svn.apache.org/viewvc?view=rev&rev=556627
Log:
Bumbing trunk to new development version 2.2-SNAPSHOT
Note: in anticipation of our probable move to a maven-2 only build setup
soon, I've choosen to use -SNAPSHOT again

Modified:
    portals/jetspeed-2/trunk/ant-tasks/pom.xml
    portals/jetspeed-2/trunk/app-servers/pom.xml
    portals/jetspeed-2/trunk/applications/demo/pom.xml
    portals/jetspeed-2/trunk/applications/gems/pom.xml
    portals/jetspeed-2/trunk/applications/j2-admin/pom.xml
    portals/jetspeed-2/trunk/applications/pom.xml
    portals/jetspeed-2/trunk/applications/rss/pom.xml
    portals/jetspeed-2/trunk/applications/rss/rss-jar/pom.xml
    portals/jetspeed-2/trunk/applications/rss/rss-war/pom.xml
    portals/jetspeed-2/trunk/commons/pom.xml
    portals/jetspeed-2/trunk/components/capability/pom.xml
    portals/jetspeed-2/trunk/components/cm/pom.xml
    portals/jetspeed-2/trunk/components/deploy-tool/pom.xml
    portals/jetspeed-2/trunk/components/file-cache/pom.xml
    portals/jetspeed-2/trunk/components/header-resource/pom.xml
    portals/jetspeed-2/trunk/components/id-generator/pom.xml
    portals/jetspeed-2/trunk/components/jetspeed/pom.xml
    portals/jetspeed-2/trunk/components/locator/pom.xml
    portals/jetspeed-2/trunk/components/page-manager/pom.xml
    portals/jetspeed-2/trunk/components/pom.xml
    portals/jetspeed-2/trunk/components/portal-site/pom.xml
    portals/jetspeed-2/trunk/components/portal/pom.xml
    portals/jetspeed-2/trunk/components/portlet-factory/pom.xml
    portals/jetspeed-2/trunk/components/prefs/pom.xml
    portals/jetspeed-2/trunk/components/profiler/pom.xml
    portals/jetspeed-2/trunk/components/rdbms/pom.xml
    portals/jetspeed-2/trunk/components/registry/pom.xml
    portals/jetspeed-2/trunk/components/rewriter/pom.xml
    portals/jetspeed-2/trunk/components/search/pom.xml
    portals/jetspeed-2/trunk/components/security-schema/pom.xml
    portals/jetspeed-2/trunk/components/security/pom.xml
    portals/jetspeed-2/trunk/components/serializer/pom.xml
    portals/jetspeed-2/trunk/components/sso/pom.xml
    portals/jetspeed-2/trunk/components/statistics/pom.xml
    portals/jetspeed-2/trunk/components/web-content/pom.xml
    portals/jetspeed-2/trunk/components/webapp-logging/pom.xml
    portals/jetspeed-2/trunk/enterprise/ear-full/pom.xml
    portals/jetspeed-2/trunk/enterprise/ear-min/pom.xml
    portals/jetspeed-2/trunk/enterprise/pom.xml
    portals/jetspeed-2/trunk/etc/import/pom.xml
    portals/jetspeed-2/trunk/etc/pom.xml
 
portals/jetspeed-2/trunk/installer/etc/ant-installer/antinstall-config-demo.
xml
 
portals/jetspeed-2/trunk/installer/etc/ant-installer/antinstall-config.xml
    portals/jetspeed-2/trunk/installer/etc/ant-installer/build.xml
    portals/jetspeed-2/trunk/jetspeed-api/pom.xml
    portals/jetspeed-2/trunk/layout-portlets/layout-portlets-jar/pom.xml
    portals/jetspeed-2/trunk/layout-portlets/layout-portlets-war/pom.xml
    portals/jetspeed-2/trunk/layout-portlets/pom.xml
    portals/jetspeed-2/trunk/maven-archetypes/application/pom.xml
    portals/jetspeed-2/trunk/maven-archetypes/component/pom.xml
    portals/jetspeed-2/trunk/maven-archetypes/pom.xml
    portals/jetspeed-2/trunk/maven-archetypes/portal-component/pom.xml
    portals/jetspeed-2/trunk/maven-archetypes/portal-resources/pom.xml
    portals/jetspeed-2/trunk/maven-archetypes/portal/pom.xml
 
portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-res
ources/etc/dbpsml/pom.xml
 
portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-res
ources/pom.xml
    portals/jetspeed-2/trunk/maven-archetypes/shared-component/pom.xml
    portals/jetspeed-2/trunk/maven-plugin/project.xml
    portals/jetspeed-2/trunk/pom.xml
    portals/jetspeed-2/trunk/portal/pom.xml
    portals/jetspeed-2/trunk/project.properties
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/jetspeed.properties
    portals/jetspeed-2/trunk/taglibs/pom.xml
    portals/jetspeed-2/trunk/taglibs/treecontrol/pom.xml

Modified: portals/jetspeed-2/trunk/ant-tasks/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/ant-tasks/pom.xml?view
=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/ant-tasks/pom.xml (original)
+++ portals/jetspeed-2/trunk/ant-tasks/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/app-servers/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/app-servers/pom.xml?vi
ew=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/app-servers/pom.xml (original)
+++ portals/jetspeed-2/trunk/app-servers/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/applications/demo/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/demo/pom.
xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/applications/demo/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/demo/pom.xml Mon Jul 16 06:42:53
2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>applications</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>war</packaging>

Modified: portals/jetspeed-2/trunk/applications/gems/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/gems/pom.
xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/applications/gems/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/gems/pom.xml Mon Jul 16 06:42:53
2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>applications</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/applications/j2-admin/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/j2-admin/
pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/applications/j2-admin/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/j2-admin/pom.xml Mon Jul 16
06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>applications</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>war</packaging>

Modified: portals/jetspeed-2/trunk/applications/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/pom.xml?v
iew=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/applications/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/applications/rss/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/rss/pom.x
ml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/applications/rss/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/rss/pom.xml Mon Jul 16 06:42:53
2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>applications</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/applications/rss/rss-jar/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/rss/rss-j
ar/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/applications/rss/rss-jar/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/rss/rss-jar/pom.xml Mon Jul 16
06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>rss-applications</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/applications/rss/rss-war/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/rss/rss-w
ar/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/applications/rss/rss-war/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/rss/rss-war/pom.xml Mon Jul 16
06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>rss-applications</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>war</packaging>

Modified: portals/jetspeed-2/trunk/commons/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/commons/pom.xml?view=d
iff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/commons/pom.xml (original)
+++ portals/jetspeed-2/trunk/commons/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/capability/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/capability/
pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/capability/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/capability/pom.xml Mon Jul 16
06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/cm/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/cm/pom.xml?
view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/cm/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/cm/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/deploy-tool/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/deploy-tool
/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/deploy-tool/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/deploy-tool/pom.xml Mon Jul 16
06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/file-cache/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/file-cache/
pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/file-cache/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/file-cache/pom.xml Mon Jul 16
06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/header-resource/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/header-reso
urce/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/header-resource/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/header-resource/pom.xml Mon Jul 16
06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/id-generator/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/id-generato
r/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/id-generator/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/id-generator/pom.xml Mon Jul 16
06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/jetspeed/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/jetspeed/po
m.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/jetspeed/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/jetspeed/pom.xml Mon Jul 16 06:42:53
2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/locator/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/locator/pom
.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/locator/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/locator/pom.xml Mon Jul 16 06:42:53
2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/page-manager/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/page-manage
r/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/page-manager/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/page-manager/pom.xml Mon Jul 16
06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/pom.xml?vie
w=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/components/portal-site/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/portal-site
/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/portal-site/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/portal-site/pom.xml Mon Jul 16
06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/portal/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/portal/pom.
xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/portal/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/portal/pom.xml Mon Jul 16 06:42:53
2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/portlet-factory/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/portlet-fac
tory/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/portlet-factory/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/portlet-factory/pom.xml Mon Jul 16
06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/prefs/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/prefs/pom.x
ml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/prefs/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/prefs/pom.xml Mon Jul 16 06:42:53
2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/profiler/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/profiler/po
m.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/profiler/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/profiler/pom.xml Mon Jul 16 06:42:53
2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/rdbms/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/rdbms/pom.x
ml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/rdbms/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/rdbms/pom.xml Mon Jul 16 06:42:53
2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/registry/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/registry/po
m.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/registry/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/registry/pom.xml Mon Jul 16 06:42:53
2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/rewriter/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/rewriter/po
m.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/rewriter/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/rewriter/pom.xml Mon Jul 16 06:42:53
2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/search/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/search/pom.
xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/search/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/search/pom.xml Mon Jul 16 06:42:53
2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/security-schema/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/security-sc
hema/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/security-schema/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/security-schema/pom.xml Mon Jul 16
06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/security/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/security/po
m.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/security/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/security/pom.xml Mon Jul 16 06:42:53
2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/serializer/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/serializer/
pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/serializer/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/serializer/pom.xml Mon Jul 16
06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/sso/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/sso/pom.xml
?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/sso/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/sso/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/statistics/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/statistics/
pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/statistics/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/statistics/pom.xml Mon Jul 16
06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/web-content/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/web-content
/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/web-content/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/web-content/pom.xml Mon Jul 16
06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/components/webapp-logging/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/webapp-logg
ing/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/components/webapp-logging/pom.xml (original)
+++ portals/jetspeed-2/trunk/components/webapp-logging/pom.xml Mon Jul 16
06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>components</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/enterprise/ear-full/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/enterprise/ear-full/po
m.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/enterprise/ear-full/pom.xml (original)
+++ portals/jetspeed-2/trunk/enterprise/ear-full/pom.xml Mon Jul 16 06:42:53
2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-enterprise</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>    
     <packaging>ear</packaging>

Modified: portals/jetspeed-2/trunk/enterprise/ear-min/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/enterprise/ear-min/pom
.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/enterprise/ear-min/pom.xml (original)
+++ portals/jetspeed-2/trunk/enterprise/ear-min/pom.xml Mon Jul 16 06:42:53
2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-enterprise</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>    
     <packaging>ear</packaging>

Modified: portals/jetspeed-2/trunk/enterprise/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/enterprise/pom.xml?vie
w=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/enterprise/pom.xml (original)
+++ portals/jetspeed-2/trunk/enterprise/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/etc/import/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/etc/import/pom.xml?vie
w=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/etc/import/pom.xml (original)
+++ portals/jetspeed-2/trunk/etc/import/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/etc/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/etc/pom.xml?view=diff&
rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/etc/pom.xml (original)
+++ portals/jetspeed-2/trunk/etc/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified:
portals/jetspeed-2/trunk/installer/etc/ant-installer/antinstall-config-demo.
xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/installer/etc/ant-inst
aller/antinstall-config-demo.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
---
portals/jetspeed-2/trunk/installer/etc/ant-installer/antinstall-config-demo.
xml (original)
+++
portals/jetspeed-2/trunk/installer/etc/ant-installer/antinstall-config-demo.
xml Mon Jul 16 06:42:53 2007
@@ -25,7 +25,7 @@
   windowIcon="/resources/feather-small.png"
defaultImageResource="/resources/Jetspeed_blue_med.png" minJavaVersion="1.4"
   wide="700:250" antialiased="true">
 
-  <page type="input" name="intro" displayText="Welcome to the Jetspeed
Enterprise Portal 2.1.2">
+  <page type="input" name="intro" displayText="Welcome to the Jetspeed
Enterprise Portal 2.2-SNAPSHOT">
     <comment displayText="" />
     <comment displayText="This installer will guide you through setting up
the Jetspeed Portal Demo." />
   </page>
@@ -33,15 +33,15 @@
   <page type="license" name="license" displayText="License conditions"
resource="/LICENSE.TXT"></page>
 
   <page type="input" name="properties" displayText="Installation location">
-    <directory property="installDir"
defaultValue="${java.user.home}/Jetspeed-2.1.2"
-      defaultValueWin="C:\Apache\Jetspeed-2.1.2" displayText="Select an
installation directory" create="true"
+    <directory property="installDir"
defaultValue="${java.user.home}/Jetspeed-2.2-SNAPSHOT"
+      defaultValueWin="C:\Apache\Jetspeed-2.2-SNAPSHOT" displayText="Select
an installation directory" create="true"
       checkExists="true" />
     <comment displayText=""/>
     <comment displayText="Warning: on Windows, the location must not
contain spaces." bold="true"/>
   </page>
 
   <page type="input" name="requiredComponents" displayText="Components
selection">
-    <comment displayText="Jetspeed Enterprise Portal version 2.1.2"
bold="true" />
+    <comment displayText="Jetspeed Enterprise Portal version 2.2-SNAPSHOT"
bold="true" />
     <target displayText="Tomcat 5.5.20 Webserver" target="install"
defaultValue="true" force="true" />
     <checkbox displayText="Jetspeed Portal" property="dummy"
defaultValue="true" force="true" />
     <checkbox displayText="Layout Portlets" property="dummy"
defaultValue="true" force="true" />

Modified:
portals/jetspeed-2/trunk/installer/etc/ant-installer/antinstall-config.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/installer/etc/ant-inst
aller/antinstall-config.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
---
portals/jetspeed-2/trunk/installer/etc/ant-installer/antinstall-config.xml
(original)
+++
portals/jetspeed-2/trunk/installer/etc/ant-installer/antinstall-config.xml
Mon Jul 16 06:42:53 2007
@@ -23,11 +23,11 @@
   "http://antinstaller.sourceforge.net/dtd/antinstall-config-0.8.dtd">
 -->
 
-<installer ui="swing,text" verbose="false" lookAndFeel="jgoodies"
name="Jetspeed Enterprise Portal 2.1.2 Installer"
+<installer ui="swing,text" verbose="false" lookAndFeel="jgoodies"
name="Jetspeed Enterprise Portal 2.2-SNAPSHOT Installer"
   windowIcon="/resources/feather-small.png"
defaultImageResource="/resources/Jetspeed_blue_med.png" minJavaVersion="1.4"
   wide="700:250" antialiased="true">
 
-  <page type="input" name="intro" displayText="Welcome to the Jetspeed
Enterprise Portal 2.1.2">
+  <page type="input" name="intro" displayText="Welcome to the Jetspeed
Enterprise Portal 2.2-SNAPSHOT">
     <comment displayText="" />
     <comment displayText="This installer will guide you through setting up
the Jetspeed Portal." />
   </page>
@@ -35,15 +35,15 @@
   <page type="license" name="license" displayText="License conditions"
resource="/LICENSE.TXT"></page>
 
   <page type="input" name="properties" displayText="Installation location">
-    <directory property="installDir"
defaultValue="${java.user.home}/Jetspeed-2.1.2"
-      defaultValueWin="C:\Apache\Jetspeed-2.1.2" displayText="Select an
installation directory" create="true"
+    <directory property="installDir"
defaultValue="${java.user.home}/Jetspeed-2.2-SNAPSHOT"
+      defaultValueWin="C:\Apache\Jetspeed-2.2-SNAPSHOT" displayText="Select
an installation directory" create="true"
       checkExists="true" />
     <comment displayText=""/>
     <comment displayText="Warning: on Windows, the location must not
contain spaces." bold="true"/>
   </page>
 
   <page type="input" name="requiredComponents" displayText="Components
selection">
-    <comment displayText="Jetspeed Enterprise Portal version 2.1.2"
bold="true" />
+    <comment displayText="Jetspeed Enterprise Portal version 2.2-SNAPSHOT"
bold="true" />
     <target displayText="Tomcat 5.5.20 Webserver" target="install"
defaultValue="true" force="true" />
     <checkbox displayText="Jetspeed Portal" property="dummy"
defaultValue="true" force="true" />
     <checkbox displayText="Layout Portlets" property="dummy"
defaultValue="true" force="true" />

Modified: portals/jetspeed-2/trunk/installer/etc/ant-installer/build.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/installer/etc/ant-inst
aller/build.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/installer/etc/ant-installer/build.xml
(original)
+++ portals/jetspeed-2/trunk/installer/etc/ant-installer/build.xml Mon Jul
16 06:42:53 2007
@@ -35,7 +35,7 @@
       <fileset dir="${installDir}" includes="**/*"/>
     </delete>
 
-    <echo>Installing Jetspeed-2.1.2 Enterprise Portal</echo>
+    <echo>Installing Jetspeed-2.2-SNAPSHOT Enterprise Portal</echo>
     <unzip src="${antinstaller.jar}" dest="${installDir}">
       <patternset>
         <include name="portal.zip" />

Modified: portals/jetspeed-2/trunk/jetspeed-api/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/jetspeed-api/pom.xml?v
iew=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/jetspeed-api/pom.xml (original)
+++ portals/jetspeed-2/trunk/jetspeed-api/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified:
portals/jetspeed-2/trunk/layout-portlets/layout-portlets-jar/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/layout-portlets/layout
-portlets-jar/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/layout-portlets/layout-portlets-jar/pom.xml
(original)
+++ portals/jetspeed-2/trunk/layout-portlets/layout-portlets-jar/pom.xml Mon
Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>layout-portlets</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified:
portals/jetspeed-2/trunk/layout-portlets/layout-portlets-war/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/layout-portlets/layout
-portlets-war/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/layout-portlets/layout-portlets-war/pom.xml
(original)
+++ portals/jetspeed-2/trunk/layout-portlets/layout-portlets-war/pom.xml Mon
Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>layout-portlets</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>war</packaging>

Modified: portals/jetspeed-2/trunk/layout-portlets/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/layout-portlets/pom.xm
l?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/layout-portlets/pom.xml (original)
+++ portals/jetspeed-2/trunk/layout-portlets/pom.xml Mon Jul 16 06:42:53
2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/maven-archetypes/application/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-archetypes/appli
cation/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/maven-archetypes/application/pom.xml (original)
+++ portals/jetspeed-2/trunk/maven-archetypes/application/pom.xml Mon Jul 16
06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>maven-archetypes</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/maven-archetypes/component/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-archetypes/compo
nent/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/maven-archetypes/component/pom.xml (original)
+++ portals/jetspeed-2/trunk/maven-archetypes/component/pom.xml Mon Jul 16
06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>maven-archetypes</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/maven-archetypes/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-archetypes/pom.x
ml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/maven-archetypes/pom.xml (original)
+++ portals/jetspeed-2/trunk/maven-archetypes/pom.xml Mon Jul 16 06:42:53
2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/maven-archetypes/portal-component/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-archetypes/porta
l-component/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/maven-archetypes/portal-component/pom.xml
(original)
+++ portals/jetspeed-2/trunk/maven-archetypes/portal-component/pom.xml Mon
Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>maven-archetypes</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/maven-archetypes/portal-resources/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-archetypes/porta
l-resources/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/maven-archetypes/portal-resources/pom.xml
(original)
+++ portals/jetspeed-2/trunk/maven-archetypes/portal-resources/pom.xml Mon
Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>maven-archetypes</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/maven-archetypes/portal/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-archetypes/porta
l/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/maven-archetypes/portal/pom.xml (original)
+++ portals/jetspeed-2/trunk/maven-archetypes/portal/pom.xml Mon Jul 16
06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>maven-archetypes</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified:
portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-res
ources/etc/dbpsml/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-archetypes/porta
l/src/archetype/archetype-resources/etc/dbpsml/pom.xml?view=diff&rev=556627&
r1=556626&r2=556627
============================================================================
==
---
portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-res
ources/etc/dbpsml/pom.xml (original)
+++
portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-res
ources/etc/dbpsml/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified:
portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-res
ources/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-archetypes/porta
l/src/archetype/archetype-resources/pom.xml?view=diff&rev=556627&r1=556626&r
2=556627
============================================================================
==
---
portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-res
ources/pom.xml (original)
+++
portals/jetspeed-2/trunk/maven-archetypes/portal/src/archetype/archetype-res
ources/pom.xml Mon Jul 16 06:42:53 2007
@@ -123,7 +123,7 @@
         <org.apache.pluto.version>1.0.1</org.apache.pluto.version>
 
<org.apache.portals.bridges.common.version>1.0.3</org.apache.portals.bridges
.common.version>
 
<org.apache.portals.bridges.velocity.version>1.0.3</org.apache.portals.bridg
es.velocity.version>
-
<org.apache.portals.jetspeed-2.version>2.1.2</org.apache.portals.jetspeed-2.
version>
+
<org.apache.portals.jetspeed-2.version>2.2-SNAPSHOT</org.apache.portals.jets
peed-2.version>
 
<org.apache.portals.jetspeed-2.groupid>org.apache.portals.jetspeed-2</org.ap
ache.portals.jetspeed-2.groupid>
         <portlet-api.version>1.0</portlet-api.version>
         <taglibs-request.version>1.0.1</taglibs-request.version>

Modified: portals/jetspeed-2/trunk/maven-archetypes/shared-component/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-archetypes/share
d-component/pom.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/maven-archetypes/shared-component/pom.xml
(original)
+++ portals/jetspeed-2/trunk/maven-archetypes/shared-component/pom.xml Mon
Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>maven-archetypes</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>

Modified: portals/jetspeed-2/trunk/maven-plugin/project.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/maven-plugin/project.x
ml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/maven-plugin/project.xml (original)
+++ portals/jetspeed-2/trunk/maven-plugin/project.xml Mon Jul 16 06:42:53
2007
@@ -71,13 +71,13 @@
         <dependency>
             <groupId>org.apache.portals.jetspeed-2</groupId>
             <artifactId>jetspeed-api</artifactId>
-            <version>2.1.2</version>
+            <version>2.2-SNAPSHOT</version>
             <type>jar</type>
         </dependency>
         <dependency>
             <groupId>org.apache.portals.jetspeed-2</groupId>
             <artifactId>jetspeed-deploy-tools</artifactId>
-            <version>2.1.2</version>
+            <version>2.2-SNAPSHOT</version>
             <type>jar</type>
         </dependency>
         <dependency>

Modified: portals/jetspeed-2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/pom.xml?view=diff&rev=
556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/pom.xml (original)
+++ portals/jetspeed-2/trunk/pom.xml Mon Jul 16 06:42:53 2007
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.portals.jetspeed-2</groupId>
     <artifactId>jetspeed-2</artifactId>
-    <version>2.1.2</version>
+    <version>2.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Jetspeed-2 Enterprise Portal</name>
     <description>

Modified: portals/jetspeed-2/trunk/portal/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/portal/pom.xml?view=di
ff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/portal/pom.xml (original)
+++ portals/jetspeed-2/trunk/portal/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>war</packaging>

Modified: portals/jetspeed-2/trunk/project.properties
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/project.properties?vie
w=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/project.properties (original)
+++ portals/jetspeed-2/trunk/project.properties Mon Jul 16 06:42:53 2007
@@ -15,7 +15,7 @@
 
 # jetspeed.version is required is {user.home}/build.properties.
 # Other properties.
-jetspeed.version=2.1.2
+jetspeed.version=2.2-SNAPSHOT
 pluto.version=1.0.1
 portlet.api.version=1.0
 servlet.api.version=2.3

Modified:
portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/jetspeed.properties
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/con
f/jetspeed.properties?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/jetspeed.properties
(original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/conf/jetspeed.properties Mon
Jul 16 06:42:53 2007
@@ -28,7 +28,7 @@
 include=override.properties
 
 portal.name = Jetspeed
-portal.version = 2.1.2
+portal.version = 2.2-SNAPSHOT
 
 # By setting this to true, the Engine will create its own
 # JNDI context.  Not needed in deployment.  We use Tomcat's JNDI

Modified: portals/jetspeed-2/trunk/taglibs/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/taglibs/pom.xml?view=d
iff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/taglibs/pom.xml (original)
+++ portals/jetspeed-2/trunk/taglibs/pom.xml Mon Jul 16 06:42:53 2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed-2</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>

Modified: portals/jetspeed-2/trunk/taglibs/treecontrol/pom.xml
URL:
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/taglibs/treecontrol/po
m.xml?view=diff&rev=556627&r1=556626&r2=556627
============================================================================
==
--- portals/jetspeed-2/trunk/taglibs/treecontrol/pom.xml (original)
+++ portals/jetspeed-2/trunk/taglibs/treecontrol/pom.xml Mon Jul 16 06:42:53
2007
@@ -32,7 +32,7 @@
     <parent>
         <groupId>org.apache.portals.jetspeed-2</groupId>
         <artifactId>jetspeed2-taglibs</artifactId>
-        <version>2.1.2</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>jar</packaging>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org