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