Skip to content

Commit 21f2dbb

Browse files
committed
[new] update 2.5.1
1 parent 00f5fc8 commit 21f2dbb

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

common-util/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@
88
<version>2.5.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
11-
1211
<artifactId>common-util</artifactId>
13-
<version>2.5.0.1</version>
14-
12+
<version>2.5.1</version>
1513
<dependencies>
16-
1714
<dependency>
1815
<groupId>com.esotericsoftware</groupId>
1916
<artifactId>reflectasm</artifactId>

mybatis-sql-extend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>com.vonchange.common</groupId>
1616
<artifactId>common-util</artifactId>
17-
<version>2.5.0.1</version>
17+
<version>2.5.1</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>org.slf4j</groupId>

spring-data-jdbc-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>spring-data-jdbc-demo</artifactId>
1010
<packaging>jar</packaging>
1111

12-
<name>spring-data-jdbc-native</name>
12+
<name>spring-data-jdbc-demo</name>
1313
<url>http://maven.apache.org</url>
1414
<properties>
1515
<spring.boot.version>2.7.18</spring.boot.version>

0 commit comments

Comments
 (0)