[webbeans-commits] Webbeans SVN: r1697 - examples/trunk/se/hello-world.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Feb 24 18:32:35 EST 2009


Author: peteroyle
Date: 2009-02-24 18:32:35 -0500 (Tue, 24 Feb 2009)
New Revision: 1697

Modified:
   examples/trunk/se/hello-world/pom.xml
Log:
including parent WebBeans pom

Modified: examples/trunk/se/hello-world/pom.xml
===================================================================
--- examples/trunk/se/hello-world/pom.xml	2009-02-24 23:32:27 UTC (rev 1696)
+++ examples/trunk/se/hello-world/pom.xml	2009-02-24 23:32:35 UTC (rev 1697)
@@ -1,10 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <parent>
+        <artifactId>parent</artifactId>
+        <groupId>org.jboss.webbeans</groupId>
+        <version>1.0.0-SNAPSHOT</version>
+    </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.jboss.webbeans</groupId>
     <artifactId>hello-world-se</artifactId>
-    <packaging>jar</packaging>
-    <version>1.0-SNAPSHOT</version>
     <name>Hello World SE</name>
     <url>http://maven.apache.org</url>
 




More information about the weld-commits mailing list