[gatein-commits] gatein SVN: r6654 - in components/wci/trunk: exo and 16 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jun 15 07:32:09 EDT 2011


Author: bdaw
Date: 2011-06-15 07:32:08 -0400 (Wed, 15 Jun 2011)
New Revision: 6654

Modified:
   components/wci/trunk/exo/pom.xml
   components/wci/trunk/jboss/jboss6/pom.xml
   components/wci/trunk/jetty/pom.xml
   components/wci/trunk/pom.xml
   components/wci/trunk/test/core/pom.xml
   components/wci/trunk/test/pom.xml
   components/wci/trunk/test/portlets/exo-portlet/pom.xml
   components/wci/trunk/test/portlets/gatein-portlet/pom.xml
   components/wci/trunk/test/portlets/native-portlet/pom.xml
   components/wci/trunk/test/servers/jboss51/pom.xml
   components/wci/trunk/test/servers/jboss6/pom.xml
   components/wci/trunk/test/servers/jetty6/pom.xml
   components/wci/trunk/test/servers/pom.xml
   components/wci/trunk/test/servers/tomcat6/pom.xml
   components/wci/trunk/test/servers/tomcat7/pom.xml
   components/wci/trunk/tomcat/tomcat6/pom.xml
   components/wci/trunk/tomcat/tomcat7/pom.xml
   components/wci/trunk/wci/pom.xml
Log:
[maven-release-plugin] prepare release 2.1.0-Beta03

Modified: components/wci/trunk/exo/pom.xml
===================================================================
--- components/wci/trunk/exo/pom.xml	2011-06-15 11:04:25 UTC (rev 6653)
+++ components/wci/trunk/exo/pom.xml	2011-06-15 11:32:08 UTC (rev 6654)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-parent</artifactId>
-      <version>2.1.0-Beta03-SNAPSHOT</version>
+      <version>2.1.0-Beta03</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-exo</artifactId>

Modified: components/wci/trunk/jboss/jboss6/pom.xml
===================================================================
--- components/wci/trunk/jboss/jboss6/pom.xml	2011-06-15 11:04:25 UTC (rev 6653)
+++ components/wci/trunk/jboss/jboss6/pom.xml	2011-06-15 11:32:08 UTC (rev 6654)
@@ -6,6 +6,7 @@
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-jboss6</artifactId>
+  <version>2.1.0-Beta03</version>
    <packaging>jar</packaging>
    <name>GateIn - WCI JBoss 6 compatibility component</name>
 
@@ -26,4 +27,10 @@
     </dependency>
    </dependencies>
 
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wci/tags/2.1.0-Beta03/wci-jboss/wci-jboss6</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wci/tags/2.1.0-Beta03/wci-jboss/wci-jboss6</developerConnection>
+    <url>http://fisheye.jboss.org/browse/gatein/components/wci/tags/2.1.0-Beta03/wci-jboss/wci-jboss6</url>
+  </scm>
 </project>

Modified: components/wci/trunk/jetty/pom.xml
===================================================================
--- components/wci/trunk/jetty/pom.xml	2011-06-15 11:04:25 UTC (rev 6653)
+++ components/wci/trunk/jetty/pom.xml	2011-06-15 11:32:08 UTC (rev 6654)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-parent</artifactId>
-      <version>2.1.0-Beta03-SNAPSHOT</version>
+      <version>2.1.0-Beta03</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-jetty</artifactId>

Modified: components/wci/trunk/pom.xml
===================================================================
--- components/wci/trunk/pom.xml	2011-06-15 11:04:25 UTC (rev 6653)
+++ components/wci/trunk/pom.xml	2011-06-15 11:32:08 UTC (rev 6654)
@@ -6,7 +6,7 @@
   
   <groupId>org.gatein.wci</groupId>
   <artifactId>wci-parent</artifactId>
-  <version>2.1.0-Beta03-SNAPSHOT</version>
+  <version>2.1.0-Beta03</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.1.0-Beta03</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wci/tags/2.1.0-Beta03</developerConnection>
+    <url>http://fisheye.jboss.org/browse/gatein/components/wci/tags/2.1.0-Beta03</url>
   </scm>
   
   <properties>

Modified: components/wci/trunk/test/core/pom.xml
===================================================================
--- components/wci/trunk/test/core/pom.xml	2011-06-15 11:04:25 UTC (rev 6653)
+++ components/wci/trunk/test/core/pom.xml	2011-06-15 11:32:08 UTC (rev 6654)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-test-parent</artifactId>
-      <version>2.1.0-Beta03-SNAPSHOT</version>
+      <version>2.1.0-Beta03</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-test-core</artifactId>

Modified: components/wci/trunk/test/pom.xml
===================================================================
--- components/wci/trunk/test/pom.xml	2011-06-15 11:04:25 UTC (rev 6653)
+++ components/wci/trunk/test/pom.xml	2011-06-15 11:32:08 UTC (rev 6654)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-parent</artifactId>
-      <version>2.1.0-Beta03-SNAPSHOT</version>
+      <version>2.1.0-Beta03</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-test-parent</artifactId>

Modified: components/wci/trunk/test/portlets/exo-portlet/pom.xml
===================================================================
--- components/wci/trunk/test/portlets/exo-portlet/pom.xml	2011-06-15 11:04:25 UTC (rev 6653)
+++ components/wci/trunk/test/portlets/exo-portlet/pom.xml	2011-06-15 11:32:08 UTC (rev 6654)
@@ -6,6 +6,13 @@
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-test-exo-portlet</artifactId>
+  <version>2.1.0-Beta03</version>
    <packaging>war</packaging>
    <name>GateIn - WCI eXo Backwards Compatibility Test Portlet</name>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wci/tags/2.1.0-Beta03/wci-test-parent/wci-test-portlets/wci-test-exo-portlet</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wci/tags/2.1.0-Beta03/wci-test-parent/wci-test-portlets/wci-test-exo-portlet</developerConnection>
+    <url>http://fisheye.jboss.org/browse/gatein/components/wci/tags/2.1.0-Beta03/wci-test-parent/wci-test-portlets/wci-test-exo-portlet</url>
+  </scm>
 </project>

Modified: components/wci/trunk/test/portlets/gatein-portlet/pom.xml
===================================================================
--- components/wci/trunk/test/portlets/gatein-portlet/pom.xml	2011-06-15 11:04:25 UTC (rev 6653)
+++ components/wci/trunk/test/portlets/gatein-portlet/pom.xml	2011-06-15 11:32:08 UTC (rev 6654)
@@ -6,8 +6,15 @@
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-test-gatein-portlet</artifactId>
+  <version>2.1.0-Beta03</version>
    <packaging>war</packaging>
    <name>GateIn - WCI Gatein Test Portlet</name>
 
 
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wci/tags/2.1.0-Beta03/wci-test-parent/wci-test-portlets/wci-test-gatein-portlet</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wci/tags/2.1.0-Beta03/wci-test-parent/wci-test-portlets/wci-test-gatein-portlet</developerConnection>
+    <url>http://fisheye.jboss.org/browse/gatein/components/wci/tags/2.1.0-Beta03/wci-test-parent/wci-test-portlets/wci-test-gatein-portlet</url>
+  </scm>
 </project>

Modified: components/wci/trunk/test/portlets/native-portlet/pom.xml
===================================================================
--- components/wci/trunk/test/portlets/native-portlet/pom.xml	2011-06-15 11:04:25 UTC (rev 6653)
+++ components/wci/trunk/test/portlets/native-portlet/pom.xml	2011-06-15 11:32:08 UTC (rev 6654)
@@ -6,6 +6,13 @@
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-test-native-portlet</artifactId>
+  <version>2.1.0-Beta03</version>
    <packaging>war</packaging>
    <name>GateIn - WCI Native Test Portlet</name>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wci/tags/2.1.0-Beta03/wci-test-parent/wci-test-portlets/wci-test-native-portlet</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wci/tags/2.1.0-Beta03/wci-test-parent/wci-test-portlets/wci-test-native-portlet</developerConnection>
+    <url>http://fisheye.jboss.org/browse/gatein/components/wci/tags/2.1.0-Beta03/wci-test-parent/wci-test-portlets/wci-test-native-portlet</url>
+  </scm>
 </project>

Modified: components/wci/trunk/test/servers/jboss51/pom.xml
===================================================================
--- components/wci/trunk/test/servers/jboss51/pom.xml	2011-06-15 11:04:25 UTC (rev 6653)
+++ components/wci/trunk/test/servers/jboss51/pom.xml	2011-06-15 11:32:08 UTC (rev 6654)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-test-server-parent</artifactId>
-      <version>2.1.0-Beta03-SNAPSHOT</version>
+      <version>2.1.0-Beta03</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-test-jboss51</artifactId>

Modified: components/wci/trunk/test/servers/jboss6/pom.xml
===================================================================
--- components/wci/trunk/test/servers/jboss6/pom.xml	2011-06-15 11:04:25 UTC (rev 6653)
+++ components/wci/trunk/test/servers/jboss6/pom.xml	2011-06-15 11:32:08 UTC (rev 6654)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-test-server-parent</artifactId>
-      <version>2.1.0-Beta03-SNAPSHOT</version>
+      <version>2.1.0-Beta03</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-test-jboss6</artifactId>

Modified: components/wci/trunk/test/servers/jetty6/pom.xml
===================================================================
--- components/wci/trunk/test/servers/jetty6/pom.xml	2011-06-15 11:04:25 UTC (rev 6653)
+++ components/wci/trunk/test/servers/jetty6/pom.xml	2011-06-15 11:32:08 UTC (rev 6654)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-test-server-parent</artifactId>
-      <version>2.1.0-Beta03-SNAPSHOT</version>
+      <version>2.1.0-Beta03</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-test-jetty6</artifactId>
@@ -327,7 +327,7 @@
              <!--<phase>integration-test</phase>-->
              <!--<configuration>-->
                <!--<tasks>-->
-                <!---->
+                
                  <!--&lt;!&ndash; properties to pass to the build.xml &ndash;&gt; -->
                  <!--<property name="project.build.directory" value="${project.build.directory}" />-->
                  <!--<property name="plugin_classpath" refid="maven.plugin.classpath" />-->
@@ -394,7 +394,7 @@
                  <!--&lt;!&ndash; Cargo Jetty deployer &ndash;&gt;-->
                  <!--<property name="dependency.cargo.jetty-deployer" value="${maven.dependency.org.codehaus.cargo.cargo-jetty-6-and-earlier-deployer.war.path}" />-->
 
- <!---->
+ 
                  <!--<ant antfile="${basedir}/src/integration-tests/build.xml" inheritRefs="true">-->
                    <!--<target name="tests" />-->
                  <!--</ant>-->

Modified: components/wci/trunk/test/servers/pom.xml
===================================================================
--- components/wci/trunk/test/servers/pom.xml	2011-06-15 11:04:25 UTC (rev 6653)
+++ components/wci/trunk/test/servers/pom.xml	2011-06-15 11:32:08 UTC (rev 6654)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-test-parent</artifactId>
-      <version>2.1.0-Beta03-SNAPSHOT</version>
+      <version>2.1.0-Beta03</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-test-server-parent</artifactId>

Modified: components/wci/trunk/test/servers/tomcat6/pom.xml
===================================================================
--- components/wci/trunk/test/servers/tomcat6/pom.xml	2011-06-15 11:04:25 UTC (rev 6653)
+++ components/wci/trunk/test/servers/tomcat6/pom.xml	2011-06-15 11:32:08 UTC (rev 6654)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-test-server-parent</artifactId>
-      <version>2.1.0-Beta03-SNAPSHOT</version>
+      <version>2.1.0-Beta03</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-test-tomcat6</artifactId>

Modified: components/wci/trunk/test/servers/tomcat7/pom.xml
===================================================================
--- components/wci/trunk/test/servers/tomcat7/pom.xml	2011-06-15 11:04:25 UTC (rev 6653)
+++ components/wci/trunk/test/servers/tomcat7/pom.xml	2011-06-15 11:32:08 UTC (rev 6654)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.gatein.wci</groupId>
       <artifactId>wci-test-server-parent</artifactId>
-      <version>2.1.0-Beta03-SNAPSHOT</version>
+      <version>2.1.0-Beta03</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-test-tomcat7</artifactId>

Modified: components/wci/trunk/tomcat/tomcat6/pom.xml
===================================================================
--- components/wci/trunk/tomcat/tomcat6/pom.xml	2011-06-15 11:04:25 UTC (rev 6653)
+++ components/wci/trunk/tomcat/tomcat6/pom.xml	2011-06-15 11:32:08 UTC (rev 6654)
@@ -6,6 +6,7 @@
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-tomcat6</artifactId>
+  <version>2.1.0-Beta03</version>
    <packaging>jar</packaging>
    <name>GateIn - WCI Tomcat 6 compatibility component</name>
 
@@ -20,4 +21,10 @@
     </dependency>
    </dependencies>
 
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wci/tags/2.1.0-Beta03/wci-tomcat/wci-tomcat6</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wci/tags/2.1.0-Beta03/wci-tomcat/wci-tomcat6</developerConnection>
+    <url>http://fisheye.jboss.org/browse/gatein/components/wci/tags/2.1.0-Beta03/wci-tomcat/wci-tomcat6</url>
+  </scm>
 </project>

Modified: components/wci/trunk/tomcat/tomcat7/pom.xml
===================================================================
--- components/wci/trunk/tomcat/tomcat7/pom.xml	2011-06-15 11:04:25 UTC (rev 6653)
+++ components/wci/trunk/tomcat/tomcat7/pom.xml	2011-06-15 11:32:08 UTC (rev 6654)
@@ -6,6 +6,7 @@
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wci-tomcat7</artifactId>
+  <version>2.1.0-Beta03</version>
    <packaging>jar</packaging>
    <name>GateIn - WCI Tomcat 7 compatibility component</name>
 
@@ -21,4 +22,10 @@
     </dependency>
    </dependencies>
 
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wci/tags/2.1.0-Beta03/wci-tomcat/wci-tomcat7</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wci/tags/2.1.0-Beta03/wci-tomcat/wci-tomcat7</developerConnection>
+    <url>http://fisheye.jboss.org/browse/gatein/components/wci/tags/2.1.0-Beta03/wci-tomcat/wci-tomcat7</url>
+  </scm>
 </project>

Modified: components/wci/trunk/wci/pom.xml
===================================================================
--- components/wci/trunk/wci/pom.xml	2011-06-15 11:04:25 UTC (rev 6653)
+++ components/wci/trunk/wci/pom.xml	2011-06-15 11:32:08 UTC (rev 6654)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.gatein.wci</groupId>
     <artifactId>wci-parent</artifactId>
-    <version>2.1.0-Beta03-SNAPSHOT</version>
+    <version>2.1.0-Beta03</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>wci-wci</artifactId>



More information about the gatein-commits mailing list