File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
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
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 >
380380 </goals >
381381 <configuration >
382382 <rules >
383- <DependencyConvergence / >
383+ <DependencyConvergence ></ DependencyConvergence >
384384 </rules >
385385 </configuration >
386386 </execution >
You can’t perform that action at this time.
0 commit comments