Skip to content

Commit

Permalink
Final release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverhaagh committed Jun 5, 2023
1 parent 9c029ab commit caa4279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN mkdir -p /mc-eventprovider-conf && chown 1000:0 /mc-eventprovider-conf

USER 1000

ADD --chown=1000:0 https://repo1.maven.org/maven2/net/maritimeconnectivity/pki/mcp-pki/1.2.0-RC2/mcp-pki-1.2.0-RC2.jar /opt/keycloak/providers/mcp-pki.jar
ADD --chown=1000:0 https://repo1.maven.org/maven2/net/maritimeconnectivity/pki/mcp-pki/1.2.0/mcp-pki-1.2.0.jar /opt/keycloak/providers/mcp-pki.jar
ADD --chown=1000:0 mcp-identityregistry-keycloak-spi-latest.jar /opt/keycloak/providers/

RUN /opt/keycloak/bin/kc.sh build
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.maritimeconnectivity.identityregistry.keycloak.spi</groupId>
<artifactId>mcp-identityregistry-keycloak-spi</artifactId>
<version>1.2.0-RC2</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<name>mcp-identityregistry-keycloak-spi</name>
<url>https://maritimeconnectivity.net</url>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>net.maritimeconnectivity.pki</groupId>
<artifactId>mcp-pki</artifactId>
<version>1.2.0-RC2</version>
<version>1.2.0</version>
<exclusions>
<exclusion>
<groupId>org.bouncycastle</groupId>
Expand Down

0 comments on commit caa4279

Please sign in to comment.