Author: alain_defrance
Date: 2010-09-24 07:17:22 -0400 (Fri, 24 Sep 2010)
New Revision: 4381
Modified:
components/wci/branches/adf/exo/pom.xml
components/wci/branches/adf/jetty/pom.xml
components/wci/branches/adf/pom.xml
components/wci/branches/adf/test/core/pom.xml
components/wci/branches/adf/test/pom.xml
components/wci/branches/adf/test/portlets/exo-portlet/pom.xml
components/wci/branches/adf/test/portlets/gatein-portlet/pom.xml
components/wci/branches/adf/test/portlets/native-portlet/pom.xml
components/wci/branches/adf/test/servers/jboss42/pom.xml
components/wci/branches/adf/test/servers/jboss51/pom.xml
components/wci/branches/adf/test/servers/jetty6/pom.xml
components/wci/branches/adf/test/servers/pom.xml
components/wci/branches/adf/test/servers/tomcat6/pom.xml
components/wci/branches/adf/test/servers/tomcat7/pom.xml
components/wci/branches/adf/tomcat6/pom.xml
components/wci/branches/adf/tomcat7/pom.xml
components/wci/branches/adf/wci/pom.xml
Log:
Set to SNAPSHOT version for gatein-wci
Modified: components/wci/branches/adf/exo/pom.xml
===================================================================
--- components/wci/branches/adf/exo/pom.xml 2010-09-24 11:01:30 UTC (rev 4380)
+++ components/wci/branches/adf/exo/pom.xml 2010-09-24 11:17:22 UTC (rev 4381)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.wci</groupId>
<artifactId>wci-parent</artifactId>
- <version>2.1.0-Alpha01</version>
+ <version>2.1.0-Alpha01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-exo</artifactId>
Modified: components/wci/branches/adf/jetty/pom.xml
===================================================================
--- components/wci/branches/adf/jetty/pom.xml 2010-09-24 11:01:30 UTC (rev 4380)
+++ components/wci/branches/adf/jetty/pom.xml 2010-09-24 11:17:22 UTC (rev 4381)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.wci</groupId>
<artifactId>wci-parent</artifactId>
- <version>2.1.0-Alpha01</version>
+ <version>2.1.0-Alpha01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-jetty</artifactId>
Modified: components/wci/branches/adf/pom.xml
===================================================================
--- components/wci/branches/adf/pom.xml 2010-09-24 11:01:30 UTC (rev 4380)
+++ components/wci/branches/adf/pom.xml 2010-09-24 11:17:22 UTC (rev 4381)
@@ -6,7 +6,7 @@
<groupId>org.gatein.wci</groupId>
<artifactId>wci-parent</artifactId>
- <version>2.1.0-Alpha01</version>
+ <version>2.1.0-Alpha01-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
Modified: components/wci/branches/adf/test/core/pom.xml
===================================================================
--- components/wci/branches/adf/test/core/pom.xml 2010-09-24 11:01:30 UTC (rev 4380)
+++ components/wci/branches/adf/test/core/pom.xml 2010-09-24 11:17:22 UTC (rev 4381)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.wci</groupId>
<artifactId>wci-test-parent</artifactId>
- <version>2.1.0-Alpha01</version>
+ <version>2.1.0-Alpha01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-test-core</artifactId>
Modified: components/wci/branches/adf/test/pom.xml
===================================================================
--- components/wci/branches/adf/test/pom.xml 2010-09-24 11:01:30 UTC (rev 4380)
+++ components/wci/branches/adf/test/pom.xml 2010-09-24 11:17:22 UTC (rev 4381)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.wci</groupId>
<artifactId>wci-parent</artifactId>
- <version>2.1.0-Alpha01</version>
+ <version>2.1.0-Alpha01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-test-parent</artifactId>
Modified: components/wci/branches/adf/test/portlets/exo-portlet/pom.xml
===================================================================
--- components/wci/branches/adf/test/portlets/exo-portlet/pom.xml 2010-09-24 11:01:30 UTC
(rev 4380)
+++ components/wci/branches/adf/test/portlets/exo-portlet/pom.xml 2010-09-24 11:17:22 UTC
(rev 4381)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.wci</groupId>
<artifactId>wci-test-parent</artifactId>
- <version>2.1.0-Alpha01</version>
+ <version>2.1.0-Alpha01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-test-exo-portlet</artifactId>
Modified: components/wci/branches/adf/test/portlets/gatein-portlet/pom.xml
===================================================================
--- components/wci/branches/adf/test/portlets/gatein-portlet/pom.xml 2010-09-24 11:01:30
UTC (rev 4380)
+++ components/wci/branches/adf/test/portlets/gatein-portlet/pom.xml 2010-09-24 11:17:22
UTC (rev 4381)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.wci</groupId>
<artifactId>wci-test-parent</artifactId>
- <version>2.1.0-Alpha01</version>
+ <version>2.1.0-Alpha01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-test-gatein-portlet</artifactId>
Modified: components/wci/branches/adf/test/portlets/native-portlet/pom.xml
===================================================================
--- components/wci/branches/adf/test/portlets/native-portlet/pom.xml 2010-09-24 11:01:30
UTC (rev 4380)
+++ components/wci/branches/adf/test/portlets/native-portlet/pom.xml 2010-09-24 11:17:22
UTC (rev 4381)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.wci</groupId>
<artifactId>wci-test-parent</artifactId>
- <version>2.1.0-Alpha01</version>
+ <version>2.1.0-Alpha01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-test-native-portlet</artifactId>
Modified: components/wci/branches/adf/test/servers/jboss42/pom.xml
===================================================================
--- components/wci/branches/adf/test/servers/jboss42/pom.xml 2010-09-24 11:01:30 UTC (rev
4380)
+++ components/wci/branches/adf/test/servers/jboss42/pom.xml 2010-09-24 11:17:22 UTC (rev
4381)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.wci</groupId>
<artifactId>wci-test-server-parent</artifactId>
- <version>2.1.0-Alpha01</version>
+ <version>2.1.0-Alpha01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-test-jboss42</artifactId>
Modified: components/wci/branches/adf/test/servers/jboss51/pom.xml
===================================================================
--- components/wci/branches/adf/test/servers/jboss51/pom.xml 2010-09-24 11:01:30 UTC (rev
4380)
+++ components/wci/branches/adf/test/servers/jboss51/pom.xml 2010-09-24 11:17:22 UTC (rev
4381)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.wci</groupId>
<artifactId>wci-test-server-parent</artifactId>
- <version>2.1.0-Alpha01</version>
+ <version>2.1.0-Alpha01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-test-jboss51</artifactId>
Modified: components/wci/branches/adf/test/servers/jetty6/pom.xml
===================================================================
--- components/wci/branches/adf/test/servers/jetty6/pom.xml 2010-09-24 11:01:30 UTC (rev
4380)
+++ components/wci/branches/adf/test/servers/jetty6/pom.xml 2010-09-24 11:17:22 UTC (rev
4381)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.wci</groupId>
<artifactId>wci-test-server-parent</artifactId>
- <version>2.1.0-Alpha01</version>
+ <version>2.1.0-Alpha01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-test-jetty6</artifactId>
Modified: components/wci/branches/adf/test/servers/pom.xml
===================================================================
--- components/wci/branches/adf/test/servers/pom.xml 2010-09-24 11:01:30 UTC (rev 4380)
+++ components/wci/branches/adf/test/servers/pom.xml 2010-09-24 11:17:22 UTC (rev 4381)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.wci</groupId>
<artifactId>wci-test-parent</artifactId>
- <version>2.1.0-Alpha01</version>
+ <version>2.1.0-Alpha01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-test-server-parent</artifactId>
Modified: components/wci/branches/adf/test/servers/tomcat6/pom.xml
===================================================================
--- components/wci/branches/adf/test/servers/tomcat6/pom.xml 2010-09-24 11:01:30 UTC (rev
4380)
+++ components/wci/branches/adf/test/servers/tomcat6/pom.xml 2010-09-24 11:17:22 UTC (rev
4381)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.wci</groupId>
<artifactId>wci-test-server-parent</artifactId>
- <version>2.1.0-Alpha01</version>
+ <version>2.1.0-Alpha01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-test-tomcat6</artifactId>
Modified: components/wci/branches/adf/test/servers/tomcat7/pom.xml
===================================================================
--- components/wci/branches/adf/test/servers/tomcat7/pom.xml 2010-09-24 11:01:30 UTC (rev
4380)
+++ components/wci/branches/adf/test/servers/tomcat7/pom.xml 2010-09-24 11:17:22 UTC (rev
4381)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.wci</groupId>
<artifactId>wci-test-server-parent</artifactId>
- <version>2.1.0-Alpha01</version>
+ <version>2.1.0-Alpha01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-test-tomcat7</artifactId>
Modified: components/wci/branches/adf/tomcat6/pom.xml
===================================================================
--- components/wci/branches/adf/tomcat6/pom.xml 2010-09-24 11:01:30 UTC (rev 4380)
+++ components/wci/branches/adf/tomcat6/pom.xml 2010-09-24 11:17:22 UTC (rev 4381)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.wci</groupId>
<artifactId>wci-parent</artifactId>
- <version>2.1.0-Alpha01</version>
+ <version>2.1.0-Alpha01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-tomcat6</artifactId>
Modified: components/wci/branches/adf/tomcat7/pom.xml
===================================================================
--- components/wci/branches/adf/tomcat7/pom.xml 2010-09-24 11:01:30 UTC (rev 4380)
+++ components/wci/branches/adf/tomcat7/pom.xml 2010-09-24 11:17:22 UTC (rev 4381)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.wci</groupId>
<artifactId>wci-parent</artifactId>
- <version>2.1.0-Alpha01</version>
+ <version>2.1.0-Alpha01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-tomcat7</artifactId>
Modified: components/wci/branches/adf/wci/pom.xml
===================================================================
--- components/wci/branches/adf/wci/pom.xml 2010-09-24 11:01:30 UTC (rev 4380)
+++ components/wci/branches/adf/wci/pom.xml 2010-09-24 11:17:22 UTC (rev 4381)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.gatein.wci</groupId>
<artifactId>wci-parent</artifactId>
- <version>2.1.0-Alpha01</version>
+ <version>2.1.0-Alpha01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-wci</artifactId>
Show replies by date