[exo-jcr-commits] exo-jcr SVN: r4127 - in jcr/trunk: applications and 25 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 17 10:48:34 EDT 2011


Author: tolusha
Date: 2011-03-17 10:48:34 -0400 (Thu, 17 Mar 2011)
New Revision: 4127

Modified:
   jcr/trunk/applications/exo.jcr.applications.backupconsole.dist/pom.xml
   jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml
   jcr/trunk/applications/exo.jcr.applications.browser/pom.xml
   jcr/trunk/applications/exo.jcr.applications.config/pom.xml
   jcr/trunk/applications/exo.jcr.applications.fckeditor/pom.xml
   jcr/trunk/applications/exo.jcr.applications.jboss/pom.xml
   jcr/trunk/applications/exo.jcr.applications.jetty/pom.xml
   jcr/trunk/applications/exo.jcr.applications.jonas/pom.xml
   jcr/trunk/applications/exo.jcr.applications.rest/pom.xml
   jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml
   jcr/trunk/applications/exo.jcr.cluster.testclient/pom.xml
   jcr/trunk/applications/exo.jcr.ear/pom.xml
   jcr/trunk/applications/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.statistics/pom.xml
   jcr/trunk/exo.jcr.component.webdav/pom.xml
   jcr/trunk/exo.jcr.connectors.localadapter/pom.xml
   jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/pom.xml
   jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/pom.xml
   jcr/trunk/exo.jcr.docs/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.14.0-CR1

Modified: jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.14.0-CR1-SNAPSHOT</version>
+    <version>1.14.0-CR1</version>
   </parent>
   <artifactId>exo.jcr.applications.backupconsole</artifactId>
   <name>eXo JCR :: Applications :: Backup Console</name>

Modified: jcr/trunk/applications/exo.jcr.applications.backupconsole.dist/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.backupconsole.dist/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/applications/exo.jcr.applications.backupconsole.dist/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.14.0-CR1-SNAPSHOT</version>
+    <version>1.14.0-CR1</version>
   </parent>
   <artifactId>exo.jcr.applications.backupconsole.dist</artifactId>
   <name>eXo JCR :: Applications :: Backup Console Binary Distribution</name>
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.applications.backupconsole</artifactId>
-      <version>1.14.0-CR1-SNAPSHOT</version>
+      <version>1.14.0-CR1</version>
     </dependency>
     <dependency>
       <groupId>org.exoplatform.jcr</groupId>

Modified: jcr/trunk/applications/exo.jcr.applications.browser/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.browser/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/applications/exo.jcr.applications.browser/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.14.0-CR1-SNAPSHOT</version>
+    <version>1.14.0-CR1</version>
   </parent>
   <artifactId>exo.jcr.applications.browser</artifactId>
   <packaging>war</packaging>

Modified: jcr/trunk/applications/exo.jcr.applications.config/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.config/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/applications/exo.jcr.applications.config/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.14.0-CR1-SNAPSHOT</version>
+    <version>1.14.0-CR1</version>
   </parent>
   <artifactId>exo.jcr.applications.config</artifactId>
   <packaging>pom</packaging>

Modified: jcr/trunk/applications/exo.jcr.applications.fckeditor/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.fckeditor/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/applications/exo.jcr.applications.fckeditor/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.14.0-CR1-SNAPSHOT</version>
+    <version>1.14.0-CR1</version>
   </parent>
   <artifactId>exo.jcr.applications.fckeditor</artifactId>
   <packaging>war</packaging>

Modified: jcr/trunk/applications/exo.jcr.applications.jboss/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.jboss/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/applications/exo.jcr.applications.jboss/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.applications.config</artifactId>
-      <version>1.14.0-CR1-SNAPSHOT</version>
+      <version>1.14.0-CR1</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
@@ -40,7 +40,7 @@
       <dependency>
          <groupId>org.exoplatform.jcr</groupId>
          <artifactId>exo.jcr.ear</artifactId>
-         <version>1.14.0-CR1-SNAPSHOT</version>
+         <version>1.14.0-CR1</version>
          <type>ear</type>
          <scope>runtime</scope>
       </dependency>

Modified: jcr/trunk/applications/exo.jcr.applications.jetty/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.jetty/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/applications/exo.jcr.applications.jetty/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.applications.config</artifactId>
-      <version>1.14.0-CR1-SNAPSHOT</version>
+      <version>1.14.0-CR1</version>
       <relativePath>exo.jcr.applications.config</relativePath>
    </parent>
 

Modified: jcr/trunk/applications/exo.jcr.applications.jonas/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.jonas/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/applications/exo.jcr.applications.jonas/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.applications.config</artifactId>
-      <version>1.14.0-CR1-SNAPSHOT</version>
+      <version>1.14.0-CR1</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
@@ -40,7 +40,7 @@
       <dependency>
          <groupId>org.exoplatform.jcr</groupId>
          <artifactId>exo.jcr.ear</artifactId>
-         <version>1.14.0-CR1-SNAPSHOT</version>
+         <version>1.14.0-CR1</version>
          <type>ear</type>
          <scope>runtime</scope>
       </dependency>

Modified: jcr/trunk/applications/exo.jcr.applications.rest/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.rest/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/applications/exo.jcr.applications.rest/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.14.0-CR1-SNAPSHOT</version>
+    <version>1.14.0-CR1</version>
   </parent>
   <artifactId>exo.jcr.applications.rest</artifactId>
   <packaging>war</packaging>

Modified: jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.applications.config</artifactId>
-      <version>1.14.0-CR1-SNAPSHOT</version>
+      <version>1.14.0-CR1</version>
       <relativePath>exo.jcr.applications.config</relativePath>
    </parent>
 

Modified: jcr/trunk/applications/exo.jcr.cluster.testclient/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.cluster.testclient/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/applications/exo.jcr.cluster.testclient/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.14.0-CR1-SNAPSHOT</version>
+    <version>1.14.0-CR1</version>
   </parent>
   <artifactId>exo.jcr.cluster.testclient</artifactId>
   <name>eXo JCR :: Cluster :: Test Client</name>

Modified: jcr/trunk/applications/exo.jcr.ear/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.ear/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/applications/exo.jcr.ear/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.14.0-CR1-SNAPSHOT</version>
+    <version>1.14.0-CR1</version>
   </parent>
   <artifactId>exo.jcr.ear</artifactId>
   <packaging>ear</packaging>

Modified: jcr/trunk/applications/pom.xml
===================================================================
--- jcr/trunk/applications/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/applications/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -22,12 +22,12 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.14.0-CR1-SNAPSHOT</version>
+      <version>1.14.0-CR1</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
    <artifactId>jcr-applications-parent</artifactId>
-   <version>1.14.0-CR1-SNAPSHOT</version>
+   <version>1.14.0-CR1</version>
     
    <name>eXo JCR :: Applications :: Reactor</name>
    <packaging>pom</packaging>

Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/exo.jcr.component.core/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -1,778 +1,778 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Copyright (C) 2009 eXo Platform SAS.
-
-    This is free software; you can redistribute it and/or modify it
-    under the terms of the GNU Lesser General Public License as
-    published by the Free Software Foundation; either version 2.1 of
-    the License, or (at your option) any later version.
-
-    This software is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-    Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public
-    License along with 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">
-   <modelVersion>4.0.0</modelVersion>
-   <parent>
-      <groupId>org.exoplatform.jcr</groupId>
-      <artifactId>jcr-parent</artifactId>
-      <version>1.14.0-CR1-SNAPSHOT</version>
-   </parent>
-   <artifactId>exo.jcr.component.core</artifactId>
-   <name>eXo JCR :: Component :: Core Service</name>
-   <description>eXo JCR Service core component</description>
-   <properties>
-      <jcr.test.configuration.file>/conf/standalone/test-configuration.xml</jcr.test.configuration.file>
-      <jbosscache.shareable>true</jbosscache.shareable>
-   </properties>
-   <dependencies>
-      <dependency>
-         <groupId>javax.jcr</groupId>
-         <artifactId>jcr</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.exoplatform.kernel</groupId>
-         <artifactId>exo.kernel.container</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.exoplatform.kernel</groupId>
-         <artifactId>exo.kernel.commons</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.exoplatform.kernel</groupId>
-         <artifactId>exo.kernel.commons.test</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.exoplatform.kernel</groupId>
-         <artifactId>exo.kernel.component.command</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.exoplatform.kernel</groupId>
-         <artifactId>exo.kernel.component.common</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.exoplatform.kernel</groupId>
-         <artifactId>exo.kernel.component.cache</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.exoplatform.core</groupId>
-         <artifactId>exo.core.component.organization.api</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.exoplatform.core</groupId>
-         <artifactId>exo.core.component.document</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.exoplatform.core</groupId>
-         <artifactId>exo.core.component.security.core</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>org.exoplatform.ws</groupId>
-        <artifactId>exo.ws.commons</artifactId>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
-         <groupId>org.exoplatform.jcr</groupId>
-         <artifactId>exo.jcr.cluster.testclient</artifactId>
-         <scope>test</scope>
-      </dependency>
-      <dependency>
-         <groupId>org.apache.lucene</groupId>
-         <artifactId>lucene-core</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.apache.lucene</groupId>
-         <artifactId>lucene-spellchecker</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.apache.lucene</groupId>
-         <artifactId>lucene-memory</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>com.sun.xml.stream</groupId>
-         <artifactId>sjsxp</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>commons-dbcp</groupId>
-         <artifactId>commons-dbcp</artifactId>
-         <exclusions>
-            <exclusion>
-               <groupId>xerces</groupId>
-               <artifactId>xercesImpl</artifactId>
-            </exclusion>
-         </exclusions>
-      </dependency>
-      <dependency>
-         <groupId>commons-pool</groupId>
-         <artifactId>commons-pool</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>commons-lang</groupId>
-         <artifactId>commons-lang</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>commons-chain</groupId>
-         <artifactId>commons-chain</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>xml-apis</groupId>
-         <artifactId>xml-apis</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.slf4j</groupId>
-         <artifactId>slf4j-api</artifactId>
-         <scope>compile</scope>
-      </dependency>
-      <dependency>
-         <groupId>org.jibx</groupId>
-         <artifactId>jibx-run</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>picocontainer</groupId>
-         <artifactId>picocontainer</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>javax.resource</groupId>
-         <artifactId>connector-api</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>javax.transaction</groupId>
-         <artifactId>jta</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>concurrent</groupId>
-         <artifactId>concurrent</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>commons-collections</groupId>
-         <artifactId>commons-collections</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>commons-beanutils</groupId>
-        <artifactId>commons-beanutils</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>org.jgroups</groupId>
-        <artifactId>jgroups</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>commons-logging</groupId>
-        <artifactId>commons-logging</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>xpp3</groupId>
-        <artifactId>xpp3</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>jboss.jbossts</groupId>
-         <artifactId>jbossjts</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>jboss.jbossts</groupId>
-         <artifactId>jbossts-common</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.apache.ws.commons</groupId>
-         <artifactId>ws-commons-util</artifactId>
-         <exclusions>
-            <exclusion>
-               <groupId>xml-apis</groupId>
-               <artifactId>xml-apis</artifactId>
-            </exclusion>
-            <exclusion>
-               <groupId>junit</groupId>
-               <artifactId>junit</artifactId>
-            </exclusion>
-         </exclusions>
-      </dependency>    
-      <!-- TCK binaries and deps for repo stub, some eXo API test -->
-      <dependency>
-         <groupId>org.jboss.cache</groupId>
-         <artifactId>jbosscache-core</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>org.infinispan</groupId>
-        <artifactId>infinispan-core</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>org.infinispan</groupId>
-        <artifactId>infinispan-cachestore-jdbc</artifactId>
-      </dependency>
-      <dependency>
-         <groupId>org.apache.jackrabbit</groupId>
-         <artifactId>jackrabbit-jcr-tests</artifactId>
-         <classifier>sources</classifier>
-         <scope>test</scope>
-         <exclusions>
-            <exclusion>
-               <groupId>org.slf4j</groupId>
-               <artifactId>slf4j-api</artifactId>
-            </exclusion>
-         </exclusions>
-      </dependency>
-      <dependency>
-         <groupId>org.slf4j</groupId>
-         <artifactId>slf4j-log4j12</artifactId>
-      </dependency>
-      <!-- ===== Databases JDBC support for tests ===== -->
-      <dependency>
-         <groupId>org.hsqldb</groupId>
-         <artifactId>hsqldb</artifactId>
-         <scope>test</scope>
-      </dependency>
-      <!-- For MySQL support -->
-      <dependency>
-         <groupId>mysql</groupId>
-         <artifactId>mysql-connector-java</artifactId>
-         <version>5.1.14</version>
-         <scope>test</scope>
-      </dependency>
-      <!-- For PostgresSQL support -->
-      <dependency>
-         <groupId>postgresql</groupId>
-         <artifactId>postgresql</artifactId>
-         <version>8.3-606.jdbc3</version>
-         <scope>test</scope>
-      </dependency>
-      <!-- For Oracle 10g support (local-jcr repository) -->
-      <!-- dependency>
-         <groupId>ojdbc</groupId>
-         <artifactId>ojdbc</artifactId>
-         <version>14</version>
-         <scope>test</scope>
-      </dependency>
-      <dependency>
-         <groupId>ojdbc</groupId>
-         <artifactId>orai18n</artifactId>
-         <version>14</version>
-         <scope>test</scope>
-      </dependency -->
-      <!-- For IBM DB2 support (local-jcr repository) -->
-      <!-- dependency>
-         <groupId>com.ibm.db2</groupId>
-         <artifactId>db2jcc</artifactId>
-         <version>9.7</version>
-         <scope>test</scope>
-      </dependency>
-      <dependency>
-         <groupId>com.ibm.db2</groupId>
-         <artifactId>db2jcc_license_cu</artifactId>
-         <version>9.7</version>
-         <scope>test</scope>
-      </dependency -->
-      <!-- For MS SQL 7/2000/2005 and Sybase ASE/Anywhere support (jTDS driver) -->
-      <!-- dependency>
-         <groupId>net.sourceforge.jtds</groupId>
-         <artifactId>jtds</artifactId>
-         <version>1.2</version>
-         <scope>test</scope>
-      </dependency -->
-      <!-- For MS SQL 2005 support (Microsoft JDBC driver) (local-jcr repository) -->
-      <!-- dependency>
-         <groupId>com.microsoft.sqlserver</groupId>
-         <artifactId>sqljdbc</artifactId>
-         <version>9.0</version>
-         <scope>test</scope>
-      </dependency -->
-      <!-- dependency>
-         <groupId>com.microsoft</groupId>
-         <artifactId>sqljdbc</artifactId>
-         <version>3.0.1301.101</version>
-         <scope>test</scope>
-      </dependency -->
-      <!-- For Apache Derby support (aka JavaDB) -->
-      <!-- dependency>
-         <groupId>org.apache.derby</groupId>
-         <artifactId>derby</artifactId>
-         <version>10.2.2.0</version>
-         <scope>test</scope>
-      </dependency -->
-      <!-- H2 Database (not supported now) -->
-      <!-- dependency>
-         <groupId>com.h2database</groupId>
-         <artifactId>h2</artifactId>
-         <version>1.2.132</version>
-      </dependency-->
-      <!-- Ingres Database (local repository) -->
-      <!-- dependency>
-         <groupId>com.ingres.jdbc</groupId>
-         <artifactId>iijdbc</artifactId>
-         <version>9.2</version>
-         <scope>test</scope>
-      </dependency -->
-      <!-- For Sybase ASE/Anywhere support (jConnect driver) (local-jcr repository) -->
-      <!-- dependency>
-         <groupId>com.sybase.jdbc3.jdbc</groupId>
-         <artifactId>jconn3</artifactId>
-         <version>6.05</version>
-         <scope>test</scope>
-      </dependency -->
-   </dependencies>      
-  <!-- ======================================================================= -->
-   <build>
-      <resources>
-         <resource>
-            <directory>src/main/resources</directory>
-            <includes>
-               <include>**/*.xml</include>
-               <include>**/*.sql</include>
-               <include>**/*.dtd</include>
-            </includes>
-         </resource>
-      </resources>
-      <testResources>
-         <testResource>
-            <directory>src/test/resources</directory>
-            <includes>
-               <include>**/*.properties</include>
-               <include>login.conf</include>
-               <include>**/*.xml</include>
-               <include>**/*.drl</include>
-               <include>**/*.vm</include>
-               <include>**/*.doc</include>
-               <include>**/*.xls</include>
-               <include>**/*.ppt</include>
-               <include>**/*.txt</include>
-               <include>**/*.tiff</include>
-               <include>**/*.pdf</include>
-               <include>**/*.dtd</include>
-               <include>**/*.policy</include>
-            </includes>
-         </testResource>
-      </testResources>
-      <plugins>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-dependency-plugin</artifactId>
-            <executions>
-               <execution>
-                  <id>unpack</id>
-                  <phase>generate-test-sources</phase>
-                  <goals>
-                     <goal>unpack</goal>
-                  </goals>
-                  <configuration>
-                     <artifactItems>
-                        <artifactItem>
-                           <groupId>org.apache.jackrabbit</groupId>
-                           <artifactId>jackrabbit-jcr-tests</artifactId>
-                           <classifier>sources</classifier>
-                           <type>jar</type>
-                           <overWrite>false</overWrite>
-                        </artifactItem>
-                     </artifactItems>
-                     <outputDirectory>${project.build.testSourceDirectory}</outputDirectory>
-                  </configuration>
-               </execution>
-            </executions>
-         </plugin>
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-               <argLine>${env.MAVEN_OPTS} -Djava.security.manager=org.exoplatform.commons.test.TestSecurityManager -Djava.security.policy=${project.build.directory}/test-classes/test.policy</argLine>
-               <systemProperties>
-                  <property>
-                     <name>jcr.test.configuration.file</name>
-                     <value>${jcr.test.configuration.file}</value>
-                  </property>
-                  <property>
-                     <name>emma.coverage.out.file</name>
-                     <value>target/emma/coverage.ec</value>
-                  </property>
-                  <property>
-                     <name>jbosscache-shareable</name>
-                     <value>${jbosscache.shareable}</value>
-                  </property>                  
-            <!-- Uncomment the line below if you want to enable the statistics -->
-            <!--property>
-                <name>JDBCWorkspaceDataContainer.statistics.enabled</name>
-                <value>true</value>
-            </property-->
-               </systemProperties>
-               <includes>
-                  <include>org/exoplatform/services/jcr/api/**/Test*.java</include>
-                  <include>org/exoplatform/services/jcr/usecases/**/Test*.java</include>
-                  <include>org/exoplatform/services/jcr/usecases/**/*Test.java</include>
-                  <include>org/exoplatform/services/jcr/impl/**/Test*.java</include>
-               </includes>
-               <excludes>
-                  <exclude>org/exoplatform/services/jcr/**/api/TestAll.java</exclude>
-                  <exclude>org/exoplatform/services/jcr/**/TestErrorMultithreading.java</exclude>
-                  <exclude>org/exoplatform/services/jcr/**/TestRollbackBigFiles.java</exclude>
-                  <exclude>org/exoplatform/services/jcr/**/impl/**/TestWorkspaceManagement.java</exclude>
-                  <exclude>org/exoplatform/services/jcr/**/impl/**/TestWorkspaceRestore.java</exclude>
-                  <exclude>org/exoplatform/services/jcr/**/impl/**/TestRepositoryManagement.java</exclude>
-                  <exclude>org/exoplatform/services/jcr/**/impl/**/TestSessionCleaner.java</exclude>
-                  <exclude>org/exoplatform/services/jcr/**/impl/**/Base*.java</exclude>
-                  <exclude>org/exoplatform/services/jcr/**/impl/**/TestJCRSerializationStream.java</exclude>
-                  <exclude>org/exoplatform/services/jcr/**/impl/**/TestJCRSerializationVersionRestore.java</exclude>
-                  <exclude>org/exoplatform/services/jcr/**/usecases/**/RemoveSameNameSiblingTest.java</exclude>
-                  <exclude>org/exoplatform/services/jcr/**/usecases/**/TestQueryWithNumberAndSpace.java</exclude>
-                  <exclude>org/exoplatform/services/jcr/**/usecases/BaseUsecasesTest.java</exclude>
-                  <exclude>org/exoplatform/services/jcr/**/impl/**/SQLBenchmarkTest.java</exclude>
-               </excludes>
-            </configuration>
-         </plugin>
-         <plugin>
-            <groupId>org.jibx</groupId>
-            <artifactId>maven-jibx-plugin</artifactId>
-            <configuration>
-               <directory>src/main/resources</directory>
-               <includes>
-                  <includes>binding*.xml</includes>
-               </includes>
-            </configuration>
-            <executions>
-               <execution>
-                  <goals>
-                     <goal>bind</goal>
-                  </goals>
-               </execution>
-            </executions>
-         </plugin>
-         <plugin>
-            <artifactId>maven-antrun-plugin</artifactId>
-            <executions>
-               <execution>
-                  <id>delete-sources</id>
-                  <phase>process-sources</phase>
-                  <configuration>
-                     <tasks>
-                        <echo>Remove files that have been customized</echo>
-                        <delete>
-                           <fileset dir="${project.build.directory}/generated-sources/javacc/org/exoplatform/services/jcr/impl/core/query">
-                              <include name="sql/ASTLiteral.java" />
-                              <include name="sql/ASTContainsExpression.java" />
-                              <include name="sql/ASTPredicate.java" />
-                              <include name="sql/ASTIdentifier.java" />
-                              <include name="xpath/SimpleNode.java" />
-                           </fileset>
-                        </delete>
-                     </tasks>
-                  </configuration>
-                  <goals>
-                     <goal>run</goal>
-                  </goals>
-               </execution>
-               <execution>
-                  <id>prepare-test-policy</id>
-                  <phase>process-test-resources</phase>
-                  <configuration>
-                     <tasks>
-                        <echo>Creating Access Policy for tests</echo>
-                        <makeurl file="${settings.localRepository}" property="localRepositoryURL" />
-                        <makeurl file="${project.build.outputDirectory}" property="outputDirectoryURL" />
-                        <makeurl file="${project.build.testOutputDirectory}" property="testOutputDirectoryURL" />
-                        <copy todir="${project.build.testOutputDirectory}" overwrite="true">
-                           <fileset dir="${project.basedir}/src/test/resources/">
-                              <include name="test.policy" />
-                           </fileset>
-                           <filterset>
-                              <filter token="MAVEN_REPO" value="${localRepositoryURL}" />
-                              <filter token="MAIN_CLASSES" value="${outputDirectoryURL}" />
-                              <filter token="TEST_CLASSES" value="${testOutputDirectoryURL}" />
-                           </filterset>
-                        </copy>
-                     </tasks>                     
-                  </configuration>
-                  <goals>
-                     <goal>run</goal>
-                  </goals>
-               </execution>
-            </executions>
-            <dependencies>
-               <dependency>
-                  <groupId>ant</groupId>
-                  <artifactId>ant-optional</artifactId>
-                  <version>1.5.3-1</version>
-               </dependency>
-            </dependencies>
-         </plugin>
-         <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>javacc-maven-plugin</artifactId>
-            <executions>
-               <execution>
-                  <id>fulltext</id>
-                  <configuration>
-                     <sourceDirectory>${basedir}/src/main/javacc/fulltext</sourceDirectory>
-                  </configuration>
-                  <goals>
-                     <goal>jjtree-javacc</goal>
-                  </goals>
-               </execution>
-               <execution>
-                  <id>sql</id>
-                  <configuration>
-                     <sourceDirectory>${basedir}/src/main/javacc/sql</sourceDirectory>
-                  </configuration>
-                  <goals>
-                     <goal>jjtree-javacc</goal>
-                  </goals>
-               </execution>
-               <execution>
-                  <id>xpath</id>
-                  <configuration>
-                     <sourceDirectory>${basedir}/src/main/javacc/xpath</sourceDirectory>
-                  </configuration>
-                  <goals>
-                     <goal>jjtree-javacc</goal>
-                  </goals>
-               </execution>
-            </executions>
-            <dependencies>
-               <dependency>
-                  <groupId>net.java.dev.javacc</groupId>
-                  <artifactId>javacc</artifactId>
-                  <version>3.2</version>
-               </dependency>
-            </dependencies>
-         </plugin>
-         <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>taglist-maven-plugin</artifactId>
-         </plugin>
-      </plugins>
-   </build>
-   <profiles>
-    <!-- *** -->
-    <!-- TCK -->
-    <!-- *** -->
-    <!-- Use "mvn -Prun-tck" to launch only them -->
-      <profile>
-         <id>run-tck</id>
-         <build>
-            <testResources>
-               <testResource>
-                  <directory>src/TCK/java</directory>
-                  <includes>
-                     <include>**/org/apache/jackrabbit/test/api/nodetype/spec/*.txt</include>
-                  </includes>
-               </testResource>
-            </testResources>
-            <plugins>
-               <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-surefire-plugin</artifactId>
-                  <configuration>
-                  <!-- TAKE CARE TO UPDATE ALSO run-all PROFILE -->
-                     <argLine>${env.MAVEN_OPTS} -Djava.security.manager=org.exoplatform.commons.test.TestSecurityManager -Djava.security.policy=${project.build.directory}/test-classes/test.policy</argLine>
-                     <systemProperties>
-                        <property>
-                           <name>jcr.test.configuration.file</name>
-                           <value>${jcr.test.configuration.file}</value>
-                        </property>
-                        <property>
-                           <name>emma.coverage.out.file</name>
-                           <value>target/emma/coverage.ec</value>
-                        </property>
-                        <property>
-                           <name>jbosscache-shareable</name>
-                           <value>${jbosscache.shareable}</value>
-                        </property>                  
-                         <property>
-                           <name>known.issues</name>
-                           <value>org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest#testBooleanProperty
-                              org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest#testMultipleBooleanProperty
-                              org.apache.jackrabbit.test.api.version.RestoreTest#testRestoreName
-                              org.apache.jackrabbit.test.api.version.RestoreTest#testRestoreOrder
-                              org.apache.jackrabbit.test.api.version.RestoreTest#testRestoreOrder2
-                              org.apache.jackrabbit.test.api.nodetype.PropertyDefTest#testIsRequiredType
-                              org.apache.jackrabbit.test.api.SetPropertyConstraintViolationExceptionTest#testBooleanProperty
-                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testShareable
-                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testSimpleVersionable
-                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testActivity
-                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testConfiguration
-                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testVersionable
-                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testVersion
-                              org.apache.jackrabbit.test.api.NamespaceRegistryTest#testRegisterNamespace</value>
-                        </property>
-                     <!-- Uncomment the line below if you want to enable the statistics -->
-                     <!--property>
-                     <name>JDBCWorkspaceDataContainer.statistics.enabled</name>
-                     <value>true</value>
-                     </property-->
-                     </systemProperties>
-                     <includes>
-                        <include>org/apache/jackrabbit/test/api/*Test.java</include>
-                        <include>org/apache/jackrabbit/test/api/observation/*Test.java</include>
-                        <include>org/apache/jackrabbit/test/api/lock/*Test.java</include>
-                        <include>org/apache/jackrabbit/test/api/nodetype/*Test.java</include>
-                        <include>org/apache/jackrabbit/test/api/query/*Test.java</include>
-                        <include>org/apache/jackrabbit/test/api/version/*Test.java</include>
-                     </includes>
-                     <excludes>
-                        <exclude>org/apache/jackrabbit/test/api/TestAll.java</exclude>
-                        <exclude>org/apache/jackrabbit/test/api/**/Abstract*.java</exclude>
-                        <exclude>org/apache/jackrabbit/test/api/**/FrozenNodeTest.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/impl/core/security/Test*.java</exclude>
-                     </excludes>
-                  </configuration>
-               </plugin>
-            </plugins>
-         </build>
-      </profile>
-    <!-- *** -->
-    <!-- ALL -->
-    <!-- *** -->
-    <!-- Use "mvn -Prun-all" to launch default tests and TCK -->
-      <profile>
-         <id>run-all</id>
-         <build>
-            <testResources>
-               <testResource>
-                  <directory>src/TCK/java</directory>
-                  <includes>
-                     <include>**/org/apache/jackrabbit/test/api/nodetype/spec/*.txt</include>
-                  </includes>
-               </testResource>
-            </testResources>
-            <plugins>
-               <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-surefire-plugin</artifactId>
-                  <configuration>
-                     <!-- TAKE CARE TO UPDATE ALSO run-tck PROFILE -->
-                     <argLine>${env.MAVEN_OPTS} -Djava.security.manager=org.exoplatform.commons.test.TestSecurityManager -Djava.security.policy=${project.build.directory}/test-classes/test.policy</argLine>
-                     <systemProperties>
-                        <property>
-                           <name>jcr.test.configuration.file</name>
-                           <value>${jcr.test.configuration.file}</value>
-                        </property>
-                        <property>
-                           <name>emma.coverage.out.file</name>
-                           <value>target/emma/coverage.ec</value>
-                        </property>
-                        <property>
-                           <name>jbosscache-shareable</name>
-                           <value>${jbosscache.shareable}</value>
-                        </property>                         
-                        <property>
-                           <name>known.issues</name>
-                           <value>org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest#testBooleanProperty
-                              org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest#testMultipleBooleanProperty
-                              org.apache.jackrabbit.test.api.version.RestoreTest#testRestoreName
-                              org.apache.jackrabbit.test.api.version.RestoreTest#testRestoreOrder
-                              org.apache.jackrabbit.test.api.version.RestoreTest#testRestoreOrder2
-                              org.apache.jackrabbit.test.api.nodetype.PropertyDefTest#testIsRequiredType
-                              org.apache.jackrabbit.test.api.SetPropertyConstraintViolationExceptionTest#testBooleanProperty
-                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testShareable
-                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testSimpleVersionable
-                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testActivity
-                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testConfiguration
-                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testVersionable
-                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testVersion
-                              org.apache.jackrabbit.test.api.NamespaceRegistryTest#testRegisterNamespace</value>
-                        </property>
-                     <!-- Uncomment the line below if you want to enable the statistics -->
-                     <!--property>
-                     <name>JDBCWorkspaceDataContainer.statistics.enabled</name>
-                     <value>true</value>
-                     </property-->
-                     </systemProperties>
-                     <includes>
-                        <!-- From default tests -->
-                        <include>org/exoplatform/services/jcr/api/**/Test*.java</include>
-                        <include>org/exoplatform/services/jcr/usecases/**/Test*.java</include>
-                        <include>org/exoplatform/services/jcr/usecases/**/*Test.java</include>
-                        <include>org/exoplatform/services/jcr/impl/**/Test*.java</include>
-                        <!-- From TCK -->
-                        <include>org/apache/jackrabbit/test/api/*Test.java</include>
-                        <include>org/apache/jackrabbit/test/api/observation/*Test.java</include>
-                        <include>org/apache/jackrabbit/test/api/lock/*Test.java</include>
-                        <include>org/apache/jackrabbit/test/api/nodetype/*Test.java</include>
-                        <include>org/apache/jackrabbit/test/api/query/*Test.java</include>
-                        <include>org/apache/jackrabbit/test/api/version/*Test.java</include>
-                     </includes>
-                     <excludes>
-                        <!-- From default tests -->
-                        <exclude>org/exoplatform/services/jcr/**/TestQueryUsecases.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/TestRollbackBigFiles.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/TestImport.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/TestRollbackBigFiles.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/TestErrorMultithreading.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/api/TestAll.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/api/**/TestSameNameItems.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/api/**/TestSameNameItems.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/impl/**/TestWorkspaceManagement.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/impl/**/TestWorkspaceRestore.java</exclude>   
-                        <exclude>org/exoplatform/services/jcr/**/impl/**/TestRepositoryManagement.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/impl/**/TestSaveConfiguration.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/impl/**/ValueStoragePluginTest.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/impl/**/TestSessionCleaner.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/impl/**/Base*.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/impl/**/TestJCRSerializationStream.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/impl/**/TestJCRSerializationVersionRestore.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/usecases/**/RemoveSameNameSiblingTest.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/usecases/**/TestQueryWithNumberAndSpace.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/usecases/BaseUsecasesTest.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/usecases/**/ExportWorkspaceSystemViewTest.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/impl/**/TestLinkedWorkspaceStorageCacheMetrics.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/impl/**/SQLBenchmarkTest.java</exclude>
-                        <exclude>org/exoplatform/services/jcr/**/impl/**/TestCleanableFileStreamValueData.java</exclude>
-                        <!-- From TCK -->
-                        <exclude>org/apache/jackrabbit/test/api/TestAll.java</exclude>
-                        <exclude>org/apache/jackrabbit/test/api/**/Abstract*.java</exclude>
-                        <exclude>org/apache/jackrabbit/test/api/**/FrozenNodeTest.java</exclude>
-                     </excludes>
-                  </configuration>
-               </plugin>
-            </plugins>
-         </build>
-      </profile>
-      <profile>
-         <id>run-devtests</id>
-         <build>
-            <plugins>
-               <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>
-                  <artifactId>maven-surefire-plugin</artifactId>
-                  <configuration>
-                     <phase>test</phase>
-                     <forkMode>never</forkMode>
-                     <!-- argLine>${env.MAVEN_OPTS}</argLine -->
-                     <goals>
-                        <goal>test</goal>
-                     </goals>
-                     <systemProperties>
-                        <property>
-                           <name>jcr.test.configuration.file</name>
-                           <value>${jcr.test.configuration.file}</value>
-                        </property>
-                        <property>
-                           <name>jbosscache-shareable</name>
-                           <value>${jbosscache.shareable}</value>
-                        </property>                         
-                        <!-- Uncomment the line below if you want to enable the statistics -->
-                        <!--property>
-                        <name>JDBCWorkspaceDataContainer.statistics.enabled</name>
-                        <value>true</value>
-                        </property-->
-                     </systemProperties>
-                     <includes>
-                        <include>**/**/reading_/Test*.java</include>
-                        <include>**/**/writing_/Test*.java</include>
-                        <include>**/**/TestJBossCacheWorkspaceStorageCache_.java</include>
-                        <exclude>**/**/TestCleanableFileStreamValueData.java</exclude>
-                        <include>**/**/TestSVNodeDataOptimization_.java</include>
-                        <include>**/**/TestValueConstraints.java</include>
-                     </includes>
-                     <excludes>
-                        <exclude>org/exoplatform/services/jcr/impl/core/security/Test*.java</exclude>
-                     </excludes>
-                  </configuration>
-               </plugin>
-            </plugins>
-         </build>
-      </profile>
-   </profiles>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright (C) 2009 eXo Platform SAS.
+
+    This is free software; you can redistribute it and/or modify it
+    under the terms of the GNU Lesser General Public License as
+    published by the Free Software Foundation; either version 2.1 of
+    the License, or (at your option) any later version.
+
+    This software is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with 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">
+   <modelVersion>4.0.0</modelVersion>
+   <parent>
+      <groupId>org.exoplatform.jcr</groupId>
+      <artifactId>jcr-parent</artifactId>
+      <version>1.14.0-CR1</version>
+   </parent>
+   <artifactId>exo.jcr.component.core</artifactId>
+   <name>eXo JCR :: Component :: Core Service</name>
+   <description>eXo JCR Service core component</description>
+   <properties>
+      <jcr.test.configuration.file>/conf/standalone/test-configuration.xml</jcr.test.configuration.file>
+      <jbosscache.shareable>true</jbosscache.shareable>
+   </properties>
+   <dependencies>
+      <dependency>
+         <groupId>javax.jcr</groupId>
+         <artifactId>jcr</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.exoplatform.kernel</groupId>
+         <artifactId>exo.kernel.container</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.exoplatform.kernel</groupId>
+         <artifactId>exo.kernel.commons</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.exoplatform.kernel</groupId>
+         <artifactId>exo.kernel.commons.test</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.exoplatform.kernel</groupId>
+         <artifactId>exo.kernel.component.command</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.exoplatform.kernel</groupId>
+         <artifactId>exo.kernel.component.common</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.exoplatform.kernel</groupId>
+         <artifactId>exo.kernel.component.cache</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.exoplatform.core</groupId>
+         <artifactId>exo.core.component.organization.api</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.exoplatform.core</groupId>
+         <artifactId>exo.core.component.document</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.exoplatform.core</groupId>
+         <artifactId>exo.core.component.security.core</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>org.exoplatform.ws</groupId>
+        <artifactId>exo.ws.commons</artifactId>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+         <groupId>org.exoplatform.jcr</groupId>
+         <artifactId>exo.jcr.cluster.testclient</artifactId>
+         <scope>test</scope>
+      </dependency>
+      <dependency>
+         <groupId>org.apache.lucene</groupId>
+         <artifactId>lucene-core</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.apache.lucene</groupId>
+         <artifactId>lucene-spellchecker</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.apache.lucene</groupId>
+         <artifactId>lucene-memory</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>com.sun.xml.stream</groupId>
+         <artifactId>sjsxp</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>commons-dbcp</groupId>
+         <artifactId>commons-dbcp</artifactId>
+         <exclusions>
+            <exclusion>
+               <groupId>xerces</groupId>
+               <artifactId>xercesImpl</artifactId>
+            </exclusion>
+         </exclusions>
+      </dependency>
+      <dependency>
+         <groupId>commons-pool</groupId>
+         <artifactId>commons-pool</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>commons-lang</groupId>
+         <artifactId>commons-lang</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>commons-chain</groupId>
+         <artifactId>commons-chain</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>xml-apis</groupId>
+         <artifactId>xml-apis</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.slf4j</groupId>
+         <artifactId>slf4j-api</artifactId>
+         <scope>compile</scope>
+      </dependency>
+      <dependency>
+         <groupId>org.jibx</groupId>
+         <artifactId>jibx-run</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>picocontainer</groupId>
+         <artifactId>picocontainer</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>javax.resource</groupId>
+         <artifactId>connector-api</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>javax.transaction</groupId>
+         <artifactId>jta</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>concurrent</groupId>
+         <artifactId>concurrent</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>commons-collections</groupId>
+         <artifactId>commons-collections</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>commons-beanutils</groupId>
+        <artifactId>commons-beanutils</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>org.jgroups</groupId>
+        <artifactId>jgroups</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>xpp3</groupId>
+        <artifactId>xpp3</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>jboss.jbossts</groupId>
+         <artifactId>jbossjts</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>jboss.jbossts</groupId>
+         <artifactId>jbossts-common</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.apache.ws.commons</groupId>
+         <artifactId>ws-commons-util</artifactId>
+         <exclusions>
+            <exclusion>
+               <groupId>xml-apis</groupId>
+               <artifactId>xml-apis</artifactId>
+            </exclusion>
+            <exclusion>
+               <groupId>junit</groupId>
+               <artifactId>junit</artifactId>
+            </exclusion>
+         </exclusions>
+      </dependency>    
+      <!-- TCK binaries and deps for repo stub, some eXo API test -->
+      <dependency>
+         <groupId>org.jboss.cache</groupId>
+         <artifactId>jbosscache-core</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>org.infinispan</groupId>
+        <artifactId>infinispan-core</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>org.infinispan</groupId>
+        <artifactId>infinispan-cachestore-jdbc</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>org.apache.jackrabbit</groupId>
+         <artifactId>jackrabbit-jcr-tests</artifactId>
+         <classifier>sources</classifier>
+         <scope>test</scope>
+         <exclusions>
+            <exclusion>
+               <groupId>org.slf4j</groupId>
+               <artifactId>slf4j-api</artifactId>
+            </exclusion>
+         </exclusions>
+      </dependency>
+      <dependency>
+         <groupId>org.slf4j</groupId>
+         <artifactId>slf4j-log4j12</artifactId>
+      </dependency>
+      <!-- ===== Databases JDBC support for tests ===== -->
+      <dependency>
+         <groupId>org.hsqldb</groupId>
+         <artifactId>hsqldb</artifactId>
+         <scope>test</scope>
+      </dependency>
+      <!-- For MySQL support -->
+      <dependency>
+         <groupId>mysql</groupId>
+         <artifactId>mysql-connector-java</artifactId>
+         <version>5.1.14</version>
+         <scope>test</scope>
+      </dependency>
+      <!-- For PostgresSQL support -->
+      <dependency>
+         <groupId>postgresql</groupId>
+         <artifactId>postgresql</artifactId>
+         <version>8.3-606.jdbc3</version>
+         <scope>test</scope>
+      </dependency>
+      <!-- For Oracle 10g support (local-jcr repository) -->
+      <!-- dependency>
+         <groupId>ojdbc</groupId>
+         <artifactId>ojdbc</artifactId>
+         <version>14</version>
+         <scope>test</scope>
+      </dependency>
+      <dependency>
+         <groupId>ojdbc</groupId>
+         <artifactId>orai18n</artifactId>
+         <version>14</version>
+         <scope>test</scope>
+      </dependency -->
+      <!-- For IBM DB2 support (local-jcr repository) -->
+      <!-- dependency>
+         <groupId>com.ibm.db2</groupId>
+         <artifactId>db2jcc</artifactId>
+         <version>9.7</version>
+         <scope>test</scope>
+      </dependency>
+      <dependency>
+         <groupId>com.ibm.db2</groupId>
+         <artifactId>db2jcc_license_cu</artifactId>
+         <version>9.7</version>
+         <scope>test</scope>
+      </dependency -->
+      <!-- For MS SQL 7/2000/2005 and Sybase ASE/Anywhere support (jTDS driver) -->
+      <!-- dependency>
+         <groupId>net.sourceforge.jtds</groupId>
+         <artifactId>jtds</artifactId>
+         <version>1.2</version>
+         <scope>test</scope>
+      </dependency -->
+      <!-- For MS SQL 2005 support (Microsoft JDBC driver) (local-jcr repository) -->
+      <!-- dependency>
+         <groupId>com.microsoft.sqlserver</groupId>
+         <artifactId>sqljdbc</artifactId>
+         <version>9.0</version>
+         <scope>test</scope>
+      </dependency -->
+      <!-- dependency>
+         <groupId>com.microsoft</groupId>
+         <artifactId>sqljdbc</artifactId>
+         <version>3.0.1301.101</version>
+         <scope>test</scope>
+      </dependency -->
+      <!-- For Apache Derby support (aka JavaDB) -->
+      <!-- dependency>
+         <groupId>org.apache.derby</groupId>
+         <artifactId>derby</artifactId>
+         <version>10.2.2.0</version>
+         <scope>test</scope>
+      </dependency -->
+      <!-- H2 Database (not supported now) -->
+      <!-- dependency>
+         <groupId>com.h2database</groupId>
+         <artifactId>h2</artifactId>
+         <version>1.2.132</version>
+      </dependency-->
+      <!-- Ingres Database (local repository) -->
+      <!-- dependency>
+         <groupId>com.ingres.jdbc</groupId>
+         <artifactId>iijdbc</artifactId>
+         <version>9.2</version>
+         <scope>test</scope>
+      </dependency -->
+      <!-- For Sybase ASE/Anywhere support (jConnect driver) (local-jcr repository) -->
+      <!-- dependency>
+         <groupId>com.sybase.jdbc3.jdbc</groupId>
+         <artifactId>jconn3</artifactId>
+         <version>6.05</version>
+         <scope>test</scope>
+      </dependency -->
+   </dependencies>      
+  <!-- ======================================================================= -->
+   <build>
+      <resources>
+         <resource>
+            <directory>src/main/resources</directory>
+            <includes>
+               <include>**/*.xml</include>
+               <include>**/*.sql</include>
+               <include>**/*.dtd</include>
+            </includes>
+         </resource>
+      </resources>
+      <testResources>
+         <testResource>
+            <directory>src/test/resources</directory>
+            <includes>
+               <include>**/*.properties</include>
+               <include>login.conf</include>
+               <include>**/*.xml</include>
+               <include>**/*.drl</include>
+               <include>**/*.vm</include>
+               <include>**/*.doc</include>
+               <include>**/*.xls</include>
+               <include>**/*.ppt</include>
+               <include>**/*.txt</include>
+               <include>**/*.tiff</include>
+               <include>**/*.pdf</include>
+               <include>**/*.dtd</include>
+               <include>**/*.policy</include>
+            </includes>
+         </testResource>
+      </testResources>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-dependency-plugin</artifactId>
+            <executions>
+               <execution>
+                  <id>unpack</id>
+                  <phase>generate-test-sources</phase>
+                  <goals>
+                     <goal>unpack</goal>
+                  </goals>
+                  <configuration>
+                     <artifactItems>
+                        <artifactItem>
+                           <groupId>org.apache.jackrabbit</groupId>
+                           <artifactId>jackrabbit-jcr-tests</artifactId>
+                           <classifier>sources</classifier>
+                           <type>jar</type>
+                           <overWrite>false</overWrite>
+                        </artifactItem>
+                     </artifactItems>
+                     <outputDirectory>${project.build.testSourceDirectory}</outputDirectory>
+                  </configuration>
+               </execution>
+            </executions>
+         </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+               <argLine>${env.MAVEN_OPTS} -Djava.security.manager=org.exoplatform.commons.test.TestSecurityManager -Djava.security.policy=${project.build.directory}/test-classes/test.policy</argLine>
+               <systemProperties>
+                  <property>
+                     <name>jcr.test.configuration.file</name>
+                     <value>${jcr.test.configuration.file}</value>
+                  </property>
+                  <property>
+                     <name>emma.coverage.out.file</name>
+                     <value>target/emma/coverage.ec</value>
+                  </property>
+                  <property>
+                     <name>jbosscache-shareable</name>
+                     <value>${jbosscache.shareable}</value>
+                  </property>                  
+            <!-- Uncomment the line below if you want to enable the statistics -->
+            <!--property>
+                <name>JDBCWorkspaceDataContainer.statistics.enabled</name>
+                <value>true</value>
+            </property-->
+               </systemProperties>
+               <includes>
+                  <include>org/exoplatform/services/jcr/api/**/Test*.java</include>
+                  <include>org/exoplatform/services/jcr/usecases/**/Test*.java</include>
+                  <include>org/exoplatform/services/jcr/usecases/**/*Test.java</include>
+                  <include>org/exoplatform/services/jcr/impl/**/Test*.java</include>
+               </includes>
+               <excludes>
+                  <exclude>org/exoplatform/services/jcr/**/api/TestAll.java</exclude>
+                  <exclude>org/exoplatform/services/jcr/**/TestErrorMultithreading.java</exclude>
+                  <exclude>org/exoplatform/services/jcr/**/TestRollbackBigFiles.java</exclude>
+                  <exclude>org/exoplatform/services/jcr/**/impl/**/TestWorkspaceManagement.java</exclude>
+                  <exclude>org/exoplatform/services/jcr/**/impl/**/TestWorkspaceRestore.java</exclude>
+                  <exclude>org/exoplatform/services/jcr/**/impl/**/TestRepositoryManagement.java</exclude>
+                  <exclude>org/exoplatform/services/jcr/**/impl/**/TestSessionCleaner.java</exclude>
+                  <exclude>org/exoplatform/services/jcr/**/impl/**/Base*.java</exclude>
+                  <exclude>org/exoplatform/services/jcr/**/impl/**/TestJCRSerializationStream.java</exclude>
+                  <exclude>org/exoplatform/services/jcr/**/impl/**/TestJCRSerializationVersionRestore.java</exclude>
+                  <exclude>org/exoplatform/services/jcr/**/usecases/**/RemoveSameNameSiblingTest.java</exclude>
+                  <exclude>org/exoplatform/services/jcr/**/usecases/**/TestQueryWithNumberAndSpace.java</exclude>
+                  <exclude>org/exoplatform/services/jcr/**/usecases/BaseUsecasesTest.java</exclude>
+                  <exclude>org/exoplatform/services/jcr/**/impl/**/SQLBenchmarkTest.java</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
+         <plugin>
+            <groupId>org.jibx</groupId>
+            <artifactId>maven-jibx-plugin</artifactId>
+            <configuration>
+               <directory>src/main/resources</directory>
+               <includes>
+                  <includes>binding*.xml</includes>
+               </includes>
+            </configuration>
+            <executions>
+               <execution>
+                  <goals>
+                     <goal>bind</goal>
+                  </goals>
+               </execution>
+            </executions>
+         </plugin>
+         <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+               <execution>
+                  <id>delete-sources</id>
+                  <phase>process-sources</phase>
+                  <configuration>
+                     <tasks>
+                        <echo>Remove files that have been customized</echo>
+                        <delete>
+                           <fileset dir="${project.build.directory}/generated-sources/javacc/org/exoplatform/services/jcr/impl/core/query">
+                              <include name="sql/ASTLiteral.java" />
+                              <include name="sql/ASTContainsExpression.java" />
+                              <include name="sql/ASTPredicate.java" />
+                              <include name="sql/ASTIdentifier.java" />
+                              <include name="xpath/SimpleNode.java" />
+                           </fileset>
+                        </delete>
+                     </tasks>
+                  </configuration>
+                  <goals>
+                     <goal>run</goal>
+                  </goals>
+               </execution>
+               <execution>
+                  <id>prepare-test-policy</id>
+                  <phase>process-test-resources</phase>
+                  <configuration>
+                     <tasks>
+                        <echo>Creating Access Policy for tests</echo>
+                        <makeurl file="${settings.localRepository}" property="localRepositoryURL" />
+                        <makeurl file="${project.build.outputDirectory}" property="outputDirectoryURL" />
+                        <makeurl file="${project.build.testOutputDirectory}" property="testOutputDirectoryURL" />
+                        <copy todir="${project.build.testOutputDirectory}" overwrite="true">
+                           <fileset dir="${project.basedir}/src/test/resources/">
+                              <include name="test.policy" />
+                           </fileset>
+                           <filterset>
+                              <filter token="MAVEN_REPO" value="${localRepositoryURL}" />
+                              <filter token="MAIN_CLASSES" value="${outputDirectoryURL}" />
+                              <filter token="TEST_CLASSES" value="${testOutputDirectoryURL}" />
+                           </filterset>
+                        </copy>
+                     </tasks>                     
+                  </configuration>
+                  <goals>
+                     <goal>run</goal>
+                  </goals>
+               </execution>
+            </executions>
+            <dependencies>
+               <dependency>
+                  <groupId>ant</groupId>
+                  <artifactId>ant-optional</artifactId>
+                  <version>1.5.3-1</version>
+               </dependency>
+            </dependencies>
+         </plugin>
+         <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>javacc-maven-plugin</artifactId>
+            <executions>
+               <execution>
+                  <id>fulltext</id>
+                  <configuration>
+                     <sourceDirectory>${basedir}/src/main/javacc/fulltext</sourceDirectory>
+                  </configuration>
+                  <goals>
+                     <goal>jjtree-javacc</goal>
+                  </goals>
+               </execution>
+               <execution>
+                  <id>sql</id>
+                  <configuration>
+                     <sourceDirectory>${basedir}/src/main/javacc/sql</sourceDirectory>
+                  </configuration>
+                  <goals>
+                     <goal>jjtree-javacc</goal>
+                  </goals>
+               </execution>
+               <execution>
+                  <id>xpath</id>
+                  <configuration>
+                     <sourceDirectory>${basedir}/src/main/javacc/xpath</sourceDirectory>
+                  </configuration>
+                  <goals>
+                     <goal>jjtree-javacc</goal>
+                  </goals>
+               </execution>
+            </executions>
+            <dependencies>
+               <dependency>
+                  <groupId>net.java.dev.javacc</groupId>
+                  <artifactId>javacc</artifactId>
+                  <version>3.2</version>
+               </dependency>
+            </dependencies>
+         </plugin>
+         <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>taglist-maven-plugin</artifactId>
+         </plugin>
+      </plugins>
+   </build>
+   <profiles>
+    <!-- *** -->
+    <!-- TCK -->
+    <!-- *** -->
+    <!-- Use "mvn -Prun-tck" to launch only them -->
+      <profile>
+         <id>run-tck</id>
+         <build>
+            <testResources>
+               <testResource>
+                  <directory>src/TCK/java</directory>
+                  <includes>
+                     <include>**/org/apache/jackrabbit/test/api/nodetype/spec/*.txt</include>
+                  </includes>
+               </testResource>
+            </testResources>
+            <plugins>
+               <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-surefire-plugin</artifactId>
+                  <configuration>
+                  <!-- TAKE CARE TO UPDATE ALSO run-all PROFILE -->
+                     <argLine>${env.MAVEN_OPTS} -Djava.security.manager=org.exoplatform.commons.test.TestSecurityManager -Djava.security.policy=${project.build.directory}/test-classes/test.policy</argLine>
+                     <systemProperties>
+                        <property>
+                           <name>jcr.test.configuration.file</name>
+                           <value>${jcr.test.configuration.file}</value>
+                        </property>
+                        <property>
+                           <name>emma.coverage.out.file</name>
+                           <value>target/emma/coverage.ec</value>
+                        </property>
+                        <property>
+                           <name>jbosscache-shareable</name>
+                           <value>${jbosscache.shareable}</value>
+                        </property>                  
+                         <property>
+                           <name>known.issues</name>
+                           <value>org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest#testBooleanProperty
+                              org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest#testMultipleBooleanProperty
+                              org.apache.jackrabbit.test.api.version.RestoreTest#testRestoreName
+                              org.apache.jackrabbit.test.api.version.RestoreTest#testRestoreOrder
+                              org.apache.jackrabbit.test.api.version.RestoreTest#testRestoreOrder2
+                              org.apache.jackrabbit.test.api.nodetype.PropertyDefTest#testIsRequiredType
+                              org.apache.jackrabbit.test.api.SetPropertyConstraintViolationExceptionTest#testBooleanProperty
+                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testShareable
+                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testSimpleVersionable
+                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testActivity
+                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testConfiguration
+                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testVersionable
+                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testVersion
+                              org.apache.jackrabbit.test.api.NamespaceRegistryTest#testRegisterNamespace</value>
+                        </property>
+                     <!-- Uncomment the line below if you want to enable the statistics -->
+                     <!--property>
+                     <name>JDBCWorkspaceDataContainer.statistics.enabled</name>
+                     <value>true</value>
+                     </property-->
+                     </systemProperties>
+                     <includes>
+                        <include>org/apache/jackrabbit/test/api/*Test.java</include>
+                        <include>org/apache/jackrabbit/test/api/observation/*Test.java</include>
+                        <include>org/apache/jackrabbit/test/api/lock/*Test.java</include>
+                        <include>org/apache/jackrabbit/test/api/nodetype/*Test.java</include>
+                        <include>org/apache/jackrabbit/test/api/query/*Test.java</include>
+                        <include>org/apache/jackrabbit/test/api/version/*Test.java</include>
+                     </includes>
+                     <excludes>
+                        <exclude>org/apache/jackrabbit/test/api/TestAll.java</exclude>
+                        <exclude>org/apache/jackrabbit/test/api/**/Abstract*.java</exclude>
+                        <exclude>org/apache/jackrabbit/test/api/**/FrozenNodeTest.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/impl/core/security/Test*.java</exclude>
+                     </excludes>
+                  </configuration>
+               </plugin>
+            </plugins>
+         </build>
+      </profile>
+    <!-- *** -->
+    <!-- ALL -->
+    <!-- *** -->
+    <!-- Use "mvn -Prun-all" to launch default tests and TCK -->
+      <profile>
+         <id>run-all</id>
+         <build>
+            <testResources>
+               <testResource>
+                  <directory>src/TCK/java</directory>
+                  <includes>
+                     <include>**/org/apache/jackrabbit/test/api/nodetype/spec/*.txt</include>
+                  </includes>
+               </testResource>
+            </testResources>
+            <plugins>
+               <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-surefire-plugin</artifactId>
+                  <configuration>
+                     <!-- TAKE CARE TO UPDATE ALSO run-tck PROFILE -->
+                     <argLine>${env.MAVEN_OPTS} -Djava.security.manager=org.exoplatform.commons.test.TestSecurityManager -Djava.security.policy=${project.build.directory}/test-classes/test.policy</argLine>
+                     <systemProperties>
+                        <property>
+                           <name>jcr.test.configuration.file</name>
+                           <value>${jcr.test.configuration.file}</value>
+                        </property>
+                        <property>
+                           <name>emma.coverage.out.file</name>
+                           <value>target/emma/coverage.ec</value>
+                        </property>
+                        <property>
+                           <name>jbosscache-shareable</name>
+                           <value>${jbosscache.shareable}</value>
+                        </property>                         
+                        <property>
+                           <name>known.issues</name>
+                           <value>org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest#testBooleanProperty
+                              org.apache.jackrabbit.test.api.SetValueConstraintViolationExceptionTest#testMultipleBooleanProperty
+                              org.apache.jackrabbit.test.api.version.RestoreTest#testRestoreName
+                              org.apache.jackrabbit.test.api.version.RestoreTest#testRestoreOrder
+                              org.apache.jackrabbit.test.api.version.RestoreTest#testRestoreOrder2
+                              org.apache.jackrabbit.test.api.nodetype.PropertyDefTest#testIsRequiredType
+                              org.apache.jackrabbit.test.api.SetPropertyConstraintViolationExceptionTest#testBooleanProperty
+                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testShareable
+                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testSimpleVersionable
+                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testActivity
+                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testConfiguration
+                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testVersionable
+                              org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testVersion
+                              org.apache.jackrabbit.test.api.NamespaceRegistryTest#testRegisterNamespace</value>
+                        </property>
+                     <!-- Uncomment the line below if you want to enable the statistics -->
+                     <!--property>
+                     <name>JDBCWorkspaceDataContainer.statistics.enabled</name>
+                     <value>true</value>
+                     </property-->
+                     </systemProperties>
+                     <includes>
+                        <!-- From default tests -->
+                        <include>org/exoplatform/services/jcr/api/**/Test*.java</include>
+                        <include>org/exoplatform/services/jcr/usecases/**/Test*.java</include>
+                        <include>org/exoplatform/services/jcr/usecases/**/*Test.java</include>
+                        <include>org/exoplatform/services/jcr/impl/**/Test*.java</include>
+                        <!-- From TCK -->
+                        <include>org/apache/jackrabbit/test/api/*Test.java</include>
+                        <include>org/apache/jackrabbit/test/api/observation/*Test.java</include>
+                        <include>org/apache/jackrabbit/test/api/lock/*Test.java</include>
+                        <include>org/apache/jackrabbit/test/api/nodetype/*Test.java</include>
+                        <include>org/apache/jackrabbit/test/api/query/*Test.java</include>
+                        <include>org/apache/jackrabbit/test/api/version/*Test.java</include>
+                     </includes>
+                     <excludes>
+                        <!-- From default tests -->
+                        <exclude>org/exoplatform/services/jcr/**/TestQueryUsecases.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/TestRollbackBigFiles.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/TestImport.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/TestRollbackBigFiles.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/TestErrorMultithreading.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/api/TestAll.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/api/**/TestSameNameItems.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/api/**/TestSameNameItems.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/impl/**/TestWorkspaceManagement.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/impl/**/TestWorkspaceRestore.java</exclude>   
+                        <exclude>org/exoplatform/services/jcr/**/impl/**/TestRepositoryManagement.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/impl/**/TestSaveConfiguration.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/impl/**/ValueStoragePluginTest.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/impl/**/TestSessionCleaner.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/impl/**/Base*.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/impl/**/TestJCRSerializationStream.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/impl/**/TestJCRSerializationVersionRestore.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/usecases/**/RemoveSameNameSiblingTest.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/usecases/**/TestQueryWithNumberAndSpace.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/usecases/BaseUsecasesTest.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/usecases/**/ExportWorkspaceSystemViewTest.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/impl/**/TestLinkedWorkspaceStorageCacheMetrics.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/impl/**/SQLBenchmarkTest.java</exclude>
+                        <exclude>org/exoplatform/services/jcr/**/impl/**/TestCleanableFileStreamValueData.java</exclude>
+                        <!-- From TCK -->
+                        <exclude>org/apache/jackrabbit/test/api/TestAll.java</exclude>
+                        <exclude>org/apache/jackrabbit/test/api/**/Abstract*.java</exclude>
+                        <exclude>org/apache/jackrabbit/test/api/**/FrozenNodeTest.java</exclude>
+                     </excludes>
+                  </configuration>
+               </plugin>
+            </plugins>
+         </build>
+      </profile>
+      <profile>
+         <id>run-devtests</id>
+         <build>
+            <plugins>
+               <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-surefire-plugin</artifactId>
+                  <configuration>
+                     <phase>test</phase>
+                     <forkMode>never</forkMode>
+                     <!-- argLine>${env.MAVEN_OPTS}</argLine -->
+                     <goals>
+                        <goal>test</goal>
+                     </goals>
+                     <systemProperties>
+                        <property>
+                           <name>jcr.test.configuration.file</name>
+                           <value>${jcr.test.configuration.file}</value>
+                        </property>
+                        <property>
+                           <name>jbosscache-shareable</name>
+                           <value>${jbosscache.shareable}</value>
+                        </property>                         
+                        <!-- Uncomment the line below if you want to enable the statistics -->
+                        <!--property>
+                        <name>JDBCWorkspaceDataContainer.statistics.enabled</name>
+                        <value>true</value>
+                        </property-->
+                     </systemProperties>
+                     <includes>
+                        <include>**/**/reading_/Test*.java</include>
+                        <include>**/**/writing_/Test*.java</include>
+                        <include>**/**/TestJBossCacheWorkspaceStorageCache_.java</include>
+                        <exclude>**/**/TestCleanableFileStreamValueData.java</exclude>
+                        <include>**/**/TestSVNodeDataOptimization_.java</include>
+                        <include>**/**/TestValueConstraints.java</include>
+                     </includes>
+                     <excludes>
+                        <exclude>org/exoplatform/services/jcr/impl/core/security/Test*.java</exclude>
+                     </excludes>
+                  </configuration>
+               </plugin>
+            </plugins>
+         </build>
+      </profile>
+   </profiles>
+</project>

Modified: jcr/trunk/exo.jcr.component.ext/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ext/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/exo.jcr.component.ext/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -1,195 +1,195 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    Copyright (C) 2009 eXo Platform SAS.
-
-    This is free software; you can redistribute it and/or modify it
-    under the terms of the GNU Lesser General Public License as
-    published by the Free Software Foundation; either version 2.1 of
-    the License, or (at your option) any later version.
-
-    This software is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-    Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public
-    License along with 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">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.exoplatform.jcr</groupId>
-    <artifactId>jcr-parent</artifactId>
-    <version>1.14.0-CR1-SNAPSHOT</version>
-  </parent>
-  <artifactId>exo.jcr.component.ext</artifactId>
-  <name>eXo JCR :: Component :: Extension Service</name>
-  <description>eXo JCR Services extension</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.exoplatform.kernel</groupId>
-      <artifactId>exo.kernel.commons</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.exoplatform.kernel</groupId>
-      <artifactId>exo.kernel.container</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.exoplatform.kernel</groupId>
-      <artifactId>exo.kernel.component.command</artifactId>
-    </dependency>
-    <dependency>
-       <groupId>org.exoplatform.kernel</groupId>
-       <artifactId>exo.kernel.commons.test</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.exoplatform.core</groupId>
-      <artifactId>exo.core.component.database</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.exoplatform.core</groupId>
-      <artifactId>exo.core.component.document</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.exoplatform.core</groupId>
-      <artifactId>exo.core.component.organization.api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.exoplatform.core</groupId>
-      <artifactId>exo.core.component.security.core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.exoplatform.jcr</groupId>
-      <artifactId>exo.jcr.component.core</artifactId>
-      <exclusions>
-        <exclusion>
-          <groupId>xerces</groupId>
-          <artifactId>xerces</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.exoplatform.core</groupId>
-      <artifactId>exo.core.component.script.groovy</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.exoplatform.ws</groupId>
-      <artifactId>exo.ws.rest.core</artifactId>
-    </dependency>
-    <dependency>
-      <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.frameworks.json</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>javax.jcr</groupId>
-      <artifactId>jcr</artifactId>
-    </dependency>
-    <dependency>
-       <groupId>org.slf4j</groupId>
-       <artifactId>slf4j-log4j12</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>javax.annotation</groupId>
-      <artifactId>jsr250-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-chain</groupId>
-      <artifactId>commons-chain</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.jgroups</groupId>
-      <artifactId>jgroups</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>javax.ws.rs</groupId>
-      <artifactId>jsr311-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-fileupload</groupId>
-      <artifactId>commons-fileupload</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>picocontainer</groupId>
-      <artifactId>picocontainer</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>xml-apis</groupId>
-      <artifactId>xml-apis</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.hsqldb</groupId>
-      <artifactId>hsqldb</artifactId>
-      <scope>test</scope>
-    </dependency>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright (C) 2009 eXo Platform SAS.
+
+    This is free software; you can redistribute it and/or modify it
+    under the terms of the GNU Lesser General Public License as
+    published by the Free Software Foundation; either version 2.1 of
+    the License, or (at your option) any later version.
+
+    This software is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with 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">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.exoplatform.jcr</groupId>
+    <artifactId>jcr-parent</artifactId>
+    <version>1.14.0-CR1</version>
+  </parent>
+  <artifactId>exo.jcr.component.ext</artifactId>
+  <name>eXo JCR :: Component :: Extension Service</name>
+  <description>eXo JCR Services extension</description>
+  <dependencies>
     <dependency>
+      <groupId>org.exoplatform.kernel</groupId>
+      <artifactId>exo.kernel.commons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.exoplatform.kernel</groupId>
+      <artifactId>exo.kernel.container</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.exoplatform.kernel</groupId>
+      <artifactId>exo.kernel.component.command</artifactId>
+    </dependency>
+    <dependency>
+       <groupId>org.exoplatform.kernel</groupId>
+       <artifactId>exo.kernel.commons.test</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.exoplatform.core</groupId>
+      <artifactId>exo.core.component.database</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.exoplatform.core</groupId>
+      <artifactId>exo.core.component.document</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.exoplatform.core</groupId>
+      <artifactId>exo.core.component.organization.api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.exoplatform.core</groupId>
+      <artifactId>exo.core.component.security.core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.exoplatform.jcr</groupId>
+      <artifactId>exo.jcr.component.core</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>xerces</groupId>
+          <artifactId>xerces</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.exoplatform.core</groupId>
+      <artifactId>exo.core.component.script.groovy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.exoplatform.ws</groupId>
+      <artifactId>exo.ws.rest.core</artifactId>
+    </dependency>
+    <dependency>
+      <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.frameworks.json</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.jcr</groupId>
+      <artifactId>jcr</artifactId>
+    </dependency>
+    <dependency>
+       <groupId>org.slf4j</groupId>
+       <artifactId>slf4j-log4j12</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.annotation</groupId>
+      <artifactId>jsr250-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-chain</groupId>
+      <artifactId>commons-chain</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jgroups</groupId>
+      <artifactId>jgroups</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>javax.ws.rs</groupId>
+      <artifactId>jsr311-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>picocontainer</groupId>
+      <artifactId>picocontainer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hsqldb</groupId>
+      <artifactId>hsqldb</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>postgresql</groupId>
       <artifactId>postgresql</artifactId>
       <version>8.3-606.jdbc3</version>
       <scope>compile</scope>
     </dependency>
                                               
-  </dependencies>
-
-  <build>
-    <testResources>
-      <testResource>
-        <directory>src/test/resources</directory>
-        <includes>
-          <include>**/*.pdf</include>
-          <include>**/*.xml</include>
-          <include>**/*.xls</include>
-          <include>**/*.groovy</include>
-          <include>**/login.conf</include>
-        </includes>
-      </testResource>
-    </testResources>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-jar-plugin</artifactId>
-          <configuration>
-            <archive>
-              <manifest>
-                <addClasspath>true</addClasspath>
-              </manifest>
-            </archive>
-          </configuration>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <configuration>
-            <argLine>${env.MAVEN_OPTS} -Djava.security.manager=org.exoplatform.commons.test.TestSecurityManager -Djava.security.policy=${project.build.directory}/test-classes/test.policy</argLine>
-            <includes>
-              <include>**/actions/*Test.java</include>
-              <include>**/metadata/*Test.java</include>
-              <include>**/owner/*Test.java</include>
-              <include>**/registry/*Test.java</include>
-              <include>**/app/*Test.java</include>
-              <include>**/resource/*Test.java</include>
-              <include>**/groovy/*Test.java</include>
-              <include>**/replication/*.java</include>
-              <include>**/replication/external/*.java</include>
-              <include>**/replication/async/**/*.java</include>
-              <include>**/backup/load/TestLoadBackup.java</include>
+  </dependencies>
+
+  <build>
+    <testResources>
+      <testResource>
+        <directory>src/test/resources</directory>
+        <includes>
+          <include>**/*.pdf</include>
+          <include>**/*.xml</include>
+          <include>**/*.xls</include>
+          <include>**/*.groovy</include>
+          <include>**/login.conf</include>
+        </includes>
+      </testResource>
+    </testResources>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jar-plugin</artifactId>
+          <configuration>
+            <archive>
+              <manifest>
+                <addClasspath>true</addClasspath>
+              </manifest>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+            <argLine>${env.MAVEN_OPTS} -Djava.security.manager=org.exoplatform.commons.test.TestSecurityManager -Djava.security.policy=${project.build.directory}/test-classes/test.policy</argLine>
+            <includes>
+              <include>**/actions/*Test.java</include>
+              <include>**/metadata/*Test.java</include>
+              <include>**/owner/*Test.java</include>
+              <include>**/registry/*Test.java</include>
+              <include>**/app/*Test.java</include>
+              <include>**/resource/*Test.java</include>
+              <include>**/groovy/*Test.java</include>
+              <include>**/replication/*.java</include>
+              <include>**/replication/external/*.java</include>
+              <include>**/replication/async/**/*.java</include>
+              <include>**/backup/load/TestLoadBackup.java</include>
               <include>**/backup/*.java</include>
-              <include>**/backup/server/*.java</include>
+              <include>**/backup/server/*.java</include>
             </includes>
             <excludes>
               <exclude>**/BaseStandaloneTest.java</exclude>

Modified: jcr/trunk/exo.jcr.component.ftp/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ftp/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/exo.jcr.component.ftp/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.14.0-CR1-SNAPSHOT</version>
+    <version>1.14.0-CR1</version>
   </parent>
   <artifactId>exo.jcr.component.ftp</artifactId>
   <name>eXo JCR :: Component :: FTP Service</name>

Modified: jcr/trunk/exo.jcr.component.statistics/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.statistics/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/exo.jcr.component.statistics/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.14.0-CR1-SNAPSHOT</version>
+    <version>1.14.0-CR1</version>
   </parent>
   <artifactId>exo.jcr.component.statistics</artifactId>
   <name>eXo JCR :: Component :: Statistics Provider</name>

Modified: jcr/trunk/exo.jcr.component.webdav/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.webdav/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/exo.jcr.component.webdav/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.14.0-CR1-SNAPSHOT</version>
+    <version>1.14.0-CR1</version>
   </parent>
   <artifactId>exo.jcr.component.webdav</artifactId>
   <name>eXo JCR :: Component :: Webdav Service</name>

Modified: jcr/trunk/exo.jcr.connectors.localadapter/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.connectors.localadapter/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/exo.jcr.connectors.localadapter/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.14.0-CR1-SNAPSHOT</version>
+    <version>1.14.0-CR1</version>
   </parent>
   <artifactId>exo.jcr.connectors.localadapter</artifactId>
   <packaging>rar</packaging>

Modified: jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.docs.developer</artifactId>
-      <version>1.14.0-CR1-SNAPSHOT</version>
+      <version>1.14.0-CR1</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.docs</artifactId>
-      <version>1.14.0-CR1-SNAPSHOT</version>
+      <version>1.14.0-CR1</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/exo.jcr.docs/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.docs/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/exo.jcr.docs/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.14.0-CR1-SNAPSHOT</version>
+      <version>1.14.0-CR1</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/exo.jcr.framework.command/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.command/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/exo.jcr.framework.command/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -12,7 +12,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.14.0-CR1-SNAPSHOT</version>
+      <version>1.14.0-CR1</version>
    </parent>
    <artifactId>exo.jcr.framework.command</artifactId>
    <name>eXo JCR :: Framework :: Command</name>

Modified: jcr/trunk/exo.jcr.framework.ftpclient/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.ftpclient/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/exo.jcr.framework.ftpclient/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.14.0-CR1-SNAPSHOT</version>
+    <version>1.14.0-CR1</version>
   </parent>
   <artifactId>exo.jcr.framework.ftpclient</artifactId>
   <name>eXo JCR :: Framework :: FTP Client</name>

Modified: jcr/trunk/exo.jcr.framework.web/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.web/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/exo.jcr.framework.web/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.14.0-CR1-SNAPSHOT</version>
+    <version>1.14.0-CR1</version>
   </parent>
   <artifactId>exo.jcr.framework.web</artifactId>
   <name>eXo JCR :: Framework :: Web</name>

Modified: jcr/trunk/packaging/module/pom.xml
===================================================================
--- jcr/trunk/packaging/module/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/packaging/module/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.14.0-CR1-SNAPSHOT</version>
+    <version>1.14.0-CR1</version>
   </parent>
   <artifactId>jcr.packaging.module</artifactId>
   <packaging>pom</packaging>

Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml	2011-03-17 14:42:11 UTC (rev 4126)
+++ jcr/trunk/pom.xml	2011-03-17 14:48:34 UTC (rev 4127)
@@ -29,14 +29,14 @@
 
   <groupId>org.exoplatform.jcr</groupId>
   <artifactId>jcr-parent</artifactId>
-  <version>1.14.0-CR1-SNAPSHOT</version>
+  <version>1.14.0-CR1</version>
   <packaging>pom</packaging>
   <name>eXo JCR</name>
 
   <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>http://fisheye.jboss.org/browse/exo-jcr/jcr/trunk</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/jcr/tags/1.14.0-CR1</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/jcr/tags/1.14.0-CR1</developerConnection>
+    <url>http://fisheye.jboss.org/browse/exo-jcr/jcr/tags/1.14.0-CR1</url>
   </scm>
 
   <properties>



More information about the exo-jcr-commits mailing list