Skip to content

Commit 98acd27

Browse files
committed
1 parent 21be4ce commit 98acd27

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 2.5.2
2+
3+
* Improvements and bug fix.
4+
5+
16
### 2.5.1
27

38
* Improvements and bug fix.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# abacus-jdbc
22

33
[![Maven Central](https://img.shields.io/maven-central/v/com.landawn/abacus-jdbc.svg)](https://maven-badges.herokuapp.com/maven-central/com.landawn/abacus-jdbc/)
4-
[![Javadocs](https://img.shields.io/badge/javadoc-2.5.1-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-jdbc/2.5.1/index.html)
4+
[![Javadocs](https://img.shields.io/badge/javadoc-2.5.2-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-jdbc/2.5.2/index.html)
55

66
Hope it will bring you the programming experiences: coding with SQL/DB is just like coding with Collections.
77

@@ -31,7 +31,7 @@ Hope it will bring you the programming experiences: coding with SQL/DB is just l
3131
* Gradle:
3232
```gradle
3333
// JDK 1.8 or above:
34-
compile 'com.landawn:abacus-jdbc:2.5.1'
34+
compile 'com.landawn:abacus-jdbc:2.5.2'
3535
```
3636

3737
## User Guide:

maven/0.0.1-SNAPSHOT/abacus-jdbc-0.0.1-SNAPSHOT.pom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.landawn</groupId>
7979
<artifactId>abacus-util</artifactId>
80-
<version>1.20.35</version>
80+
<version>1.20.36</version>
8181
</dependency>
8282
</dependencies>
8383

pom.xml

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

55
<groupId>com.landawn</groupId>
66
<artifactId>abacus-jdbc</artifactId>
7-
<version>2.5.2</version>
7+
<version>2.5.3</version>
88
<packaging>jar</packaging>
99

1010
<name>abacus-jdbc</name>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.landawn</groupId>
3131
<artifactId>abacus-util</artifactId>
32-
<version>1.20.35</version>
32+
<version>1.20.36</version>
3333
<scope>provided</scope>
3434
</dependency>
3535

0 commit comments

Comments
 (0)