[seam-commits] Seam SVN: r10727 - modules/trunk/parent.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Apr 29 19:00:22 EDT 2009


Author: dan.j.allen
Date: 2009-04-29 19:00:22 -0400 (Wed, 29 Apr 2009)
New Revision: 10727

Modified:
   modules/trunk/parent/pom.xml
Log:
add relative path to version-matrix so you don't have to go build it first


Modified: modules/trunk/parent/pom.xml
===================================================================
--- modules/trunk/parent/pom.xml	2009-04-29 18:20:45 UTC (rev 10726)
+++ modules/trunk/parent/pom.xml	2009-04-29 23:00:22 UTC (rev 10727)
@@ -7,6 +7,7 @@
       <groupId>org.jboss.seam</groupId>
       <artifactId>seam-version-matrix</artifactId>
       <version>3.0.0-SNAPSHOT</version>
+      <relativePath>../version-matrix/pom.xml</relativePath>
    </parent>
 
    <artifactId>seam-parent</artifactId>




More information about the seam-commits mailing list