We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919abff commit 8e6d307Copy full SHA for 8e6d307
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>io.getunleash</groupId>
5
<artifactId>unleash-client-java</artifactId>
6
- <version>7.1.1-SNAPSHOT</version>
+ <version>8.0.0</version>
7
8
<properties>
9
<version.slf4j>2.0.4</version.slf4j>
@@ -51,7 +51,7 @@
51
<url>https://github.com/Unleash/unleash-client-java</url>
52
<connection>scm:git:git@github.com:Unleash/unleash-client-java.git</connection>
53
<developerConnection>scm:git:git@github.com:Unleash/unleash-client-java.git</developerConnection>
54
- <tag>HEAD</tag>
+ <tag>unleash-client-java-8.0.0</tag>
55
</scm>
56
57
<dependencies>
0 commit comments