[exo-jcr-commits] exo-jcr SVN: r1556 - in jcr/trunk: applications/cluster.test.client and 15 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jan 22 12:18:46 EST 2010


Author: pnedonosko
Date: 2010-01-22 12:18:45 -0500 (Fri, 22 Jan 2010)
New Revision: 1556

Modified:
   jcr/trunk/applications/cluster.test.client/pom.xml
   jcr/trunk/applications/exo.jcr.applications.config/pom.xml
   jcr/trunk/applications/java/exo.jcr.applications.backupconsole/pom.xml
   jcr/trunk/applications/java/exo.jcr.applications.browser/pom.xml
   jcr/trunk/applications/java/exo.jcr.applications.fckeditor/pom.xml
   jcr/trunk/applications/java/exo.jcr.applications.rest/pom.xml
   jcr/trunk/applications/java/exo.jcr.ear/pom.xml
   jcr/trunk/exo.jcr.component.core/pom.xml
   jcr/trunk/exo.jcr.component.ext/pom.xml
   jcr/trunk/exo.jcr.component.ftp/pom.xml
   jcr/trunk/exo.jcr.component.webdav/pom.xml
   jcr/trunk/exo.jcr.connectors.localadapter/pom.xml
   jcr/trunk/exo.jcr.framework.command/pom.xml
   jcr/trunk/exo.jcr.framework.ftpclient/pom.xml
   jcr/trunk/exo.jcr.framework.web/pom.xml
   jcr/trunk/packaging/module/pom.xml
   jcr/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 1.12.0-Beta06

Modified: jcr/trunk/applications/cluster.test.client/pom.xml
===================================================================
--- jcr/trunk/applications/cluster.test.client/pom.xml	2010-01-22 17:11:15 UTC (rev 1555)
+++ jcr/trunk/applications/cluster.test.client/pom.xml	2010-01-22 17:18:45 UTC (rev 1556)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.0-Beta06-SNAPSHOT</version>
+      <version>1.12.0-Beta06</version>
    </parent>
 
    <artifactId>exo.jcr.component.cluster.test.client</artifactId>
@@ -42,10 +42,10 @@
          <groupId>org.exoplatform.ws</groupId>
          <artifactId>exo.ws.rest.ext</artifactId>
       </dependency>
-      <dependency>
-         <groupId>org.exoplatform.ws</groupId>
-         <artifactId>exo.ws.commons</artifactId>
-      </dependency>				       
+      <dependency>
+         <groupId>org.exoplatform.ws</groupId>
+         <artifactId>exo.ws.commons</artifactId>
+      </dependency>				       
    </dependencies>
    <build>
       <pluginManagement>

Modified: jcr/trunk/applications/exo.jcr.applications.config/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.config/pom.xml	2010-01-22 17:11:15 UTC (rev 1555)
+++ jcr/trunk/applications/exo.jcr.applications.config/pom.xml	2010-01-22 17:18:45 UTC (rev 1556)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.0-Beta06-SNAPSHOT</version>
+      <version>1.12.0-Beta06</version>
    </parent>
 
    <artifactId>exo.jcr.applications.config</artifactId>

Modified: jcr/trunk/applications/java/exo.jcr.applications.backupconsole/pom.xml
===================================================================
--- jcr/trunk/applications/java/exo.jcr.applications.backupconsole/pom.xml	2010-01-22 17:11:15 UTC (rev 1555)
+++ jcr/trunk/applications/java/exo.jcr.applications.backupconsole/pom.xml	2010-01-22 17:18:45 UTC (rev 1556)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.0-Beta06-SNAPSHOT</version>
+      <version>1.12.0-Beta06</version>
    </parent>
 
    <artifactId>exo.jcr.applications.backupconsole</artifactId>

Modified: jcr/trunk/applications/java/exo.jcr.applications.browser/pom.xml
===================================================================
--- jcr/trunk/applications/java/exo.jcr.applications.browser/pom.xml	2010-01-22 17:11:15 UTC (rev 1555)
+++ jcr/trunk/applications/java/exo.jcr.applications.browser/pom.xml	2010-01-22 17:18:45 UTC (rev 1556)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.0-Beta06-SNAPSHOT</version>
+      <version>1.12.0-Beta06</version>
    </parent>
 
    <artifactId>exo.jcr.applications.browser</artifactId>

Modified: jcr/trunk/applications/java/exo.jcr.applications.fckeditor/pom.xml
===================================================================
--- jcr/trunk/applications/java/exo.jcr.applications.fckeditor/pom.xml	2010-01-22 17:11:15 UTC (rev 1555)
+++ jcr/trunk/applications/java/exo.jcr.applications.fckeditor/pom.xml	2010-01-22 17:18:45 UTC (rev 1556)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.0-Beta06-SNAPSHOT</version>
+      <version>1.12.0-Beta06</version>
    </parent>
 
    <artifactId>exo.jcr.applications.fckeditor</artifactId>

Modified: jcr/trunk/applications/java/exo.jcr.applications.rest/pom.xml
===================================================================
--- jcr/trunk/applications/java/exo.jcr.applications.rest/pom.xml	2010-01-22 17:11:15 UTC (rev 1555)
+++ jcr/trunk/applications/java/exo.jcr.applications.rest/pom.xml	2010-01-22 17:18:45 UTC (rev 1556)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.0-Beta06-SNAPSHOT</version>
+      <version>1.12.0-Beta06</version>
    </parent>
 
    <artifactId>exo.jcr.applications.rest</artifactId>

Modified: jcr/trunk/applications/java/exo.jcr.ear/pom.xml
===================================================================
--- jcr/trunk/applications/java/exo.jcr.ear/pom.xml	2010-01-22 17:11:15 UTC (rev 1555)
+++ jcr/trunk/applications/java/exo.jcr.ear/pom.xml	2010-01-22 17:18:45 UTC (rev 1556)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.0-Beta06-SNAPSHOT</version>
+      <version>1.12.0-Beta06</version>
    </parent>
 
    <artifactId>exo.jcr.ear</artifactId>

Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml	2010-01-22 17:11:15 UTC (rev 1555)
+++ jcr/trunk/exo.jcr.component.core/pom.xml	2010-01-22 17:18:45 UTC (rev 1556)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.0-Beta06-SNAPSHOT</version>
+      <version>1.12.0-Beta06</version>
    </parent>
 
    <artifactId>exo.jcr.component.core</artifactId>

Modified: jcr/trunk/exo.jcr.component.ext/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ext/pom.xml	2010-01-22 17:11:15 UTC (rev 1555)
+++ jcr/trunk/exo.jcr.component.ext/pom.xml	2010-01-22 17:18:45 UTC (rev 1556)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.0-Beta06-SNAPSHOT</version>
+      <version>1.12.0-Beta06</version>
    </parent>
 
    <artifactId>exo.jcr.component.ext</artifactId>

Modified: jcr/trunk/exo.jcr.component.ftp/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ftp/pom.xml	2010-01-22 17:11:15 UTC (rev 1555)
+++ jcr/trunk/exo.jcr.component.ftp/pom.xml	2010-01-22 17:18:45 UTC (rev 1556)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.0-Beta06-SNAPSHOT</version>
+      <version>1.12.0-Beta06</version>
    </parent>
 
    <artifactId>exo.jcr.component.ftp</artifactId>

Modified: jcr/trunk/exo.jcr.component.webdav/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.webdav/pom.xml	2010-01-22 17:11:15 UTC (rev 1555)
+++ jcr/trunk/exo.jcr.component.webdav/pom.xml	2010-01-22 17:18:45 UTC (rev 1556)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.0-Beta06-SNAPSHOT</version>
+      <version>1.12.0-Beta06</version>
    </parent>
    
    <artifactId>exo.jcr.component.webdav</artifactId>

Modified: jcr/trunk/exo.jcr.connectors.localadapter/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.connectors.localadapter/pom.xml	2010-01-22 17:11:15 UTC (rev 1555)
+++ jcr/trunk/exo.jcr.connectors.localadapter/pom.xml	2010-01-22 17:18:45 UTC (rev 1556)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.0-Beta06-SNAPSHOT</version>
+      <version>1.12.0-Beta06</version>
    </parent>
 
    <artifactId>exo.jcr.connectors.localadapter</artifactId>

Modified: jcr/trunk/exo.jcr.framework.command/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.command/pom.xml	2010-01-22 17:11:15 UTC (rev 1555)
+++ jcr/trunk/exo.jcr.framework.command/pom.xml	2010-01-22 17:18:45 UTC (rev 1556)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.0-Beta06-SNAPSHOT</version>
+      <version>1.12.0-Beta06</version>
    </parent>
 
    <artifactId>exo.jcr.framework.command</artifactId>

Modified: jcr/trunk/exo.jcr.framework.ftpclient/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.ftpclient/pom.xml	2010-01-22 17:11:15 UTC (rev 1555)
+++ jcr/trunk/exo.jcr.framework.ftpclient/pom.xml	2010-01-22 17:18:45 UTC (rev 1556)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.0-Beta06-SNAPSHOT</version>
+      <version>1.12.0-Beta06</version>
    </parent>
 
    <artifactId>exo.jcr.framework.ftpclient</artifactId>

Modified: jcr/trunk/exo.jcr.framework.web/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.web/pom.xml	2010-01-22 17:11:15 UTC (rev 1555)
+++ jcr/trunk/exo.jcr.framework.web/pom.xml	2010-01-22 17:18:45 UTC (rev 1556)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.0-Beta06-SNAPSHOT</version>
+      <version>1.12.0-Beta06</version>
    </parent>
 
    <artifactId>exo.jcr.framework.web</artifactId>

Modified: jcr/trunk/packaging/module/pom.xml
===================================================================
--- jcr/trunk/packaging/module/pom.xml	2010-01-22 17:11:15 UTC (rev 1555)
+++ jcr/trunk/packaging/module/pom.xml	2010-01-22 17:18:45 UTC (rev 1556)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.0-Beta06-SNAPSHOT</version>
+      <version>1.12.0-Beta06</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml	2010-01-22 17:11:15 UTC (rev 1555)
+++ jcr/trunk/pom.xml	2010-01-22 17:18:45 UTC (rev 1556)
@@ -30,7 +30,7 @@
 
    <groupId>org.exoplatform.jcr</groupId>
    <artifactId>jcr-parent</artifactId>
-   <version>1.12.0-Beta06-SNAPSHOT</version>
+   <version>1.12.0-Beta06</version>
    <packaging>pom</packaging>
 
    <name>eXo JCR</name>
@@ -44,9 +44,9 @@
    </properties>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/jcr/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/jcr/trunk</developerConnection>
-      <url>https://svn.jboss.org/repos/exo-jcr/jcr/trunk</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/jcr/tags/1.12.0-Beta06</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/jcr/tags/1.12.0-Beta06</developerConnection>
+      <url>https://svn.jboss.org/repos/exo-jcr/jcr/tags/1.12.0-Beta06</url>
    </scm>
 
    <modules>
@@ -180,11 +180,11 @@
             <artifactId>exo.jcr.framework.ftpclient</artifactId>
             <version>${project.version}</version>
          </dependency>
-	 <dependency>
-            <groupId>org.exoplatform.jcr</groupId>
-            <artifactId>exo.jcr.component.cluster.test.client</artifactId>
+	 <dependency>
+            <groupId>org.exoplatform.jcr</groupId>
+            <artifactId>exo.jcr.component.cluster.test.client</artifactId>
 	    <version>${project.version}</version>
-         </dependency>
+         </dependency>
          <dependency>
             <groupId>org.exoplatform.jcr</groupId>
             <artifactId>exo.jcr.applications.fckeditor</artifactId>
@@ -299,23 +299,23 @@
             <artifactId>sjsxp</artifactId>
             <version>1.0</version>
          </dependency>   
-         <dependency>
-            <groupId>commons-dbcp</groupId>
-            <artifactId>commons-dbcp</artifactId>
-            <version>1.2.2</version>
-            <exclusions>
-               <exclusion>
-                  <groupId>commons-pool</groupId>
-                  <artifactId>commons-pool</artifactId>
-               </exclusion>
-            </exclusions>
-         </dependency>
-         <dependency>
-            <groupId>commons-pool</groupId>
-            <artifactId>commons-pool</artifactId>
-            <version>1.5.4</version>
+         <dependency>
+            <groupId>commons-dbcp</groupId>
+            <artifactId>commons-dbcp</artifactId>
+            <version>1.2.2</version>
+            <exclusions>
+               <exclusion>
+                  <groupId>commons-pool</groupId>
+                  <artifactId>commons-pool</artifactId>
+               </exclusion>
+            </exclusions>
          </dependency>
          <dependency>
+            <groupId>commons-pool</groupId>
+            <artifactId>commons-pool</artifactId>
+            <version>1.5.4</version>
+         </dependency>
+         <dependency>
             <groupId>concurrent</groupId>
             <artifactId>concurrent</artifactId>
             <version>1.3.4</version>
@@ -374,17 +374,17 @@
            <groupId>org.jboss.cache</groupId>
            <artifactId>jbosscache-core</artifactId>
            <version>3.2.0.GA</version>
-         </dependency>
-         <dependency>
-           <groupId>jboss.jbossts</groupId>
-           <artifactId>jbossjts</artifactId>
-           <version>4.6.1.GA</version>
-         </dependency>
-         <dependency>
-           <groupId>jboss.jbossts</groupId>
-           <artifactId>jbossts-common</artifactId>
-           <version>4.6.1.GA</version>
-         </dependency>
+         </dependency>
+         <dependency>
+           <groupId>jboss.jbossts</groupId>
+           <artifactId>jbossjts</artifactId>
+           <version>4.6.1.GA</version>
+         </dependency>
+         <dependency>
+           <groupId>jboss.jbossts</groupId>
+           <artifactId>jbossts-common</artifactId>
+           <version>4.6.1.GA</version>
+         </dependency>
 
       </dependencies>
    </dependencyManagement>



More information about the exo-jcr-commits mailing list