From 6aabbdabbc9226a804a1d543c8c66b1b17fb306d Mon Sep 17 00:00:00 2001 From: landawn <16568599+landawn@users.noreply.github.com> Date: Fri, 24 May 2024 21:39:24 -0700 Subject: [PATCH] 3.5.14 * Improvements and bug fix. --- CHANGES.md | 4 ++++ README.md | 6 +++--- maven/0.0.1-SNAPSHOT/abacus-jdbc-0.0.1-SNAPSHOT.pom | 2 +- pom.xml | 4 ++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 24204269..4ac7d627 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +### 3.5.14 + +* Improvements and bug fix. + ### 3.5.13 * Improvements and bug fix. diff --git a/README.md b/README.md index cfaffa34..ec0504f8 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-3.5.13-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-jdbc/3.5.13/index.html) +[![Javadocs](https://img.shields.io/badge/javadoc-3.5.14-brightgreen.svg)](https://www.javadoc.io/doc/com.landawn/abacus-jdbc/3.5.14/index.html) Hope it will bring you the programming experiences: coding with SQL/DB is just like coding with Collections. @@ -141,7 +141,7 @@ The biggest difference between this library and other data(database) access fram com.landawn abacus-jdbc - 3.5.13 + 3.5.14 ``` @@ -149,7 +149,7 @@ The biggest difference between this library and other data(database) access fram ```gradle // JDK 17 or above: -compile 'com.landawn:abacus-jdbc:3.5.13' +compile 'com.landawn:abacus-jdbc:3.5.14' ``` ## 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 0b50a92a..f6c303f8 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 - 3.11.1 + 3.11.2 diff --git a/pom.xml b/pom.xml index a79968a9..2144f618 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.landawn abacus-jdbc - 3.5.14 + 3.5.15 jar abacus-jdbc @@ -32,7 +32,7 @@ com.landawn abacus-common - 3.11.1 + 3.11.2 provided