Author: thomas.diesler(a)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>
Show replies by date