[jboss-cvs] JBossAS SVN: r73235 - in trunk: cluster and 6 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri May 9 14:49:50 EDT 2008
Author: pgier
Date: 2008-05-09 14:49:50 -0400 (Fri, 09 May 2008)
New Revision: 73235
Modified:
trunk/aspects/pom.xml
trunk/cluster/pom.xml
trunk/deployment/pom.xml
trunk/ejb3/pom.xml
trunk/jbossas/remoting/pom.xml
trunk/jmx-remoting/pom.xml
trunk/profileservice/pom.xml
trunk/server/pom.xml
Log:
Update groupId for jboss-remoting. Add dependency on jboss-jad-api in deployers module.
Modified: trunk/aspects/pom.xml
===================================================================
--- trunk/aspects/pom.xml 2008-05-09 18:20:41 UTC (rev 73234)
+++ trunk/aspects/pom.xml 2008-05-09 18:49:50 UTC (rev 73235)
@@ -132,7 +132,7 @@
<artifactId>concurrent</artifactId>
</dependency>
<dependency>
- <groupId>jboss.remoting</groupId>
+ <groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting</artifactId>
</dependency>
<dependency>
Modified: trunk/cluster/pom.xml
===================================================================
--- trunk/cluster/pom.xml 2008-05-09 18:20:41 UTC (rev 73234)
+++ trunk/cluster/pom.xml 2008-05-09 18:49:50 UTC (rev 73235)
@@ -132,7 +132,7 @@
</dependency>
<dependency>
- <groupId>jboss.remoting</groupId>
+ <groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting</artifactId>
</dependency>
Modified: trunk/deployment/pom.xml
===================================================================
--- trunk/deployment/pom.xml 2008-05-09 18:20:41 UTC (rev 73234)
+++ trunk/deployment/pom.xml 2008-05-09 18:49:50 UTC (rev 73235)
@@ -52,7 +52,12 @@
</dependency>
<dependency>
- <groupId>jboss.remoting</groupId>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-jad-api</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting</artifactId>
</dependency>
Modified: trunk/ejb3/pom.xml
===================================================================
--- trunk/ejb3/pom.xml 2008-05-09 18:20:41 UTC (rev 73234)
+++ trunk/ejb3/pom.xml 2008-05-09 18:49:50 UTC (rev 73235)
@@ -57,7 +57,7 @@
</dependency>
<dependency>
- <groupId>jboss.remoting</groupId>
+ <groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting</artifactId>
</dependency>
Modified: trunk/jbossas/remoting/pom.xml
===================================================================
--- trunk/jbossas/remoting/pom.xml 2008-05-09 18:20:41 UTC (rev 73234)
+++ trunk/jbossas/remoting/pom.xml 2008-05-09 18:49:50 UTC (rev 73235)
@@ -31,7 +31,7 @@
<artifactId>jboss-logging-spi</artifactId>
</dependency>
<dependency>
- <groupId>jboss.remoting</groupId>
+ <groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting</artifactId>
</dependency>
<dependency>
Modified: trunk/jmx-remoting/pom.xml
===================================================================
--- trunk/jmx-remoting/pom.xml 2008-05-09 18:20:41 UTC (rev 73234)
+++ trunk/jmx-remoting/pom.xml 2008-05-09 18:49:50 UTC (rev 73235)
@@ -52,7 +52,7 @@
<artifactId>concurrent</artifactId>
</dependency>
<dependency>
- <groupId>jboss.remoting</groupId>
+ <groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting</artifactId>
</dependency>
</dependencies>
Modified: trunk/profileservice/pom.xml
===================================================================
--- trunk/profileservice/pom.xml 2008-05-09 18:20:41 UTC (rev 73234)
+++ trunk/profileservice/pom.xml 2008-05-09 18:49:50 UTC (rev 73235)
@@ -59,7 +59,7 @@
<artifactId>jboss-deployers-vfs-spi</artifactId>
</dependency>
<dependency>
- <groupId>jboss.remoting</groupId>
+ <groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting</artifactId>
</dependency>
<dependency>
Modified: trunk/server/pom.xml
===================================================================
--- trunk/server/pom.xml 2008-05-09 18:20:41 UTC (rev 73234)
+++ trunk/server/pom.xml 2008-05-09 18:49:50 UTC (rev 73235)
@@ -227,7 +227,7 @@
</dependency>
<dependency>
- <groupId>jboss.remoting</groupId>
+ <groupId>org.jboss.remoting</groupId>
<artifactId>jboss-remoting</artifactId>
</dependency>
More information about the jboss-cvs-commits
mailing list