Author: david.lloyd(a)jboss.com
Date: 2010-03-04 11:53:21 -0500 (Thu, 04 Mar 2010)
New Revision: 5798
Modified:
remoting3/trunk/jboss-remoting/pom.xml
remoting3/trunk/pom.xml
remoting3/trunk/samples/pom.xml
remoting3/trunk/taglet/pom.xml
Log:
Change groupID to org.jboss.remoting3
Modified: remoting3/trunk/jboss-remoting/pom.xml
===================================================================
--- remoting3/trunk/jboss-remoting/pom.xml 2010-03-04 05:52:01 UTC (rev 5797)
+++ remoting3/trunk/jboss-remoting/pom.xml 2010-03-04 16:53:21 UTC (rev 5798)
@@ -35,7 +35,7 @@
<jbmar.version>1.3.0.CR2-SNAPSHOT</jbmar.version>
</properties>
- <groupId>org.jboss.remoting</groupId>
+ <groupId>org.jboss.remoting3</groupId>
<artifactId>jboss-remoting</artifactId>
<packaging>jar</packaging>
<version>3.1.0.Beta2-SNAPSHOT</version>
Modified: remoting3/trunk/pom.xml
===================================================================
--- remoting3/trunk/pom.xml 2010-03-04 05:52:01 UTC (rev 5797)
+++ remoting3/trunk/pom.xml 2010-03-04 16:53:21 UTC (rev 5798)
@@ -33,7 +33,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
- <groupId>org.jboss.remoting</groupId>
+ <groupId>org.jboss.remoting3</groupId>
<artifactId>jboss-remoting-all</artifactId>
<packaging>pom</packaging>
<version>3.1.0.Beta2-SNAPSHOT</version>
Modified: remoting3/trunk/samples/pom.xml
===================================================================
--- remoting3/trunk/samples/pom.xml 2010-03-04 05:52:01 UTC (rev 5797)
+++ remoting3/trunk/samples/pom.xml 2010-03-04 16:53:21 UTC (rev 5798)
@@ -33,13 +33,13 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
- <groupId>org.jboss.remoting</groupId>
+ <groupId>org.jboss.remoting3</groupId>
<artifactId>jboss-remoting-samples</artifactId>
<packaging>jar</packaging>
<version>3.1.0.Beta2-SNAPSHOT</version>
<dependencies>
<dependency>
- <groupId>org.jboss.remoting</groupId>
+ <groupId>org.jboss.remoting3</groupId>
<artifactId>jboss-remoting</artifactId>
<version>3.1.0.Beta2-SNAPSHOT</version>
<scope>compile</scope>
Modified: remoting3/trunk/taglet/pom.xml
===================================================================
--- remoting3/trunk/taglet/pom.xml 2010-03-04 05:52:01 UTC (rev 5797)
+++ remoting3/trunk/taglet/pom.xml 2010-03-04 16:53:21 UTC (rev 5798)
@@ -30,7 +30,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
- <groupId>org.jboss.remoting</groupId>
+ <groupId>org.jboss.remoting3</groupId>
<artifactId>jboss-remoting-taglet</artifactId>
<name>JBoss Remoting Taglet</name>
<description>JBoss Remoting Documentation Taglet</description>
Show replies by date