[exo-jcr-commits] exo-jcr SVN: r2236 - in kernel/trunk: exo.kernel.commons and 12 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Apr 8 11:43:46 EDT 2010


Author: pnedonosko
Date: 2010-04-08 11:43:44 -0400 (Thu, 08 Apr 2010)
New Revision: 2236

Modified:
   kernel/trunk/exo.kernel.commons/pom.xml
   kernel/trunk/exo.kernel.component.cache/pom.xml
   kernel/trunk/exo.kernel.component.command/pom.xml
   kernel/trunk/exo.kernel.component.common/pom.xml
   kernel/trunk/exo.kernel.component.ext.cache.impl.jboss.v3/pom.xml
   kernel/trunk/exo.kernel.component.remote/pom.xml
   kernel/trunk/exo.kernel.container/pom.xml
   kernel/trunk/exo.kernel.mc-integration/exo.kernel.mc-int-demo/pom.xml
   kernel/trunk/exo.kernel.mc-integration/exo.kernel.mc-int-tests/pom.xml
   kernel/trunk/exo.kernel.mc-integration/exo.kernel.mc-int/pom.xml
   kernel/trunk/exo.kernel.mc-integration/exo.kernel.mc-kernel-extras/pom.xml
   kernel/trunk/exo.kernel.mc-integration/pom.xml
   kernel/trunk/packaging/module/pom.xml
   kernel/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 2.2.1-CR1

Modified: kernel/trunk/exo.kernel.commons/pom.xml
===================================================================
--- kernel/trunk/exo.kernel.commons/pom.xml	2010-04-08 15:37:28 UTC (rev 2235)
+++ kernel/trunk/exo.kernel.commons/pom.xml	2010-04-08 15:43:44 UTC (rev 2236)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>kernel-parent</artifactId>
-      <version>2.2.1-GA-SNAPSHOT</version>
+      <version>2.2.1-CR1</version>
    </parent>
 
    <artifactId>exo.kernel.commons</artifactId>

Modified: kernel/trunk/exo.kernel.component.cache/pom.xml
===================================================================
--- kernel/trunk/exo.kernel.component.cache/pom.xml	2010-04-08 15:37:28 UTC (rev 2235)
+++ kernel/trunk/exo.kernel.component.cache/pom.xml	2010-04-08 15:43:44 UTC (rev 2236)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>kernel-parent</artifactId>
-      <version>2.2.1-GA-SNAPSHOT</version>
+      <version>2.2.1-CR1</version>
    </parent>
 
    <artifactId>exo.kernel.component.cache</artifactId>

Modified: kernel/trunk/exo.kernel.component.command/pom.xml
===================================================================
--- kernel/trunk/exo.kernel.component.command/pom.xml	2010-04-08 15:37:28 UTC (rev 2235)
+++ kernel/trunk/exo.kernel.component.command/pom.xml	2010-04-08 15:43:44 UTC (rev 2236)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>kernel-parent</artifactId>
-      <version>2.2.1-GA-SNAPSHOT</version>
+      <version>2.2.1-CR1</version>
    </parent>
 
    <artifactId>exo.kernel.component.command</artifactId>
@@ -60,19 +60,19 @@
          <groupId>xml-apis</groupId>
          <artifactId>xml-apis</artifactId>
       </dependency>
-   </dependencies>
-   <build>
-      <plugins>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-               <excludes>
-                  <exclude>**/CommandServiceTest.java</exclude>
-                  <exclude>**/MultiConfigServiceTest.java</exclude>
-               </excludes>
-            </configuration>
-         </plugin>
-      </plugins>
+   </dependencies>
+   <build>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>**/CommandServiceTest.java</exclude>
+                  <exclude>**/MultiConfigServiceTest.java</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
+      </plugins>
    </build>
-</project>
+</project>

Modified: kernel/trunk/exo.kernel.component.common/pom.xml
===================================================================
--- kernel/trunk/exo.kernel.component.common/pom.xml	2010-04-08 15:37:28 UTC (rev 2235)
+++ kernel/trunk/exo.kernel.component.common/pom.xml	2010-04-08 15:43:44 UTC (rev 2236)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>kernel-parent</artifactId>
-      <version>2.2.1-GA-SNAPSHOT</version>
+      <version>2.2.1-CR1</version>
    </parent>
 
    <artifactId>exo.kernel.component.common</artifactId>
@@ -89,19 +89,19 @@
          <groupId>javax.transaction</groupId>
          <artifactId>jta</artifactId>
       </dependency>
-   </dependencies>
-   <build>
-      <plugins>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-               <excludes>
-                  <exclude>**/InitialContextTest.java</exclude>
-                  <exclude>**/TransactionTest.java</exclude>
-               </excludes>
-            </configuration>
-         </plugin>
-      </plugins>
-   </build>
+   </dependencies>
+   <build>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>**/InitialContextTest.java</exclude>
+                  <exclude>**/TransactionTest.java</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
 </project>

Modified: kernel/trunk/exo.kernel.component.ext.cache.impl.jboss.v3/pom.xml
===================================================================
--- kernel/trunk/exo.kernel.component.ext.cache.impl.jboss.v3/pom.xml	2010-04-08 15:37:28 UTC (rev 2235)
+++ kernel/trunk/exo.kernel.component.ext.cache.impl.jboss.v3/pom.xml	2010-04-08 15:43:44 UTC (rev 2236)
@@ -18,15 +18,12 @@
     02110-1301 USA, or see the FSF site: http://www.fsf.org.
 
 -->
-<project
-   xmlns="http://maven.apache.org/POM/4.0.0"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>kernel-parent</artifactId>
-      <version>2.2.1-GA-SNAPSHOT</version>
+      <version>2.2.1-CR1</version>
    </parent>
    <artifactId>exo.kernel.component.ext.cache.impl.jboss.v3</artifactId>
    <name>eXo Kernel :: Cache Extension :: JBoss Cache Implementation</name>

Modified: kernel/trunk/exo.kernel.component.remote/pom.xml
===================================================================
--- kernel/trunk/exo.kernel.component.remote/pom.xml	2010-04-08 15:37:28 UTC (rev 2235)
+++ kernel/trunk/exo.kernel.component.remote/pom.xml	2010-04-08 15:43:44 UTC (rev 2236)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>kernel-parent</artifactId>
-      <version>2.2.1-GA-SNAPSHOT</version>
+      <version>2.2.1-CR1</version>
    </parent>
 
    <artifactId>exo.kernel.component.remote</artifactId>

Modified: kernel/trunk/exo.kernel.container/pom.xml
===================================================================
--- kernel/trunk/exo.kernel.container/pom.xml	2010-04-08 15:37:28 UTC (rev 2235)
+++ kernel/trunk/exo.kernel.container/pom.xml	2010-04-08 15:43:44 UTC (rev 2236)
@@ -7,16 +7,12 @@
       this software; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
       http://www.fsf.org.
    -->
-<project
-   xmlns="http://maven.apache.org/POM/4.0.0"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>kernel-parent</artifactId>
-      <version>2.2.1-GA-SNAPSHOT</version>
+      <version>2.2.1-CR1</version>
    </parent>
    <artifactId>exo.kernel.container</artifactId>
    <name>eXo Kernel :: Container</name>

Modified: kernel/trunk/exo.kernel.mc-integration/exo.kernel.mc-int/pom.xml
===================================================================
--- kernel/trunk/exo.kernel.mc-integration/exo.kernel.mc-int/pom.xml	2010-04-08 15:37:28 UTC (rev 2235)
+++ kernel/trunk/exo.kernel.mc-integration/exo.kernel.mc-int/pom.xml	2010-04-08 15:43:44 UTC (rev 2236)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>mc-integration-parent</artifactId>
-      <version>2.2.1-GA-SNAPSHOT</version>
+      <version>2.2.1-CR1</version>
    </parent>
 
    <artifactId>exo.kernel.mc-int</artifactId>

Modified: kernel/trunk/exo.kernel.mc-integration/exo.kernel.mc-int-demo/pom.xml
===================================================================
--- kernel/trunk/exo.kernel.mc-integration/exo.kernel.mc-int-demo/pom.xml	2010-04-08 15:37:28 UTC (rev 2235)
+++ kernel/trunk/exo.kernel.mc-integration/exo.kernel.mc-int-demo/pom.xml	2010-04-08 15:43:44 UTC (rev 2236)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>mc-integration-parent</artifactId>
-      <version>2.2.1-GA-SNAPSHOT</version>
+      <version>2.2.1-CR1</version>
    </parent>
 
    <artifactId>exo.kernel.mc-int-demo</artifactId>

Modified: kernel/trunk/exo.kernel.mc-integration/exo.kernel.mc-int-tests/pom.xml
===================================================================
--- kernel/trunk/exo.kernel.mc-integration/exo.kernel.mc-int-tests/pom.xml	2010-04-08 15:37:28 UTC (rev 2235)
+++ kernel/trunk/exo.kernel.mc-integration/exo.kernel.mc-int-tests/pom.xml	2010-04-08 15:43:44 UTC (rev 2236)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>mc-integration-parent</artifactId>
-      <version>2.2.1-GA-SNAPSHOT</version>
+      <version>2.2.1-CR1</version>
    </parent>
 
    <artifactId>exo.kernel.mc-int-tests</artifactId>

Modified: kernel/trunk/exo.kernel.mc-integration/exo.kernel.mc-kernel-extras/pom.xml
===================================================================
--- kernel/trunk/exo.kernel.mc-integration/exo.kernel.mc-kernel-extras/pom.xml	2010-04-08 15:37:28 UTC (rev 2235)
+++ kernel/trunk/exo.kernel.mc-integration/exo.kernel.mc-kernel-extras/pom.xml	2010-04-08 15:43:44 UTC (rev 2236)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>mc-integration-parent</artifactId>
-      <version>2.2.1-GA-SNAPSHOT</version>
+      <version>2.2.1-CR1</version>
    </parent>
 
    <artifactId>exo.kernel.mc-kernel-extras</artifactId>

Modified: kernel/trunk/exo.kernel.mc-integration/pom.xml
===================================================================
--- kernel/trunk/exo.kernel.mc-integration/pom.xml	2010-04-08 15:37:28 UTC (rev 2235)
+++ kernel/trunk/exo.kernel.mc-integration/pom.xml	2010-04-08 15:43:44 UTC (rev 2236)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>kernel-parent</artifactId>
-      <version>2.2.1-GA-SNAPSHOT</version>
+      <version>2.2.1-CR1</version>
    </parent>
 
    <artifactId>mc-integration-parent</artifactId>

Modified: kernel/trunk/packaging/module/pom.xml
===================================================================
--- kernel/trunk/packaging/module/pom.xml	2010-04-08 15:37:28 UTC (rev 2235)
+++ kernel/trunk/packaging/module/pom.xml	2010-04-08 15:43:44 UTC (rev 2236)
@@ -2,7 +2,7 @@
    <parent>
        <groupId>org.exoplatform.kernel</groupId>
        <artifactId>kernel-parent</artifactId>
-       <version>2.2.1-GA-SNAPSHOT</version>
+       <version>2.2.1-CR1</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: kernel/trunk/pom.xml
===================================================================
--- kernel/trunk/pom.xml	2010-04-08 15:37:28 UTC (rev 2235)
+++ kernel/trunk/pom.xml	2010-04-08 15:43:44 UTC (rev 2236)
@@ -25,12 +25,12 @@
    <parent>
       <groupId>org.exoplatform</groupId>
       <artifactId>foundation-parent</artifactId>
-      <version>6-SNAPSHOT</version>
+      <version>6</version>
    </parent>
 
    <groupId>org.exoplatform.kernel</groupId>
    <artifactId>kernel-parent</artifactId>
-   <version>2.2.1-GA-SNAPSHOT</version>
+   <version>2.2.1-CR1</version>
    <packaging>pom</packaging>
 
    <name>eXo Kernel</name>
@@ -38,14 +38,14 @@
    <properties>
       <exo.product.name>exo-kernel</exo.product.name>
       <exo.product.specification>2.2</exo.product.specification>
-      <org.exoplatform.framework.junit.version>1.2.2-GA-SNAPSHOT</org.exoplatform.framework.junit.version>
+      <org.exoplatform.framework.junit.version>1.2.1-GA</org.exoplatform.framework.junit.version>
       <forkMode>always</forkMode>
    </properties>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/kernel/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/kernel/trunk</developerConnection>
-      <url>http://fisheye.jboss.org/browse/exo-jcr/kernel/trunk</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/kernel/tags/2.2.1-CR1</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/kernel/tags/2.2.1-CR1</developerConnection>
+      <url>http://fisheye.jboss.org/browse/exo-jcr/kernel/tags/2.2.1-CR1</url>
    </scm>
 
    <modules>



More information about the exo-jcr-commits mailing list