Skip to content

Commit

Permalink
release(v7.18.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 8, 2022
1 parent fcac7ef commit ab763c7
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/jwt/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.extension.examples</groupId>
<artifactId>camunda-platform-7-keycloak-examples</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
</parent>

<artifactId>camunda-platform-7-keycloak-examples-jwt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-platform-7-keycloak-root</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
</parent>

<groupId>org.camunda.bpm.extension.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/sso-kubernetes/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.extension.examples</groupId>
<artifactId>camunda-platform-7-keycloak-examples</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
</parent>

<artifactId>camunda-platform-7-keycloak-examples-sso-kubernetes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-all/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-platform-7-keycloak-root</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
</parent>

<artifactId>camunda-platform-7-keycloak-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-jwt/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-platform-7-keycloak-root</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
</parent>

<artifactId>camunda-platform-7-keycloak-jwt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension-run/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-platform-7-keycloak-root</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
</parent>

<artifactId>camunda-platform-7-keycloak-run</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extension/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-platform-7-keycloak-root</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
</parent>

<artifactId>camunda-platform-7-keycloak</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -13,7 +13,7 @@

<groupId>org.camunda.bpm.extension</groupId>
<artifactId>camunda-platform-7-keycloak-root</artifactId>
<version>7.18.0-SNAPSHOT</version>
<version>7.18.0</version>
<packaging>pom</packaging>
<name>Camunda Platform 7 - engine plugins - identity - keycloak - root</name>
<description>A Camunda 7 Identity Provider Plugin for Keycloak</description>
Expand Down

0 comments on commit ab763c7

Please sign in to comment.