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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Mar 8 03:17:09 EST 2010


Author: swd847
Date: 2010-03-08 03:17:08 -0500 (Mon, 08 Mar 2010)
New Revision: 12119

Modified:
   modules/remoting/trunk/examples/helloworld/pom.xml
   modules/remoting/trunk/examples/model/pom.xml
Log:
updated remoting example poms



Modified: modules/remoting/trunk/examples/helloworld/pom.xml
===================================================================
--- modules/remoting/trunk/examples/helloworld/pom.xml	2010-03-08 08:09:23 UTC (rev 12118)
+++ modules/remoting/trunk/examples/helloworld/pom.xml	2010-03-08 08:17:08 UTC (rev 12119)
@@ -32,7 +32,7 @@
   
       <dependency>
          <groupId>org.jboss.seam.remoting</groupId>
-         <artifactId>remoting-core</artifactId>
+         <artifactId>seam-remoting-core</artifactId>
          <version>${project.version}</version>
       </dependency>      
    </dependencies>

Modified: modules/remoting/trunk/examples/model/pom.xml
===================================================================
--- modules/remoting/trunk/examples/model/pom.xml	2010-03-08 08:09:23 UTC (rev 12118)
+++ modules/remoting/trunk/examples/model/pom.xml	2010-03-08 08:17:08 UTC (rev 12119)
@@ -24,8 +24,8 @@
       </dependency>
 
       <dependency>
-         <groupId>org.jboss.seam</groupId>
-         <artifactId>seam-remoting</artifactId>
+         <groupId>org.jboss.seam.remoting</groupId>
+         <artifactId>seam-remoting-core</artifactId>
          <version>3.0.0-SNAPSHOT</version>
       </dependency>
 



More information about the seam-commits mailing list