Skip to content

Commit 0ff39fb

Browse files
committed
[maven-release-plugin] prepare release obkv-table-client-1.3.0
1 parent 316a0ad commit 0ff39fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.oceanbase</groupId>
66
<artifactId>obkv-table-client</artifactId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88

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

2828
<scm>
2929
<connection>scm:git:https://github.com/oceanbase/obkv-table-client-java.git</connection>
30-
<tag>HEAD</tag>
30+
<tag>obkv-table-client-1.3.0</tag>
3131
<url>https://github.com/oceanbase/obkv-table-client-java</url>
3232
</scm>
3333

@@ -157,12 +157,12 @@
157157
<dependency>
158158
<groupId>org.testcontainers</groupId>
159159
<artifactId>jdbc</artifactId>
160-
<scope>test</scope>
161160
<version>1.15.3</version>
161+
<scope>test</scope>
162162
<exclusions>
163163
<exclusion>
164-
<groupId>org.rnorth.visible-assertions</groupId>
165164
<artifactId>visible-assertions</artifactId>
165+
<groupId>org.rnorth.visible-assertions</groupId>
166166
</exclusion>
167167
</exclusions>
168168
</dependency>
@@ -380,7 +380,7 @@
380380
</goals>
381381
<configuration>
382382
<rules>
383-
<DependencyConvergence/>
383+
<DependencyConvergence></DependencyConvergence>
384384
</rules>
385385
</configuration>
386386
</execution>

0 commit comments

Comments
 (0)