Skip to content

Commit

Permalink
[maven-release-plugin] prepare release obkv-table-client-1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junye committed Jan 13, 2025
1 parent 499f30a commit 6bd1b54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.oceanbase</groupId>
<artifactId>obkv-table-client</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>OceanBase JavaClient for TableApi</description>
Expand All @@ -27,7 +27,7 @@

<scm>
<connection>scm:git:https://github.com/oceanbase/obkv-table-client-java.git</connection>
<tag>HEAD</tag>
<tag>obkv-table-client-1.4.0</tag>
<url>https://github.com/oceanbase/obkv-table-client-java</url>
</scm>

Expand Down Expand Up @@ -380,7 +380,7 @@
</goals>
<configuration>
<rules>
<DependencyConvergence />
<DependencyConvergence></DependencyConvergence>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 6bd1b54

Please sign in to comment.