[jboss-osgi-commits] JBoss-OSGI SVN: r91192 - in projects/jboss-osgi/trunk/modules/bundles: husky/testsuite and 1 other directory.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Tue Jul 14 04:35:00 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-07-14 04:35:00 -0400 (Tue, 14 Jul 2009)
New Revision: 91192

Modified:
   projects/jboss-osgi/trunk/modules/bundles/blueprint/testsuite/pom.xml
   projects/jboss-osgi/trunk/modules/bundles/husky/testsuite/pom.xml
Log:
Fix husky groupId

Modified: projects/jboss-osgi/trunk/modules/bundles/blueprint/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/blueprint/testsuite/pom.xml	2009-07-14 08:25:34 UTC (rev 91191)
+++ projects/jboss-osgi/trunk/modules/bundles/blueprint/testsuite/pom.xml	2009-07-14 08:35:00 UTC (rev 91192)
@@ -16,7 +16,7 @@
   <!-- Dependencies -->
   <dependencies>
     <dependency>
-      <groupId>org.jboss.osgi</groupId>
+      <groupId>org.jboss.osgi.bundles</groupId>
       <artifactId>jboss-osgi-blueprint</artifactId>
       <version>${version}</version>
       <scope>provided</scope>

Modified: projects/jboss-osgi/trunk/modules/bundles/husky/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/modules/bundles/husky/testsuite/pom.xml	2009-07-14 08:25:34 UTC (rev 91191)
+++ projects/jboss-osgi/trunk/modules/bundles/husky/testsuite/pom.xml	2009-07-14 08:35:00 UTC (rev 91192)
@@ -31,7 +31,7 @@
   <!-- Dependencies -->
   <dependencies>
     <dependency>
-      <groupId>org.jboss.osgi</groupId>
+      <groupId>org.jboss.osgi.bundles</groupId>
       <artifactId>jboss-osgi-husky</artifactId>
       <version>${version}</version>
       <scope>provided</scope>




More information about the jboss-osgi-commits mailing list