keycloak-aplcache

Details

diff --git a/distribution/pom.xml b/distribution/pom.xml
index ed51ec9..3da5520 100755
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -10,7 +10,6 @@
     <description/>
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.keycloak</groupId>
     <artifactId>distribution-pom</artifactId>
     <packaging>pom</packaging>
 
diff --git a/examples/demo-template/pom.xml b/examples/demo-template/pom.xml
index 2c98df4..8736c88 100755
--- a/examples/demo-template/pom.xml
+++ b/examples/demo-template/pom.xml
@@ -10,7 +10,6 @@
     <description/>
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.keycloak</groupId>
     <artifactId>demo-pom</artifactId>
     <packaging>pom</packaging>
 

examples/pom.xml 1(+0 -1)

diff --git a/examples/pom.xml b/examples/pom.xml
index 7c5c144..15fd6e2 100755
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -10,7 +10,6 @@
     <description/>
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.keycloak</groupId>
     <artifactId>examples-pom</artifactId>
     <packaging>pom</packaging>
 
diff --git a/integration/as7-eap-subsystem/pom.xml b/integration/as7-eap-subsystem/pom.xml
index 43a79e6..c6983bc 100755
--- a/integration/as7-eap-subsystem/pom.xml
+++ b/integration/as7-eap-subsystem/pom.xml
@@ -24,7 +24,6 @@
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
-    <groupId>org.keycloak</groupId>
     <artifactId>keycloak-as7-subsystem</artifactId>
     <version>1.0-beta-1-SNAPSHOT</version>
 
diff --git a/integration/pom.xml b/integration/pom.xml
index 5904823..366904c 100755
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -10,7 +10,6 @@
     <description/>
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.keycloak</groupId>
     <artifactId>integration-pom</artifactId>
     <packaging>pom</packaging>
 
diff --git a/integration/wildfly-subsystem/pom.xml b/integration/wildfly-subsystem/pom.xml
index da6f73a..c7f30e4 100755
--- a/integration/wildfly-subsystem/pom.xml
+++ b/integration/wildfly-subsystem/pom.xml
@@ -24,7 +24,6 @@
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
-    <groupId>org.keycloak</groupId>
     <artifactId>keycloak-wildfly-subsystem</artifactId>
     <version>1.0-beta-1-SNAPSHOT</version>
 

model/pom.xml 1(+0 -1)

diff --git a/model/pom.xml b/model/pom.xml
index ee87987..b4c6096 100755
--- a/model/pom.xml
+++ b/model/pom.xml
@@ -10,7 +10,6 @@
     <description/>
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.keycloak</groupId>
     <artifactId>keycloak-model-pom</artifactId>
     <packaging>pom</packaging>
 

server/pom.xml 1(+0 -1)

diff --git a/server/pom.xml b/server/pom.xml
index 3a23448..b3baaf4 100755
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -8,7 +8,6 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.keycloak</groupId>
     <artifactId>keycloak-server</artifactId>
     <packaging>war</packaging>
     <name>Keycloak Server</name>