[seam-commits] Seam SVN: r12172 - in modules/remoting/trunk/examples: model and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Mar 10 19:32:21 EST 2010


Author: shane.bryzak at jboss.com
Date: 2010-03-10 19:32:20 -0500 (Wed, 10 Mar 2010)
New Revision: 12172

Modified:
   modules/remoting/trunk/examples/helloworld/pom.xml
   modules/remoting/trunk/examples/model/pom.xml
Log:
add example parents


Modified: modules/remoting/trunk/examples/helloworld/pom.xml
===================================================================
--- modules/remoting/trunk/examples/helloworld/pom.xml	2010-03-11 00:29:03 UTC (rev 12171)
+++ modules/remoting/trunk/examples/helloworld/pom.xml	2010-03-11 00:32:20 UTC (rev 12172)
@@ -1,9 +1,15 @@
 <?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.seam.remoting</groupId>
+      <artifactId>seam-remoting-parent</artifactId>
+      <version>3.0.0-SNAPSHOT</version>
+   </parent>
+
    <groupId>org.jboss.seam.remoting</groupId>
-   <artifactId>remoting-helloworld-example</artifactId>
+   <artifactId>seam-remoting-helloworld-example</artifactId>
    <packaging>war</packaging>
    <version>3.0.0-SNAPSHOT</version>
    <name>Seam Remoting Helloworld Example</name>

Modified: modules/remoting/trunk/examples/model/pom.xml
===================================================================
--- modules/remoting/trunk/examples/model/pom.xml	2010-03-11 00:29:03 UTC (rev 12171)
+++ modules/remoting/trunk/examples/model/pom.xml	2010-03-11 00:32:20 UTC (rev 12172)
@@ -1,11 +1,17 @@
 <?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.seam.remoting>
+      <artifactId>seam-remoting-parent</artifactId>
+      <version>3.0.0-SNAPSHOT</version>
+   </parent>
+
    <groupId>org.jboss.seam.remoting</groupId>
    <artifactId>seam-remoting-model-example</artifactId>
    <packaging>war</packaging>
-   <version>1.0.0-SNAPSHOT</version>
+   <version>3.0.0-SNAPSHOT</version>
    <name>Seam Remoting Model Example</name>
    
    <dependencies>



More information about the seam-commits mailing list