[webbeans-commits] Webbeans SVN: r72 - ri/trunk/examples/webbeans-pizzashack.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Aug 8 07:19:01 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-08-08 07:19:01 -0400 (Fri, 08 Aug 2008)
New Revision: 72

Modified:
   ri/trunk/examples/webbeans-pizzashack/pom.xml
Log:
ws, xsd

Modified: ri/trunk/examples/webbeans-pizzashack/pom.xml
===================================================================
--- ri/trunk/examples/webbeans-pizzashack/pom.xml	2008-08-08 11:14:08 UTC (rev 71)
+++ ri/trunk/examples/webbeans-pizzashack/pom.xml	2008-08-08 11:19:01 UTC (rev 72)
@@ -1,22 +1,25 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.jboss.webbeans.examples</groupId>
-    <artifactId>parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-  </parent>
-  <groupId>org.jboss.webbeans.examples.pizzashack</groupId>
-  <artifactId>webbeans-pizzashack</artifactId>
-  <packaging>war</packaging>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <finalName>webbeans-pizzashack</finalName>
-  </build>
+<?xml version="1.0"?>
+<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">
+   <modelVersion>4.0.0</modelVersion>
+   <parent>
+      <groupId>org.jboss.webbeans.examples</groupId>
+      <artifactId>parent</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+   </parent>
+   <groupId>org.jboss.webbeans.examples.pizzashack</groupId>
+   <artifactId>webbeans-pizzashack</artifactId>
+   <packaging>war</packaging>
+   <dependencies>
+      <dependency>
+         <groupId>junit</groupId>
+         <artifactId>junit</artifactId>
+         <scope>test</scope>
+      </dependency>
+   </dependencies>
+   <build>
+      <finalName>webbeans-pizzashack</finalName>
+   </build>
 </project>
 




More information about the weld-commits mailing list