[gatein-commits] gatein SVN: r4278 - in components/wci/branches/2.0.x: exo and 12 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Sep 21 05:56:43 EDT 2010


Author: julien_viet
Date: 2010-09-21 05:56:42 -0400 (Tue, 21 Sep 2010)
New Revision: 4278

Modified:
   components/wci/branches/2.0.x/exo/pom.xml
   components/wci/branches/2.0.x/jetty/pom.xml
   components/wci/branches/2.0.x/pom.xml
   components/wci/branches/2.0.x/test/core/pom.xml
   components/wci/branches/2.0.x/test/pom.xml
   components/wci/branches/2.0.x/test/portlets/exo-portlet/pom.xml
   components/wci/branches/2.0.x/test/portlets/gatein-portlet/pom.xml
   components/wci/branches/2.0.x/test/portlets/native-portlet/pom.xml
   components/wci/branches/2.0.x/test/servers/jboss42/pom.xml
   components/wci/branches/2.0.x/test/servers/jboss51/pom.xml
   components/wci/branches/2.0.x/test/servers/pom.xml
   components/wci/branches/2.0.x/test/servers/tomcat6/pom.xml
   components/wci/branches/2.0.x/tomcat/pom.xml
   components/wci/branches/2.0.x/wci/pom.xml
Log:
[maven-release-plugin] prepare release 2.0.2-GA

Modified: components/wci/branches/2.0.x/exo/pom.xml
===================================================================
--- components/wci/branches/2.0.x/exo/pom.xml	2010-09-21 09:52:40 UTC (rev 4277)
+++ components/wci/branches/2.0.x/exo/pom.xml	2010-09-21 09:56:42 UTC (rev 4278)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-parent</artifactId>
-      <version>2.0.2-GA-SNAPSHOT</version>
+      <version>2.0.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-exo</artifactId>

Modified: components/wci/branches/2.0.x/jetty/pom.xml
===================================================================
--- components/wci/branches/2.0.x/jetty/pom.xml	2010-09-21 09:52:40 UTC (rev 4277)
+++ components/wci/branches/2.0.x/jetty/pom.xml	2010-09-21 09:56:42 UTC (rev 4278)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-parent</artifactId>
-      <version>2.0.2-GA-SNAPSHOT</version>
+      <version>2.0.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-jetty</artifactId>

Modified: components/wci/branches/2.0.x/pom.xml
===================================================================
--- components/wci/branches/2.0.x/pom.xml	2010-09-21 09:52:40 UTC (rev 4277)
+++ components/wci/branches/2.0.x/pom.xml	2010-09-21 09:56:42 UTC (rev 4278)
@@ -6,7 +6,7 @@
   
   <groupId>org.gatein.wci</groupId>
   <artifactId>wci-parent</artifactId>
-  <version>2.0.2-GA-SNAPSHOT</version>
+  <version>2.0.2-GA</version>
   <packaging>pom</packaging>
   
   <parent>
@@ -16,9 +16,9 @@
   </parent>
   
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wci/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wci/trunk/</developerConnection>
-    <url>http://fisheye.jboss.org/browse/gatein/components/wci/trunk/</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wci/tags/2.0.2-GA</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wci/tags/2.0.2-GA</developerConnection>
+    <url>http://fisheye.jboss.org/browse/gatein/components/wci/tags/2.0.2-GA</url>
   </scm>
   
   <properties>

Modified: components/wci/branches/2.0.x/test/core/pom.xml
===================================================================
--- components/wci/branches/2.0.x/test/core/pom.xml	2010-09-21 09:52:40 UTC (rev 4277)
+++ components/wci/branches/2.0.x/test/core/pom.xml	2010-09-21 09:56:42 UTC (rev 4278)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-test-parent</artifactId>
-      <version>2.0.2-GA-SNAPSHOT</version>
+      <version>2.0.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-test-core</artifactId>

Modified: components/wci/branches/2.0.x/test/pom.xml
===================================================================
--- components/wci/branches/2.0.x/test/pom.xml	2010-09-21 09:52:40 UTC (rev 4277)
+++ components/wci/branches/2.0.x/test/pom.xml	2010-09-21 09:56:42 UTC (rev 4278)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-parent</artifactId>
-      <version>2.0.2-GA-SNAPSHOT</version>
+      <version>2.0.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-test-parent</artifactId>

Modified: components/wci/branches/2.0.x/test/portlets/exo-portlet/pom.xml
===================================================================
--- components/wci/branches/2.0.x/test/portlets/exo-portlet/pom.xml	2010-09-21 09:52:40 UTC (rev 4277)
+++ components/wci/branches/2.0.x/test/portlets/exo-portlet/pom.xml	2010-09-21 09:56:42 UTC (rev 4278)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-test-parent</artifactId>
-      <version>2.0.2-GA-SNAPSHOT</version>
+      <version>2.0.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-test-exo-portlet</artifactId>

Modified: components/wci/branches/2.0.x/test/portlets/gatein-portlet/pom.xml
===================================================================
--- components/wci/branches/2.0.x/test/portlets/gatein-portlet/pom.xml	2010-09-21 09:52:40 UTC (rev 4277)
+++ components/wci/branches/2.0.x/test/portlets/gatein-portlet/pom.xml	2010-09-21 09:56:42 UTC (rev 4278)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-test-parent</artifactId>
-      <version>2.0.2-GA-SNAPSHOT</version>
+      <version>2.0.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-test-gatein-portlet</artifactId>

Modified: components/wci/branches/2.0.x/test/portlets/native-portlet/pom.xml
===================================================================
--- components/wci/branches/2.0.x/test/portlets/native-portlet/pom.xml	2010-09-21 09:52:40 UTC (rev 4277)
+++ components/wci/branches/2.0.x/test/portlets/native-portlet/pom.xml	2010-09-21 09:56:42 UTC (rev 4278)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-test-parent</artifactId>
-      <version>2.0.2-GA-SNAPSHOT</version>
+      <version>2.0.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-test-native-portlet</artifactId>

Modified: components/wci/branches/2.0.x/test/servers/jboss42/pom.xml
===================================================================
--- components/wci/branches/2.0.x/test/servers/jboss42/pom.xml	2010-09-21 09:52:40 UTC (rev 4277)
+++ components/wci/branches/2.0.x/test/servers/jboss42/pom.xml	2010-09-21 09:56:42 UTC (rev 4278)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-test-server-parent</artifactId>
-      <version>2.0.2-GA-SNAPSHOT</version>
+      <version>2.0.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-test-jboss42</artifactId>

Modified: components/wci/branches/2.0.x/test/servers/jboss51/pom.xml
===================================================================
--- components/wci/branches/2.0.x/test/servers/jboss51/pom.xml	2010-09-21 09:52:40 UTC (rev 4277)
+++ components/wci/branches/2.0.x/test/servers/jboss51/pom.xml	2010-09-21 09:56:42 UTC (rev 4278)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-test-server-parent</artifactId>
-      <version>2.0.2-GA-SNAPSHOT</version>
+      <version>2.0.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-test-jboss51</artifactId>

Modified: components/wci/branches/2.0.x/test/servers/pom.xml
===================================================================
--- components/wci/branches/2.0.x/test/servers/pom.xml	2010-09-21 09:52:40 UTC (rev 4277)
+++ components/wci/branches/2.0.x/test/servers/pom.xml	2010-09-21 09:56:42 UTC (rev 4278)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-test-parent</artifactId>
-      <version>2.0.2-GA-SNAPSHOT</version>
+      <version>2.0.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-test-server-parent</artifactId>

Modified: components/wci/branches/2.0.x/test/servers/tomcat6/pom.xml
===================================================================
--- components/wci/branches/2.0.x/test/servers/tomcat6/pom.xml	2010-09-21 09:52:40 UTC (rev 4277)
+++ components/wci/branches/2.0.x/test/servers/tomcat6/pom.xml	2010-09-21 09:56:42 UTC (rev 4278)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-test-server-parent</artifactId>
-      <version>2.0.2-GA-SNAPSHOT</version>
+      <version>2.0.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-test-tomcat6</artifactId>

Modified: components/wci/branches/2.0.x/tomcat/pom.xml
===================================================================
--- components/wci/branches/2.0.x/tomcat/pom.xml	2010-09-21 09:52:40 UTC (rev 4277)
+++ components/wci/branches/2.0.x/tomcat/pom.xml	2010-09-21 09:56:42 UTC (rev 4278)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-parent</artifactId>
-      <version>2.0.2-GA-SNAPSHOT</version>
+      <version>2.0.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-tomcat</artifactId>

Modified: components/wci/branches/2.0.x/wci/pom.xml
===================================================================
--- components/wci/branches/2.0.x/wci/pom.xml	2010-09-21 09:52:40 UTC (rev 4277)
+++ components/wci/branches/2.0.x/wci/pom.xml	2010-09-21 09:56:42 UTC (rev 4278)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.gatein.wci</groupId>
     <artifactId>wci-parent</artifactId>
-    <version>2.0.2-GA-SNAPSHOT</version>
+    <version>2.0.2-GA</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>wci-wci</artifactId>



More information about the gatein-commits mailing list