[seam-commits] Seam SVN: r14111 - in branches/community/Seam_2_3: seam-integration-tests and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jun 2 18:07:14 EDT 2011


Author: manaRH
Date: 2011-06-02 18:07:14 -0400 (Thu, 02 Jun 2011)
New Revision: 14111

Modified:
   branches/community/Seam_2_3/jboss-seam-gen/pom.xml
   branches/community/Seam_2_3/seam-integration-tests/pom.xml
Log:
adding relativePath to parent pom

Modified: branches/community/Seam_2_3/jboss-seam-gen/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/pom.xml	2011-06-02 14:05:36 UTC (rev 14110)
+++ branches/community/Seam_2_3/jboss-seam-gen/pom.xml	2011-06-02 22:07:14 UTC (rev 14111)
@@ -11,6 +11,7 @@
       <groupId>org.jboss.seam</groupId>
       <artifactId>jboss-seam-parent</artifactId>
       <version>2.3-SNAPSHOT</version>
+      <relativePath>../jboss-seam-parent/pom.xml</relativePath>
    </parent>
 
    <build>

Modified: branches/community/Seam_2_3/seam-integration-tests/pom.xml
===================================================================
--- branches/community/Seam_2_3/seam-integration-tests/pom.xml	2011-06-02 14:05:36 UTC (rev 14110)
+++ branches/community/Seam_2_3/seam-integration-tests/pom.xml	2011-06-02 22:07:14 UTC (rev 14111)
@@ -7,6 +7,7 @@
 		<artifactId>jboss-seam-parent</artifactId>
 		<groupId>org.jboss.seam</groupId>
 		<version>2.3-SNAPSHOT</version>
+		<relativePath>../jboss-seam-parent/pom.xml</relativePath>
 	</parent>
 	<groupId>org.jboss.seam</groupId>
 	<artifactId>seam-integration-tests</artifactId>



More information about the seam-commits mailing list