Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sse committed Jan 20, 2021
1 parent 6409152 commit 7d24953
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ ARG TAG=latest

FROM jboss/keycloak:${TAG}

ENV BANANA_J_VERSION=0.6.3

ENV MAILCHIMP_API_KEY someApiKey
ENV MAILCHIMP_API_KEY someApiKey

ENV MAILCHIMP_PLUGIN_VERSION 1.0.0
ENV MAILCHIMP_PLUGIN_VERSION 1.0.1

LABEL maintainer="Stephane, Segning Lambou <[email protected]>"

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

<groupId>com.bayamsell.keycloak</groupId>
<artifactId>keycloak-mailchimp</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<properties>
<java.version>11</java.version>
<keycloak.version>12.0.2</keycloak.version>
<keycloak.version>12.0.1</keycloak.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 7d24953

Please sign in to comment.