We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6faca30 commit d1dfd2dCopy full SHA for d1dfd2d
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.oceanbase</groupId>
6
<artifactId>obkv-table-client</artifactId>
7
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
8
9
<name>${project.groupId}:${project.artifactId}</name>
10
<description>OceanBase JavaClient for TableApi</description>
@@ -27,7 +27,7 @@
27
28
<scm>
29
<connection>scm:git:https://github.com/oceanbase/obkv-table-client-java.git</connection>
30
- <tag>HEAD</tag>
+ <tag>obkv-table-client-2.1.0</tag>
31
<url>https://github.com/oceanbase/obkv-table-client-java</url>
32
</scm>
33
@@ -384,7 +384,7 @@
384
</goals>
385
<configuration>
386
<rules>
387
- <DependencyConvergence />
+ <DependencyConvergence></DependencyConvergence>
388
</rules>
389
</configuration>
390
</execution>
0 commit comments