[jboss-cvs] JBossAS SVN: r94760 - in projects/jboss-osgi/trunk: testsuite and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 13 05:06:11 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-10-13 05:06:11 -0400 (Tue, 13 Oct 2009)
New Revision: 94760

Modified:
   projects/jboss-osgi/trunk/distribution/pom.xml
   projects/jboss-osgi/trunk/testsuite/example/pom.xml
   projects/jboss-osgi/trunk/testsuite/functional/pom.xml
   projects/jboss-osgi/trunk/testsuite/pom.xml
   projects/jboss-osgi/trunk/testsuite/trailblazer/pom.xml
Log:
Move testsuite to groupid=org.jboss.osgi.testsuite

Modified: projects/jboss-osgi/trunk/distribution/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/pom.xml	2009-10-13 08:43:51 UTC (rev 94759)
+++ projects/jboss-osgi/trunk/distribution/pom.xml	2009-10-13 09:06:11 UTC (rev 94760)
@@ -72,7 +72,7 @@
       <classifier>javadoc</classifier>
     </dependency>
     <dependency>
-      <groupId>org.jboss.osgi</groupId>
+      <groupId>org.jboss.osgi.testsuite</groupId>
       <artifactId>jboss-osgi-testsuite-example</artifactId>
       <version>${version}</version>
       <type>zip</type>

Modified: projects/jboss-osgi/trunk/testsuite/example/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-10-13 08:43:51 UTC (rev 94759)
+++ projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-10-13 09:06:11 UTC (rev 94760)
@@ -24,12 +24,12 @@
 
   <name>JBossOSGi Testsuite - Examples</name>
 
-  <groupId>org.jboss.osgi</groupId>
+  <groupId>org.jboss.osgi.testsuite</groupId>
   <artifactId>jboss-osgi-testsuite-example</artifactId>
   <packaging>jar</packaging>
 
   <parent>
-    <groupId>org.jboss.osgi</groupId>
+    <groupId>org.jboss.osgi.testsuite</groupId>
     <artifactId>jboss-osgi-testsuite</artifactId>
     <version>1.0.0.Beta4</version>
   </parent>

Modified: projects/jboss-osgi/trunk/testsuite/functional/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-10-13 08:43:51 UTC (rev 94759)
+++ projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-10-13 09:06:11 UTC (rev 94760)
@@ -24,12 +24,12 @@
 
   <name>JBossOSGi Testsuite - Functional</name>
 
-  <groupId>org.jboss.osgi</groupId>
+  <groupId>org.jboss.osgi.testsuite</groupId>
   <artifactId>jboss-osgi-testsuite-functional</artifactId>
   <packaging>jar</packaging>
 
   <parent>
-    <groupId>org.jboss.osgi</groupId>
+    <groupId>org.jboss.osgi.testsuite</groupId>
     <artifactId>jboss-osgi-testsuite</artifactId>
     <version>1.0.0.Beta4</version>
   </parent>

Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml	2009-10-13 08:43:51 UTC (rev 94759)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml	2009-10-13 09:06:11 UTC (rev 94760)
@@ -19,7 +19,7 @@
 
   <name>JBossOSGi Testsuite</name>
 
-  <groupId>org.jboss.osgi</groupId>
+  <groupId>org.jboss.osgi.testsuite</groupId>
   <artifactId>jboss-osgi-testsuite</artifactId>
   <packaging>pom</packaging>
 

Modified: projects/jboss-osgi/trunk/testsuite/trailblazer/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/trailblazer/pom.xml	2009-10-13 08:43:51 UTC (rev 94759)
+++ projects/jboss-osgi/trunk/testsuite/trailblazer/pom.xml	2009-10-13 09:06:11 UTC (rev 94760)
@@ -16,12 +16,12 @@
 
   <name>JBossOSGi Testsuite - Trailblazer</name>
 
-  <groupId>org.jboss.osgi</groupId>
+  <groupId>org.jboss.osgi.testsuite</groupId>
   <artifactId>jboss-osgi-testsuite-trailblazer</artifactId>
   <packaging>jar</packaging>
 
   <parent>
-    <groupId>org.jboss.osgi</groupId>
+    <groupId>org.jboss.osgi.testsuite</groupId>
     <artifactId>jboss-osgi-testsuite</artifactId>
     <version>1.0.0.Beta4</version>
   </parent>




More information about the jboss-cvs-commits mailing list