[jboss-cvs] JBossAS SVN: r105957 - in trunk/resteasy-int: zip and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jun 11 05:53:42 EDT 2010


Author: ALRubinger
Date: 2010-06-11 05:53:41 -0400 (Fri, 11 Jun 2010)
New Revision: 105957

Modified:
   trunk/resteasy-int/jar/pom.xml
   trunk/resteasy-int/zip/pom.xml
Log:
[JBAS-8094] Provide relativePath for resteasy-int POMs

Modified: trunk/resteasy-int/jar/pom.xml
===================================================================
--- trunk/resteasy-int/jar/pom.xml	2010-06-11 09:50:33 UTC (rev 105956)
+++ trunk/resteasy-int/jar/pom.xml	2010-06-11 09:53:41 UTC (rev 105957)
@@ -5,6 +5,7 @@
         <groupId>org.jboss.jbossas</groupId>
         <artifactId>jboss-as-parent</artifactId>
         <version>6.0.0-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: trunk/resteasy-int/zip/pom.xml
===================================================================
--- trunk/resteasy-int/zip/pom.xml	2010-06-11 09:50:33 UTC (rev 105956)
+++ trunk/resteasy-int/zip/pom.xml	2010-06-11 09:53:41 UTC (rev 105957)
@@ -4,6 +4,7 @@
         <groupId>org.jboss.jbossas</groupId>
         <artifactId>jboss-as-parent</artifactId>
         <version>6.0.0-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <groupId>org.jboss.jbossas</groupId>



More information about the jboss-cvs-commits mailing list