[exo-jcr-commits] exo-jcr SVN: r4987 - in jcr/trunk: applications/exo.jcr.applications.jetty and 3 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Sep 27 12:17:02 EDT 2011


Author: nfilotto
Date: 2011-09-27 12:17:02 -0400 (Tue, 27 Sep 2011)
New Revision: 4987

Modified:
   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.tomcat/pom.xml
   jcr/trunk/packaging/module/pom.xml
Log:
EXOJCR-1569: Set properly the relativePath in the pom files [jcr]

Modified: jcr/trunk/applications/exo.jcr.applications.jboss/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.jboss/pom.xml	2011-09-27 16:16:07 UTC (rev 4986)
+++ jcr/trunk/applications/exo.jcr.applications.jboss/pom.xml	2011-09-27 16:17:02 UTC (rev 4987)
@@ -23,6 +23,7 @@
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.applications.config</artifactId>
       <version>1.14.2-GA-SNAPSHOT</version>
+      <relativePath>../exo.jcr.applications.config/pom.xml</relativePath>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/applications/exo.jcr.applications.jetty/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.jetty/pom.xml	2011-09-27 16:16:07 UTC (rev 4986)
+++ jcr/trunk/applications/exo.jcr.applications.jetty/pom.xml	2011-09-27 16:17:02 UTC (rev 4987)
@@ -23,7 +23,7 @@
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.applications.config</artifactId>
       <version>1.14.2-GA-SNAPSHOT</version>
-      <relativePath>exo.jcr.applications.config</relativePath>
+      <relativePath>../exo.jcr.applications.config/pom.xml</relativePath>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/applications/exo.jcr.applications.jonas/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.jonas/pom.xml	2011-09-27 16:16:07 UTC (rev 4986)
+++ jcr/trunk/applications/exo.jcr.applications.jonas/pom.xml	2011-09-27 16:17:02 UTC (rev 4987)
@@ -23,6 +23,7 @@
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.applications.config</artifactId>
       <version>1.14.2-GA-SNAPSHOT</version>
+      <relativePath>../exo.jcr.applications.config/pom.xml</relativePath>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml	2011-09-27 16:16:07 UTC (rev 4986)
+++ jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml	2011-09-27 16:17:02 UTC (rev 4987)
@@ -23,7 +23,7 @@
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.applications.config</artifactId>
       <version>1.14.2-GA-SNAPSHOT</version>
-      <relativePath>exo.jcr.applications.config</relativePath>
+      <relativePath>../exo.jcr.applications.config/pom.xml</relativePath>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/packaging/module/pom.xml
===================================================================
--- jcr/trunk/packaging/module/pom.xml	2011-09-27 16:16:07 UTC (rev 4986)
+++ jcr/trunk/packaging/module/pom.xml	2011-09-27 16:17:02 UTC (rev 4987)
@@ -5,6 +5,7 @@
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
     <version>1.14.2-GA-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>jcr.packaging.module</artifactId>
   <packaging>pom</packaging>



More information about the exo-jcr-commits mailing list