We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6c83e commit a80e01cCopy full SHA for a80e01c
pom.xml
@@ -12,7 +12,7 @@
12
13
<groupId>org.jboss.windup.web</groupId>
14
<artifactId>windup-keycloak-tool</artifactId>
15
- <version>4.1.0-SNAPSHOT</version>
+ <version>5.0.0.Final</version>
16
<name>Windup Web - Keycloak Tool</name>
17
18
<properties>
@@ -25,7 +25,7 @@
25
</properties>
26
27
<scm>
28
- <tag>master</tag>
+ <tag>5.0.0.Final</tag>
29
<connection>${windup.scm.connection}</connection>
30
<developerConnection>${windup.developer.connection}</developerConnection>
31
<url>${windup.scm.url}</url>
0 commit comments