[webbeans-commits] Webbeans SVN: r2591 - in examples/trunk: se/numberguess and 2 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Apr 20 08:32:55 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-04-20 08:32:55 -0400 (Mon, 20 Apr 2009)
New Revision: 2591

Modified:
   examples/trunk/se/hello-world/pom.xml
   examples/trunk/se/numberguess/pom.xml
   examples/trunk/wicket/conversations/pom.xml
   examples/trunk/wicket/numberguess/pom.xml
Log:
fix poms

Modified: examples/trunk/se/hello-world/pom.xml
===================================================================
--- examples/trunk/se/hello-world/pom.xml	2009-04-20 12:27:12 UTC (rev 2590)
+++ examples/trunk/se/hello-world/pom.xml	2009-04-20 12:32:55 UTC (rev 2591)
@@ -4,6 +4,7 @@
         <artifactId>parent</artifactId>
         <groupId>org.jboss.webbeans.examples</groupId>
         <version>1.0.0-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.jboss.webbeans.examples</groupId>

Modified: examples/trunk/se/numberguess/pom.xml
===================================================================
--- examples/trunk/se/numberguess/pom.xml	2009-04-20 12:27:12 UTC (rev 2590)
+++ examples/trunk/se/numberguess/pom.xml	2009-04-20 12:32:55 UTC (rev 2591)
@@ -4,6 +4,7 @@
         <artifactId>parent</artifactId>
         <groupId>org.jboss.webbeans.examples</groupId>
         <version>1.0.0-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.jboss.webbeans.examples</groupId>

Modified: examples/trunk/wicket/conversations/pom.xml
===================================================================
--- examples/trunk/wicket/conversations/pom.xml	2009-04-20 12:27:12 UTC (rev 2590)
+++ examples/trunk/wicket/conversations/pom.xml	2009-04-20 12:32:55 UTC (rev 2591)
@@ -8,6 +8,7 @@
       <groupId>org.jboss.webbeans.examples</groupId>
       <artifactId>parent</artifactId>
       <version>1.0.0-SNAPSHOT</version>
+      <relativePath>../../pom.xml</relativePath>
    </parent>
    
    <groupId>org.jboss.webbeans.examples</groupId>

Modified: examples/trunk/wicket/numberguess/pom.xml
===================================================================
--- examples/trunk/wicket/numberguess/pom.xml	2009-04-20 12:27:12 UTC (rev 2590)
+++ examples/trunk/wicket/numberguess/pom.xml	2009-04-20 12:32:55 UTC (rev 2591)
@@ -8,6 +8,7 @@
       <groupId>org.jboss.webbeans.examples</groupId>
       <artifactId>parent</artifactId>
       <version>1.0.0-SNAPSHOT</version>
+      <relativePath>../../pom.xml</relativePath>
    </parent>
    
    <groupId>org.jboss.webbeans.examples</groupId>




More information about the weld-commits mailing list