We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e98e7 commit 3528a64Copy full SHA for 3528a64
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>10.0.0-SNAPSHOT</version>
+ <version>10.0.0-beta.2</version>
7
8
<properties>
9
<version.slf4j>2.0.13</version.slf4j>
@@ -52,7 +52,7 @@
52
<url>https://github.com/Unleash/unleash-client-java</url>
53
<connection>scm:git:https://github.com/Unleash/unleash-client-java.git</connection>
54
<developerConnection>scm:git:https://github.com/Unleash/unleash-client-java.git</developerConnection>
55
- <tag>unleash-client-java-10.0.0-beta.1</tag>
+ <tag>unleash-client-java-10.0.0-beta.2</tag>
56
</scm>
57
58
<dependencies>
0 commit comments