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>
|
<groupId>de.sventorben.keycloak</groupId>
|
||||||
<artifactId>keycloak-restrict-client-auth</artifactId>
|
<artifactId>keycloak-restrict-client-auth</artifactId>
|
||||||
<version>15.1.0-SNAPSHOT</version>
|
<version>15.1.0</version>
|
||||||
|
|
||||||
<name>Keycloak: Authenticator - Restrict client authentication</name>
|
<name>Keycloak: Authenticator - Restrict client authentication</name>
|
||||||
<description>A Keycloak authenticator to restrict authentication on clients</description>
|
<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>scm:git:https://github.com/sventorben/keycloak-restrict-client-auth.git
|
||||||
</developerConnection>
|
</developerConnection>
|
||||||
<url>https://github.com/sventorben/keycloak-restrict-client-auth.git</url>
|
<url>https://github.com/sventorben/keycloak-restrict-client-auth.git</url>
|
||||||
<tag>HEAD</tag>
|
<tag>v15.1.0</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<issueManagement>
|
<issueManagement>
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
<org.jboss.logging.provider>log4j2</org.jboss.logging.provider>
|
<org.jboss.logging.provider>log4j2</org.jboss.logging.provider>
|
||||||
</systemPropertyVariables>
|
</systemPropertyVariables>
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude/>
|
<exclude />
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in a new issue