[jboss-svn-commits] JBoss Common SVN: r4388 - in invokablecontainer/trunk: build and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed May 12 19:41:20 EDT 2010


Author: david.lloyd at jboss.com
Date: 2010-05-12 19:41:19 -0400 (Wed, 12 May 2010)
New Revision: 4388

Modified:
   invokablecontainer/trunk/api/pom.xml
   invokablecontainer/trunk/build/pom.xml
Log:
More pom issues

Modified: invokablecontainer/trunk/api/pom.xml
===================================================================
--- invokablecontainer/trunk/api/pom.xml	2010-05-12 17:48:15 UTC (rev 4387)
+++ invokablecontainer/trunk/api/pom.xml	2010-05-12 23:41:19 UTC (rev 4388)
@@ -38,7 +38,7 @@
   <dependencies>
 
       <dependency>
-          <groupId>org.jboss.remoting</groupId>
+          <groupId>org.jboss.remoting3</groupId>
           <artifactId>jboss-remoting</artifactId>
           <optional>true</optional>
           <scope>provided</scope>

Modified: invokablecontainer/trunk/build/pom.xml
===================================================================
--- invokablecontainer/trunk/build/pom.xml	2010-05-12 17:48:15 UTC (rev 4387)
+++ invokablecontainer/trunk/build/pom.xml	2010-05-12 23:41:19 UTC (rev 4388)
@@ -149,9 +149,9 @@
       </dependency>
 
       <dependency>
-        <groupId>org.jboss.remoting</groupId>
+        <groupId>org.jboss.remoting3</groupId>
         <artifactId>jboss-remoting</artifactId>
-        <version>3.1.0.Beta1</version>
+        <version>3.1.0.Beta2</version>
         <optional>true</optional>
         <scope>provided</scope>
       </dependency>



More information about the jboss-svn-commits mailing list