We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7f06e commit c2b5651Copy full SHA for c2b5651
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>de.sventorben.keycloak</groupId>
6
<artifactId>keycloak-restrict-client-auth</artifactId>
7
- <version>26.0.0-SNAPSHOT</version>
+ <version>26.0.0</version>
8
9
<name>Keycloak: Authenticator - Restrict client authentication</name>
10
<description>A Keycloak authenticator to restrict authentication on clients</description>
@@ -28,7 +28,7 @@
28
<developerConnection>scm:git:https://github.com/sventorben/keycloak-restrict-client-auth.git
29
</developerConnection>
30
<url>https://github.com/sventorben/keycloak-restrict-client-auth.git</url>
31
- <tag>HEAD</tag>
+ <tag>v26.0.0</tag>
32
</scm>
33
34
<issueManagement>
0 commit comments