From fe67056360e43f0d212965ce9bc4a7c7171aafeb Mon Sep 17 00:00:00 2001
From: landawn <16568599+landawn@users.noreply.github.com>
Date: Thu, 28 Jan 2021 21:06:33 -0800
Subject: [PATCH] 2.7.5
* Improvements and bug fix.
---
CHANGES.md | 5 +++++
README.md | 4 ++--
maven/0.0.1-SNAPSHOT/abacus-jdbc-0.0.1-SNAPSHOT.pom | 2 +-
pom.xml | 4 ++--
4 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index bf8e86eb..3cbcf8cf 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,8 @@
+### 2.7.5
+
+* Improvements and bug fix.
+
+
### 2.7.4
* Improvements and bug fix.
diff --git a/README.md b/README.md
index 756989ea..af99fbf6 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# abacus-jdbc
[![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/)
-[![Javadocs](https://img.shields.io/badge/javadoc-2.7.4-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-jdbc/2.7.4/index.html)
+[![Javadocs](https://img.shields.io/badge/javadoc-2.7.5-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-jdbc/2.7.5/index.html)
Hope it will bring you the programming experiences: coding with SQL/DB is just like coding with Collections.
@@ -70,7 +70,7 @@ userDao.deleteById(100L);
* Gradle:
```gradle
// JDK 1.8 or above:
-compile 'com.landawn:abacus-jdbc:2.7.4'
+compile 'com.landawn:abacus-jdbc:2.7.5'
```
## User Guide:
diff --git a/maven/0.0.1-SNAPSHOT/abacus-jdbc-0.0.1-SNAPSHOT.pom b/maven/0.0.1-SNAPSHOT/abacus-jdbc-0.0.1-SNAPSHOT.pom
index aaf529e0..676849a5 100644
--- a/maven/0.0.1-SNAPSHOT/abacus-jdbc-0.0.1-SNAPSHOT.pom
+++ b/maven/0.0.1-SNAPSHOT/abacus-jdbc-0.0.1-SNAPSHOT.pom
@@ -77,7 +77,7 @@
com.landawn
abacus-common
- 2.2.1
+ 2.2.2
diff --git a/pom.xml b/pom.xml
index 2312f95d..ddce4588 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.landawn
abacus-jdbc
- 2.7.5
+ 2.7.6
jar
abacus-jdbc
@@ -29,7 +29,7 @@
com.landawn
abacus-common
- 2.2.1
+ 2.2.2
provided