keycloak-uncached
Changes
distribution/server-overlay/pom.xml 4(+2 -2)
Details
distribution/server-overlay/pom.xml 4(+2 -2)
diff --git a/distribution/server-overlay/pom.xml b/distribution/server-overlay/pom.xml
index 1ad2659..c3b0107 100755
--- a/distribution/server-overlay/pom.xml
+++ b/distribution/server-overlay/pom.xml
@@ -8,9 +8,9 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>keycloak-server-overlay</artifactId>
+ <artifactId>keycloak-server-overlay-parent</artifactId>
<packaging>pom</packaging>
- <name>Keycloak Server Overlay Distributions</name>
+ <name>Keycloak Server Overlay Parent</name>
<description/>
diff --git a/distribution/server-overlay/wf9-server-overlay/pom.xml b/distribution/server-overlay/wf9-server-overlay/pom.xml
index 497c4eb..2050984 100755
--- a/distribution/server-overlay/wf9-server-overlay/pom.xml
+++ b/distribution/server-overlay/wf9-server-overlay/pom.xml
@@ -8,9 +8,9 @@
<relativePath>../../../pom.xml</relativePath>
</parent>
- <artifactId>keycloak-wf9-server-overlay</artifactId>
+ <artifactId>keycloak-server-overlay</artifactId>
<packaging>pom</packaging>
- <name>Keycloak Wildfly 9 Server Overlay Distribution</name>
+ <name>Keycloak Server Overlay Distribution</name>
<description/>
<dependencies>