Remove multiple group IDs
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 4 Sep 2012 10:23:19 +0000 (10:23 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 4 Sep 2012 10:23:19 +0000 (10:23 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@5548 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

28 files changed:
demo/pom.xml
dep/org.argeo.slc.dep.backend/pom.xml
dep/org.argeo.slc.dep.detached/pom.xml
dep/org.argeo.slc.dep.eclipse/pom.xml
dep/org.argeo.slc.dep.rap/pom.xml
dep/org.argeo.slc.dep.rcp/pom.xml
dep/pom.xml
dist/slc-maven/pom.xml
dist/slc/pom.xml
plugins/org.argeo.slc.client.ui.dist/pom.xml
plugins/org.argeo.slc.client.ui/pom.xml
runtime/org.argeo.slc.core/pom.xml
runtime/org.argeo.slc.detached.launcher/pom.xml
runtime/org.argeo.slc.detached/pom.xml
runtime/org.argeo.slc.launcher/pom.xml
runtime/org.argeo.slc.lib.detached/pom.xml
runtime/org.argeo.slc.repo/pom.xml
runtime/org.argeo.slc.specs/pom.xml
runtime/org.argeo.slc.support.aether/pom.xml
runtime/org.argeo.slc.support.ant/pom.xml
runtime/org.argeo.slc.support.castor/pom.xml
runtime/org.argeo.slc.support.equinox/pom.xml
runtime/org.argeo.slc.support.jcr/pom.xml
runtime/org.argeo.slc.support.jemmy/pom.xml
runtime/org.argeo.slc.support.maven/pom.xml
runtime/org.argeo.slc.support.osgi/pom.xml
runtime/org.argeo.slc.support.simple/pom.xml
runtime/org.argeo.slc.unit/pom.xml

index 63a16f6d7d9b4f265b0a6d28be0d1e09b87faaae..858c7ec066dbb1a21b7967675523010dd27b0138 100644 (file)
@@ -6,7 +6,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc</groupId>
        <artifactId>demo</artifactId>
        <packaging>pom</packaging>
        <name>SLC Demo</name>
index 24a7faa82651b8aaaa4efd403f3a7a894ae4a08b..1f618e954f03616ca01334a1bfcf4058c2ef701f 100644 (file)
@@ -6,8 +6,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-
-       <groupId>org.argeo.slc.dep</groupId>
        <artifactId>org.argeo.slc.dep.backend</artifactId>
        <name>SLC Backend Dependencies</name>
        <description>Shared by RAP and pure server</description>
        <dependencies>
                <!-- SLC Agent -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.simple</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.ant</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.jcr</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.equinox</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
@@ -75,7 +73,7 @@
 
                <!-- SLC Repo -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.repo</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
@@ -92,7 +90,7 @@
 
                <!-- Launcher -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.launcher</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                        <type>tar.gz</type>
                                                                </goals>
                                                                <configuration>
                                                                        <includeTypes>jar</includeTypes>
-                                                                       <includeGroupIds>org.argeo.slc,org.argeo.slc.runtime</includeGroupIds>
+                                                                       <includeGroupIds>org.argeo.slc</includeGroupIds>
                                                                        <outputDirectory>${project.build.directory}/slc</outputDirectory>
                                                                </configuration>
                                                        </execution>
index 9bf3c3863c9ff71f1bb5cd7940d8bb66f71c3b6e..af25c3a6f677219de9fabbb88c12a0dab756b344 100644 (file)
@@ -6,18 +6,17 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.dep</groupId>
        <artifactId>org.argeo.slc.dep.detached</artifactId>
        <packaging>jar</packaging>
        <name>SLC Detached Dependencies</name>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.detached</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.jemmy</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
index 165966f09f0b467964cb8138a644eb33166a74ac..f2a29c941756e330ee59b4fb3d787f1108398190 100644 (file)
@@ -6,7 +6,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.dep</groupId>
        <artifactId>org.argeo.slc.dep.eclipse</artifactId>
        <name>SLC Eclipse Dependencies</name>
        <build>
@@ -40,7 +39,7 @@
 
                <!-- Back-end Dependencies -->
                <dependency>
-                       <groupId>org.argeo.slc.dep</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.dep.backend</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
index fdafe14eaa30ef33bfbdae32b938378f34a03812..5749ea5a6f18cf0ed0bacca23f5dc2e86fe3227c 100644 (file)
@@ -6,7 +6,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.dep</groupId>
        <artifactId>org.argeo.slc.dep.rap</artifactId>
        <name>SLC Eclipse RAP Dependencies</name>
        <build>
@@ -28,7 +27,7 @@
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc.dep</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.dep.eclipse</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
@@ -95,7 +94,7 @@
                                                                                        <directoryIncluded>false</directoryIncluded>
                                                                                        <dependency>
                                                                                                <includes>
-                                                                                                       <include>org.argeo.slc.eclipse:org.argeo.slc.client.rap</include>
+                                                                                                       <include>org.argeo.slc:org.argeo.slc.client.rap</include>
                                                                                                </includes>
                                                                                        </dependency>
                                                                                </mapping>
index 9bd39129847ae43034a2d3a77782e60413bfd9ca..87095e19bee1e5b91db1f35b566d081a2ef9003e 100644 (file)
@@ -6,7 +6,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.dep</groupId>
        <artifactId>org.argeo.slc.dep.rcp</artifactId>
        <name>SLC Eclipse RCP Dependencies</name>
        <build>
@@ -29,7 +28,7 @@
        <dependencies>
                <!-- Perspectives -->
                <dependency>
-                       <groupId>org.argeo.slc.dep</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.dep.eclipse</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
@@ -48,7 +47,7 @@
 
                <!-- For target platform generation -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.unit</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                        <scope>test</scope>
                                                                                        <directoryIncluded>false</directoryIncluded>
                                                                                        <dependency>
                                                                                                <includes>
-                                                                                                       <include>org.argeo.slc.eclipse:org.argeo.slc.client.rcp</include>
+                                                                                                       <include>org.argeo.slc:org.argeo.slc.client.rcp</include>
                                                                                                </includes>
                                                                                        </dependency>
                                                                                </mapping>
index ac94d48f8a306a55198d577b829141feba70b7ce..747c8caba5f805746ad1e82ec10c3cb203cd1806 100644 (file)
        <dependencies>
                <!-- For target platform generation -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.unit</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.maven</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                        <scope>test</scope>
index 7a5b7264a991af56d50fe179e5fe4ef7f78cb932..663a02e9b06b0af0c134c9f07ac3015126b33c3c 100644 (file)
@@ -5,13 +5,12 @@
                <artifactId>dist</artifactId>
                <version>1.1.3-SNAPSHOT</version>
        </parent>
-       <groupId>org.argeo.slc.dist</groupId>
        <artifactId>slc-maven</artifactId>
        <packaging>pom</packaging>
        <name>SLC Distribution Maven</name>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.maven</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
@@ -43,7 +42,7 @@
                                                                                        <directoryIncluded>false</directoryIncluded>
                                                                                        <dependency>
                                                                                                <includes>
-                                                                                                       <include>org.argeo.slc.runtime:org.argeo.slc.support.maven</include>
+                                                                                                       <include>org.argeo.slc:org.argeo.slc.support.maven</include>
                                                                                                </includes>
                                                                                        </dependency>
                                                                                </mapping>
index ce2e24cec30a972d2a679aa9e5bf268bdb7b1a7e..43cfa187a404d36dde8861f5914ff1072d344c61 100644 (file)
@@ -5,7 +5,6 @@
                <artifactId>dist</artifactId>
                <version>1.1.3-SNAPSHOT</version>
        </parent>
-       <groupId>org.argeo.slc.dist</groupId>
        <artifactId>slc</artifactId>
        <packaging>pom</packaging>
        <name>SLC Node (RPM)</name>
index 1b42be7be11cae7aeb5f8489bc348a9bbaecb10e..2d1f53ed4cd7a362215c91f0a671ba1b4ec34749 100644 (file)
@@ -57,7 +57,7 @@
 
                <!-- SLC repo -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.repo</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
index 1b4d6b132a30e6a53573fdd43cd389dc05b99e82..654e73e10f4b7ffa09370ec0328af632acfbe5e0 100644 (file)
        <dependencies>
                <!-- SLC -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.jcr</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
index d86045f6140bde5f9ff7e57e0708327ddda922f3..beaedbbc49760fe8bc020307b304088c487444b2 100644 (file)
@@ -7,7 +7,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.core</artifactId>
        <name>SLC Core</name>
        <description>Basic implementations of SLC Specifications</description>
@@ -39,7 +38,7 @@
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.specs</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
index 92d233da526cda04de96dec09733466a166843b7..2852ea2b49fdba4b9595a9642568551219d3736f 100644 (file)
@@ -6,7 +6,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.detached.launcher</artifactId>
        <name>SLC Detached Launcher</name>
        <packaging>jar</packaging>
index 7a7a2a4d6e7bc8baf3bdda396f2b7892791bd869..ff849dc5f8c7cadc5009c8223e0cd0229983ecdc 100644 (file)
@@ -6,7 +6,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.detached</artifactId>
        <name>SLC Detached</name>
        <packaging>jar</packaging>
index e04c7738ca0d1613d85336d16f354e4fe78e6270..b9fe3c5dd8a2be71aeb901a401f392bdd4e04644 100644 (file)
@@ -6,7 +6,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.launcher</artifactId>
        <packaging>jar</packaging>
        <name>SLC Launcher</name>
@@ -73,7 +72,7 @@
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
index 7649f5f40fb019c4f5f0e502f5968898ef82bd96..8dde34f9d6640bbfac79cbe68ae9f4789a008cd1 100644 (file)
@@ -6,7 +6,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.lib.detached</artifactId>
        <name>SLC Lib Detached</name>
        <build>
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.simple</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.detached</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.castor</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
 
                <!-- Unit Tests -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.unit</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                        <scope>test</scope>
index 938b2bcb5467d63c9f3375ad6fbcc3598ee3e4a8..78b16856c78e64b6257e7b9ba689b5386b065acd 100644 (file)
@@ -7,7 +7,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.repo</artifactId>
        <name>SLC Repository</name>
        <build>
        <dependencies>
                <!-- SLC Runtime -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.aether</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.jcr</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
index 5e0e435f86f3448c5ea5e9f5e8eda796e1992a60..89113603e0d88e8da815764d1b80aafa65cd2155 100644 (file)
@@ -6,7 +6,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.specs</artifactId>
        <name>SLC Specifications</name>
        <build>
index 5d55e608bc67d0c39cce504309417a9c865a5860..0c3f3bb89f33551dd28e66a37e8b14df9d24e53a 100644 (file)
@@ -6,7 +6,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.aether</artifactId>
        <name>SLC Support Aether</name>
        <build>
@@ -27,7 +26,7 @@
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
index b3a3b5c88fdf0068e4598b98f2ce6df91dff56b8..a23567b7ccbc5e93a60c3f139e1ed49db5fc203d 100644 (file)
@@ -6,7 +6,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.ant</artifactId>
        <packaging>jar</packaging>
        <name>SLC Support Ant</name>
@@ -28,7 +27,7 @@
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
index 9ba9f6b90f6aa4f8f72a886ac2c18a3d5de6357e..0d1cd779cfd02fa6e5e2ab73d17df32827e5a6e0 100644 (file)
@@ -6,7 +6,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.castor</artifactId>
        <name>SLC Support Castor</name>
        <description>Implementations of SLC Specs using Castor</description>
@@ -62,7 +61,7 @@
        <dependencies>
 
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
@@ -89,7 +88,7 @@
 
                <!-- Unit Tests -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.unit</artifactId>
                        <scope>test</scope>
                        <version>1.1.3-SNAPSHOT</version>
index a23efbf631000ce02d41a935c56b210a1a8149cd..52c46beb90a6e889b773272488ddb5ee3990015e 100644 (file)
@@ -7,7 +7,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.equinox</artifactId>
        <name>SLC Support Equinox</name>
        <packaging>jar</packaging>
@@ -44,7 +43,7 @@
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.osgi</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
@@ -56,7 +55,7 @@
 
                <!-- Unit Tests -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.unit</artifactId>
                        <scope>test</scope>
                        <version>1.1.3-SNAPSHOT</version>
index 56e4a482d0f27b6dad01a97b0c716d956fc69105..8d49c645e2d4bbd54a23e3c9b881d29d4edf885f 100644 (file)
@@ -6,7 +6,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.jcr</artifactId>
        <name>SLC Support JCR</name>
        <build>
@@ -29,7 +28,7 @@
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
@@ -42,7 +41,7 @@
 
                <!-- Unit Tests -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.unit</artifactId>
                        <scope>test</scope>
                        <version>1.1.3-SNAPSHOT</version>
index 6187e3fd665cbbf5d026e4c9ab155f275b91a11a..3638f3dcb7b49a1aacad1b4825bbaf0a13ee2902 100644 (file)
@@ -6,7 +6,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.jemmy</artifactId>
        <name>SLC Support Jemmy</name>
        <description>Helper classes for the Jemmy framework</description>
index 942bc5fd8af3d2eeb323d698a14a08352292b53a..5ae1b20bfeebba495dbfbd6872262757cc7a72b6 100644 (file)
@@ -7,7 +7,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.maven</artifactId>
        <packaging>bundle</packaging>
        <name>SLC Support Maven</name>
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.specs</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.aether</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
index d9375ef8e02513ff31724431751fa880b3a2134c..87f2b72fa34d38750273db7d75abaa4a24741baf 100644 (file)
@@ -6,7 +6,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.osgi</artifactId>
        <name>SLC Support OSGi</name>
        <packaging>jar</packaging>
@@ -29,7 +28,7 @@
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
index 8d0bb245b092a702e0567e6578c9c59f24da78ad..5ac4ee7f548e3f997787da4addaec97afe1d24c7 100644 (file)
@@ -6,7 +6,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.simple</artifactId>
        <name>SLC Support Simple</name>
        <description>Basic implementations of SLC Specifications</description>
@@ -37,7 +36,7 @@
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
index 22cce56d8a0f6cff824accf5b71b7f7bbafd7ca4..edf73aeb5ed01ac5edd0f8445361a0e0fc346781 100644 (file)
@@ -6,7 +6,6 @@
                <version>1.1.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.unit</artifactId>
        <name>SLC Unit Tests Helpers</name>
        <build>
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.core</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.support.simple</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>
@@ -86,7 +85,7 @@
 
                <!-- Client -->
                <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.launcher</artifactId>
                        <version>1.1.3-SNAPSHOT</version>
                </dependency>