Skip to content

Commit

Permalink
[maven-release-plugin] prepare release obkv-table-client-1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junye committed Nov 28, 2024
1 parent 316a0ad commit 0ff39fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.3.0-SNAPSHOT</version>
<version>1.3.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.3.0</tag>
<url>https://github.com/oceanbase/obkv-table-client-java</url>
</scm>

Expand Down Expand Up @@ -157,12 +157,12 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>jdbc</artifactId>
<scope>test</scope>
<version>1.15.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.rnorth.visible-assertions</groupId>
<artifactId>visible-assertions</artifactId>
<groupId>org.rnorth.visible-assertions</groupId>
</exclusion>
</exclusions>
</dependency>
Expand Down Expand Up @@ -380,7 +380,7 @@
</goals>
<configuration>
<rules>
<DependencyConvergence/>
<DependencyConvergence></DependencyConvergence>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 0ff39fb

Please sign in to comment.