[exo-jcr-commits] exo-jcr SVN: r3497 - in core/branches/2.3.x: exo.core.component.database and 10 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 22 03:38:12 EST 2010


Author: tolusha
Date: 2010-11-22 03:38:11 -0500 (Mon, 22 Nov 2010)
New Revision: 3497

Modified:
   core/branches/2.3.x/exo.core.component.database/pom.xml
   core/branches/2.3.x/exo.core.component.document/pom.xml
   core/branches/2.3.x/exo.core.component.ldap/pom.xml
   core/branches/2.3.x/exo.core.component.organization.api/pom.xml
   core/branches/2.3.x/exo.core.component.organization.jdbc/pom.xml
   core/branches/2.3.x/exo.core.component.organization.ldap/pom.xml
   core/branches/2.3.x/exo.core.component.script.groovy/pom.xml
   core/branches/2.3.x/exo.core.component.security.core/pom.xml
   core/branches/2.3.x/exo.core.component.web.css/pom.xml
   core/branches/2.3.x/exo.core.component.xml-processing/pom.xml
   core/branches/2.3.x/packaging/module/pom.xml
   core/branches/2.3.x/pom.xml
Log:
JCR-1510: add snapshot to version

Modified: core/branches/2.3.x/exo.core.component.database/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.database/pom.xml	2010-11-22 08:36:42 UTC (rev 3496)
+++ core/branches/2.3.x/exo.core.component.database/pom.xml	2010-11-22 08:38:11 UTC (rev 3497)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.6-GA</version>
+      <version>2.3.6-GA-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.core.component.database</artifactId>

Modified: core/branches/2.3.x/exo.core.component.document/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.document/pom.xml	2010-11-22 08:36:42 UTC (rev 3496)
+++ core/branches/2.3.x/exo.core.component.document/pom.xml	2010-11-22 08:38:11 UTC (rev 3497)
@@ -14,7 +14,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.6-GA</version>
+      <version>2.3.6-GA-SNAPSHOT</version>
    </parent>
    <artifactId>exo.core.component.document</artifactId>
    <name>eXo Core :: Component :: Demo Service</name>

Modified: core/branches/2.3.x/exo.core.component.ldap/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.ldap/pom.xml	2010-11-22 08:36:42 UTC (rev 3496)
+++ core/branches/2.3.x/exo.core.component.ldap/pom.xml	2010-11-22 08:38:11 UTC (rev 3497)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.6-GA</version>
+      <version>2.3.6-GA-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.core.component.ldap</artifactId>

Modified: core/branches/2.3.x/exo.core.component.organization.api/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.organization.api/pom.xml	2010-11-22 08:36:42 UTC (rev 3496)
+++ core/branches/2.3.x/exo.core.component.organization.api/pom.xml	2010-11-22 08:38:11 UTC (rev 3497)
@@ -23,7 +23,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.6-GA</version>
+      <version>2.3.6-GA-SNAPSHOT</version>
    </parent>
    <artifactId>exo.core.component.organization.api</artifactId>
    <name>eXo Core :: Component :: Organization Service API</name>

Modified: core/branches/2.3.x/exo.core.component.organization.jdbc/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.organization.jdbc/pom.xml	2010-11-22 08:36:42 UTC (rev 3496)
+++ core/branches/2.3.x/exo.core.component.organization.jdbc/pom.xml	2010-11-22 08:38:11 UTC (rev 3497)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.6-GA</version>
+      <version>2.3.6-GA-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.core.component.organization.jdbc</artifactId>

Modified: core/branches/2.3.x/exo.core.component.organization.ldap/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.organization.ldap/pom.xml	2010-11-22 08:36:42 UTC (rev 3496)
+++ core/branches/2.3.x/exo.core.component.organization.ldap/pom.xml	2010-11-22 08:38:11 UTC (rev 3497)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.6-GA</version>
+      <version>2.3.6-GA-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.core.component.organization.ldap</artifactId>

Modified: core/branches/2.3.x/exo.core.component.script.groovy/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.script.groovy/pom.xml	2010-11-22 08:36:42 UTC (rev 3496)
+++ core/branches/2.3.x/exo.core.component.script.groovy/pom.xml	2010-11-22 08:38:11 UTC (rev 3497)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.6-GA</version>
+      <version>2.3.6-GA-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.core.component.script.groovy</artifactId>

Modified: core/branches/2.3.x/exo.core.component.security.core/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.security.core/pom.xml	2010-11-22 08:36:42 UTC (rev 3496)
+++ core/branches/2.3.x/exo.core.component.security.core/pom.xml	2010-11-22 08:38:11 UTC (rev 3497)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.6-GA</version>
+      <version>2.3.6-GA-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.core.component.security.core</artifactId>

Modified: core/branches/2.3.x/exo.core.component.web.css/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.web.css/pom.xml	2010-11-22 08:36:42 UTC (rev 3496)
+++ core/branches/2.3.x/exo.core.component.web.css/pom.xml	2010-11-22 08:38:11 UTC (rev 3497)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.6-GA</version>
+      <version>2.3.6-GA-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.core.component.web.css</artifactId>

Modified: core/branches/2.3.x/exo.core.component.xml-processing/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.xml-processing/pom.xml	2010-11-22 08:36:42 UTC (rev 3496)
+++ core/branches/2.3.x/exo.core.component.xml-processing/pom.xml	2010-11-22 08:38:11 UTC (rev 3497)
@@ -23,7 +23,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.6-GA</version>
+      <version>2.3.6-GA-SNAPSHOT</version>
    </parent>
    <artifactId>exo.core.component.xml-processing</artifactId>
    <name>eXo Core :: Component :: XML Processing Service</name>

Modified: core/branches/2.3.x/packaging/module/pom.xml
===================================================================
--- core/branches/2.3.x/packaging/module/pom.xml	2010-11-22 08:36:42 UTC (rev 3496)
+++ core/branches/2.3.x/packaging/module/pom.xml	2010-11-22 08:38:11 UTC (rev 3497)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.exoplatform.core</groupId>
       <artifactId>core-parent</artifactId>
-      <version>2.3.6-GA</version>
+      <version>2.3.6-GA-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
@@ -18,13 +18,13 @@
 
    <!-- declare the same dependencies than in the module.js -->
    <dependencies>
-        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.database</artifactId><version>2.3.6-GA</version></dependency>
-        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.document</artifactId><version>2.3.6-GA</version></dependency>
-        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.api</artifactId><version>2.3.6-GA</version></dependency>
-        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.ldap</artifactId><version>2.3.6-GA</version></dependency>
-        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.security.core</artifactId><version>2.3.6-GA</version></dependency>
-        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.xml-processing</artifactId><version>2.3.6-GA</version></dependency>
-        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.script.groovy</artifactId><version>2.3.6-GA</version></dependency>
+        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.database</artifactId><version>2.3.6-GA-SNAPSHOT</version></dependency>
+        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.document</artifactId><version>2.3.6-GA-SNAPSHOT</version></dependency>
+        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.api</artifactId><version>2.3.6-GA-SNAPSHOT</version></dependency>
+        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.ldap</artifactId><version>2.3.6-GA-SNAPSHOT</version></dependency>
+        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.security.core</artifactId><version>2.3.6-GA-SNAPSHOT</version></dependency>
+        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.xml-processing</artifactId><version>2.3.6-GA-SNAPSHOT</version></dependency>
+        <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.script.groovy</artifactId><version>2.3.6-GA-SNAPSHOT</version></dependency>
    </dependencies>
    
    <build>

Modified: core/branches/2.3.x/pom.xml
===================================================================
--- core/branches/2.3.x/pom.xml	2010-11-22 08:36:42 UTC (rev 3496)
+++ core/branches/2.3.x/pom.xml	2010-11-22 08:38:11 UTC (rev 3497)
@@ -29,7 +29,7 @@
 
    <groupId>org.exoplatform.core</groupId>
    <artifactId>core-parent</artifactId>
-   <version>2.3.6-GA</version>
+   <version>2.3.6-GA-SNAPSHOT</version>
    <packaging>pom</packaging>
 
    <name>eXo Core</name>



More information about the exo-jcr-commits mailing list