From 4775c335d5408e43d46d9585ed729575d329f465 Mon Sep 17 00:00:00 2001 From: CarmJos Date: Sun, 19 Dec 2021 23:53:35 +0800 Subject: [PATCH] =?UTF-8?q?[v0.2.2]=20=E7=89=88=E6=9C=AC=E4=BC=98=E5=8C=96?= =?UTF-8?q?=20-=20`[F]`=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E7=9A=84=E4=BD=BF=E7=94=A8=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20-=20`[F]`=20=E4=BF=AE=E5=A4=8D=20SQLUpdateBatchAction=20?= =?UTF-8?q?=E4=B8=AD=20getSQLContent=20=E6=96=B9=E6=B3=95=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E5=86=85=E5=AE=B9=E4=B8=8D=E6=AD=A3=E7=A1=AE=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=9A=84=E5=85=B6=E4=BB=96=E6=96=B9=E6=B3=95=E4=B8=80?= =?UTF-8?q?=E5=B9=B6=E5=87=BA=E7=8E=B0=E5=BC=82=E5=B8=B8=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E3=80=82=20-=20`[U]`=20=E4=BF=AE=E6=94=B9=20SQLUpdate?= =?UTF-8?q?BatchAction=20=E7=9A=84=E9=BB=98=E8=AE=A4=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E5=A4=84=E7=90=86=E5=99=A8=E3=80=82=20-=20`[F]`=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=20PreparedSQLBatchUpdateActionImpl=20=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E7=BB=A7=E6=89=BF=E5=AF=BC=E8=87=B4=E7=9A=84=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E4=BD=BF=E7=94=A8=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- easysql-api/pom.xml | 2 +- easysql-beecp/pom.xml | 2 +- easysql-demo/pom.xml | 2 +- easysql-hikaricp/pom.xml | 4 ++-- easysql-impl/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/easysql-api/pom.xml b/easysql-api/pom.xml index 48e0424..5068b42 100644 --- a/easysql-api/pom.xml +++ b/easysql-api/pom.xml @@ -5,7 +5,7 @@ cc.carm.lib easysql-parent - 0.2.2-SNAPSHOT + 0.2.2 4.0.0 diff --git a/easysql-beecp/pom.xml b/easysql-beecp/pom.xml index a0358e5..04eee2c 100644 --- a/easysql-beecp/pom.xml +++ b/easysql-beecp/pom.xml @@ -5,7 +5,7 @@ easysql-parent cc.carm.lib - 0.2.2-SNAPSHOT + 0.2.2 4.0.0 diff --git a/easysql-demo/pom.xml b/easysql-demo/pom.xml index f0d6b5d..ccbc99c 100644 --- a/easysql-demo/pom.xml +++ b/easysql-demo/pom.xml @@ -5,7 +5,7 @@ easysql-parent cc.carm.lib - 0.2.2-SNAPSHOT + 0.2.2 4.0.0 diff --git a/easysql-hikaricp/pom.xml b/easysql-hikaricp/pom.xml index eae8365..393a50a 100644 --- a/easysql-hikaricp/pom.xml +++ b/easysql-hikaricp/pom.xml @@ -5,7 +5,7 @@ easysql-parent cc.carm.lib - 0.2.2-SNAPSHOT + 0.2.2 4.0.0 @@ -65,7 +65,7 @@ com.zaxxer HikariCP - 5.0.0 + 4.0.3 compile diff --git a/easysql-impl/pom.xml b/easysql-impl/pom.xml index 2ce1fde..7d6aa52 100644 --- a/easysql-impl/pom.xml +++ b/easysql-impl/pom.xml @@ -5,7 +5,7 @@ easysql-parent cc.carm.lib - 0.2.2-SNAPSHOT + 0.2.2 4.0.0 diff --git a/pom.xml b/pom.xml index 0e1a3ee..619afa7 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ cc.carm.lib easysql-parent pom - 0.2.2-SNAPSHOT + 0.2.2 easysql-api