Skip to content

Commit

Permalink
Update keycloak version and mvn repository
Browse files Browse the repository at this point in the history
Signed-off-by: Rémi Verchère <[email protected]>
  • Loading branch information
rverchere committed Apr 3, 2023
1 parent a4a45ab commit a3321ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<keycloak.version>9.0.2</keycloak.version>
<keycloak.version>13.0.0</keycloak.version>
</properties>

<issueManagement>
Expand Down Expand Up @@ -204,12 +204,12 @@
<repository>
<id>github</id>
<name>GitHub Apache Maven Packages</name>
<url>https://maven.pkg.github.com/flytreeleft/nexus3-keycloak-plugin</url>
<url>https://maven.pkg.github.com/rverchere/nexus3-keycloak-plugin</url>
</repository>
<snapshotRepository>
<id>github</id>
<name>GitHub Apache Maven Packages</name>
<url>https://maven.pkg.github.com/flytreeleft/nexus3-keycloak-plugin</url>
<url>https://maven.pkg.github.com/rverchere/nexus3-keycloak-plugin</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit a3321ff

Please sign in to comment.