chore(release): prepare release v15.1.0
This commit is contained in:
parent
bdec894cd5
commit
b3b864a411
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -4,7 +4,7 @@
|
|||
|
||||
<groupId>de.sventorben.keycloak</groupId>
|
||||
<artifactId>keycloak-restrict-client-auth</artifactId>
|
||||
<version>15.1.0-SNAPSHOT</version>
|
||||
<version>15.1.0</version>
|
||||
|
||||
<name>Keycloak: Authenticator - Restrict client authentication</name>
|
||||
<description>A Keycloak authenticator to restrict authentication on clients</description>
|
||||
|
@ -28,7 +28,7 @@
|
|||
<developerConnection>scm:git:https://github.com/sventorben/keycloak-restrict-client-auth.git
|
||||
</developerConnection>
|
||||
<url>https://github.com/sventorben/keycloak-restrict-client-auth.git</url>
|
||||
<tag>HEAD</tag>
|
||||
<tag>v15.1.0</tag>
|
||||
</scm>
|
||||
|
||||
<issueManagement>
|
||||
|
@ -69,7 +69,7 @@
|
|||
<org.jboss.logging.provider>log4j2</org.jboss.logging.provider>
|
||||
</systemPropertyVariables>
|
||||
<excludes>
|
||||
<exclude/>
|
||||
<exclude />
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in a new issue