Fix duplicates
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 0370e29..0708d2f 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -19,9 +19,7 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-distribution-parent</artifactId>
-    <version>2.3.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>CXF DOSGi Distribution Parent</name>
     <url>http://cxf.apache.org</url>
diff --git a/distribution/sources/pom.xml b/distribution/sources/pom.xml
index 3303a9f..35d5ad3 100644
--- a/distribution/sources/pom.xml
+++ b/distribution/sources/pom.xml
@@ -20,9 +20,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf.dosgi</groupId>
     <artifactId>cxf-dosgi-source-distribution</artifactId>
-    <version>2.3.0-SNAPSHOT</version>
     <name>CXF DOSGi Source Distribution</name>
     <url>http://cxf.apache.org</url>
 
diff --git a/itests/pom.xml b/itests/pom.xml
index af4683d..9775de0 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -30,7 +30,6 @@
 
     <groupId>org.apache.cxf.dosgi.systests</groupId>
     <artifactId>cxf-dosgi-itests</artifactId>
-    <version>2.3.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>CXF DOSGi Integration Tests</name>
diff --git a/samples/rest/pom.xml b/samples/rest/pom.xml
index 12124d9..b055cf1 100644
--- a/samples/rest/pom.xml
+++ b/samples/rest/pom.xml
@@ -12,7 +12,6 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-samples-rest-parent</artifactId>
     <packaging>pom</packaging>
     <name>CXF DOSGi Samples REST Parent</name>
diff --git a/samples/ssl/pom.xml b/samples/ssl/pom.xml
index c6e9656..d42faa0 100644
--- a/samples/ssl/pom.xml
+++ b/samples/ssl/pom.xml
@@ -20,7 +20,6 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf.dosgi.samples</groupId>
     <artifactId>cxf-dosgi-samples-ssl-parent</artifactId>
     <packaging>pom</packaging>
     <name>CXF DOSGi Greeter Bundles</name>