[jboss-cvs] JBossAS SVN: r101096 - in trunk/resteasy-int: test and 1 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Feb 17 19:07:35 EST 2010
Author: bstansberry at jboss.com
Date: 2010-02-17 19:07:34 -0500 (Wed, 17 Feb 2010)
New Revision: 101096
Modified:
trunk/resteasy-int/pom.xml
trunk/resteasy-int/test/pom.xml
trunk/resteasy-int/zip/pom.xml
Log:
[JBAS-7749] Set groupId to org.jboss.jbossas
Modified: trunk/resteasy-int/pom.xml
===================================================================
--- trunk/resteasy-int/pom.xml 2010-02-17 22:20:20 UTC (rev 101095)
+++ trunk/resteasy-int/pom.xml 2010-02-18 00:07:34 UTC (rev 101096)
@@ -8,7 +8,7 @@
<name>RESTEasy JBoss AS Integration</name>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.resteasy</groupId>
+ <groupId>org.jboss.jbossas</groupId>
<artifactId>resteasy-int-pom</artifactId>
<packaging>pom</packaging>
Modified: trunk/resteasy-int/test/pom.xml
===================================================================
--- trunk/resteasy-int/test/pom.xml 2010-02-17 22:20:20 UTC (rev 101095)
+++ trunk/resteasy-int/test/pom.xml 2010-02-18 00:07:34 UTC (rev 101096)
@@ -8,7 +8,7 @@
<name>Resteasy JBoss AS Integration Testing</name>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.resteasy</groupId>
+ <groupId>org.jboss.jbossas</groupId>
<artifactId>resteasy-int-testing-pom</artifactId>
<packaging>pom</packaging>
Modified: trunk/resteasy-int/zip/pom.xml
===================================================================
--- trunk/resteasy-int/zip/pom.xml 2010-02-17 22:20:20 UTC (rev 101095)
+++ trunk/resteasy-int/zip/pom.xml 2010-02-18 00:07:34 UTC (rev 101096)
@@ -6,6 +6,7 @@
<version>6.0.0-SNAPSHOT</version>
</parent>
+ <groupId>org.jboss.jbossas</groupId>
<artifactId>resteasy-int-dist</artifactId>
<packaging>pom</packaging>
<name>RESTEasy JBoss AS Integration Distribution</name>
More information about the jboss-cvs-commits
mailing list