We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323877c commit 3bfd1b0Copy full SHA for 3bfd1b0
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>no.finn.unleash</groupId>
5
<artifactId>unleash-client-java</artifactId>
6
- <version>4.3.1-SNAPSHOT</version>
+ <version>4.4.0</version>
7
8
<properties>
9
<version.slf4j>1.7.30</version.slf4j>
@@ -49,7 +49,7 @@
49
<url>https://github.com/Unleash/unleash-client-java</url>
50
<connection>scm:git:git@github.com:Unleash/unleash-client-java.git</connection>
51
<developerConnection>scm:git:git@github.com:Unleash/unleash-client-java.git</developerConnection>
52
- <tag>HEAD</tag>
+ <tag>unleash-client-java-4.4.0</tag>
53
</scm>
54
55
<dependencies>
0 commit comments