[weld-commits] Weld SVN: r4065 - in examples/trunk/jsf: numberguess and 1 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Oct 14 12:22:46 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-10-14 12:22:45 -0400 (Wed, 14 Oct 2009)
New Revision: 4065

Modified:
   examples/trunk/jsf/login/pom.xml
   examples/trunk/jsf/numberguess/pom.xml
   examples/trunk/jsf/translator/pom.xml
Log:
relative paths to parent

Modified: examples/trunk/jsf/login/pom.xml
===================================================================
--- examples/trunk/jsf/login/pom.xml	2009-10-14 16:17:50 UTC (rev 4064)
+++ examples/trunk/jsf/login/pom.xml	2009-10-14 16:22:45 UTC (rev 4065)
@@ -6,6 +6,7 @@
       <groupId>org.jboss.weld.examples</groupId>
       <artifactId>weld-examples-parent</artifactId>
       <version>1.0.0-SNAPSHOT</version>
+      <relativePath>../../pom.xml</relativePath>
    </parent>
    
    <groupId>org.jboss.weld.examples.jsf</groupId>

Modified: examples/trunk/jsf/numberguess/pom.xml
===================================================================
--- examples/trunk/jsf/numberguess/pom.xml	2009-10-14 16:17:50 UTC (rev 4064)
+++ examples/trunk/jsf/numberguess/pom.xml	2009-10-14 16:22:45 UTC (rev 4065)
@@ -7,6 +7,7 @@
       <groupId>org.jboss.weld.examples</groupId>
       <artifactId>weld-examples-parent</artifactId>
       <version>1.0.0-SNAPSHOT</version>
+      <relativePath>../../pom.xml</relativePath>
    </parent>
 
    <groupId>org.jboss.weld.examples.jsf</groupId>

Modified: examples/trunk/jsf/translator/pom.xml
===================================================================
--- examples/trunk/jsf/translator/pom.xml	2009-10-14 16:17:50 UTC (rev 4064)
+++ examples/trunk/jsf/translator/pom.xml	2009-10-14 16:22:45 UTC (rev 4065)
@@ -5,6 +5,7 @@
       <groupId>org.jboss.weld.examples</groupId>
       <artifactId>weld-examples-parent</artifactId>
       <version>1.0.0-SNAPSHOT</version>
+      <relativePath>../../pom.xml</relativePath>
    </parent>
    <groupId>org.jboss.weld.examples.jsf.translator</groupId>
    <artifactId>weld-jsf-translator-parent</artifactId>



More information about the weld-commits mailing list