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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 17 06:39:52 EST 2010


Author: dkatayev
Date: 2010-02-17 06:39:52 -0500 (Wed, 17 Feb 2010)
New Revision: 1853

Modified:
   jcr/trunk/applications/cluster.test.client/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.rest/pom.xml
   jcr/trunk/applications/exo.jcr.ear/pom.xml
   jcr/trunk/applications/pom.xml
Log:
EXOJCR-521 reactor and project's poms updated

Modified: jcr/trunk/applications/cluster.test.client/pom.xml
===================================================================
--- jcr/trunk/applications/cluster.test.client/pom.xml	2010-02-17 11:01:32 UTC (rev 1852)
+++ jcr/trunk/applications/cluster.test.client/pom.xml	2010-02-17 11:39:52 UTC (rev 1853)
@@ -23,7 +23,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
-    <artifactId>jcr-parent</artifactId>
+    <artifactId>jcr-applications-parent</artifactId>
     <version>1.12.0-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.component.cluster.test.client</artifactId>

Modified: jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml	2010-02-17 11:01:32 UTC (rev 1852)
+++ jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml	2010-02-17 11:39:52 UTC (rev 1853)
@@ -23,7 +23,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
-    <artifactId>jcr-parent</artifactId>
+    <artifactId>jcr-applications-parent</artifactId>
     <version>1.12.0-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.applications.backupconsole</artifactId>

Modified: jcr/trunk/applications/exo.jcr.applications.browser/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.browser/pom.xml	2010-02-17 11:01:32 UTC (rev 1852)
+++ jcr/trunk/applications/exo.jcr.applications.browser/pom.xml	2010-02-17 11:39:52 UTC (rev 1853)
@@ -23,7 +23,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
-    <artifactId>jcr-parent</artifactId>
+    <artifactId>jcr-applications-parent</artifactId>
     <version>1.12.0-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.applications.browser</artifactId>

Modified: jcr/trunk/applications/exo.jcr.applications.config/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.config/pom.xml	2010-02-17 11:01:32 UTC (rev 1852)
+++ jcr/trunk/applications/exo.jcr.applications.config/pom.xml	2010-02-17 11:39:52 UTC (rev 1853)
@@ -23,9 +23,8 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
-    <artifactId>jcr-parent</artifactId>
+    <artifactId>jcr-applications-parent</artifactId>
     <version>1.12.0-GA-SNAPSHOT</version>
-    <relativePath>../../</relativePath>
   </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	2010-02-17 11:01:32 UTC (rev 1852)
+++ jcr/trunk/applications/exo.jcr.applications.fckeditor/pom.xml	2010-02-17 11:39:52 UTC (rev 1853)
@@ -23,7 +23,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
-    <artifactId>jcr-parent</artifactId>
+    <artifactId>jcr-applications-parent</artifactId>
     <version>1.12.0-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.applications.fckeditor</artifactId>

Modified: jcr/trunk/applications/exo.jcr.applications.rest/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.rest/pom.xml	2010-02-17 11:01:32 UTC (rev 1852)
+++ jcr/trunk/applications/exo.jcr.applications.rest/pom.xml	2010-02-17 11:39:52 UTC (rev 1853)
@@ -23,7 +23,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
-    <artifactId>jcr-parent</artifactId>
+    <artifactId>jcr-applications-parent</artifactId>
     <version>1.12.0-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.applications.rest</artifactId>

Modified: jcr/trunk/applications/exo.jcr.ear/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.ear/pom.xml	2010-02-17 11:01:32 UTC (rev 1852)
+++ jcr/trunk/applications/exo.jcr.ear/pom.xml	2010-02-17 11:39:52 UTC (rev 1853)
@@ -23,7 +23,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
-    <artifactId>jcr-parent</artifactId>
+    <artifactId>jcr-applications-parent</artifactId>
     <version>1.12.0-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.ear</artifactId>

Modified: jcr/trunk/applications/pom.xml
===================================================================
--- jcr/trunk/applications/pom.xml	2010-02-17 11:01:32 UTC (rev 1852)
+++ jcr/trunk/applications/pom.xml	2010-02-17 11:39:52 UTC (rev 1853)
@@ -27,8 +27,9 @@
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
-   <artifactId>jcr-applications-reactor</artifactId>
-
+   <artifactId>jcr-applications-parent</artifactId>
+   <version>1.12.0-GA-SNAPSHOT</version>
+    
    <name>eXo JCR :: Applications :: Reactor</name>
    <packaging>pom</packaging>
    <description>eXo JCR Applications Reactor</description>



More information about the exo-jcr-commits mailing list