From 9c16ca2a8d30c856c9f5a67e6af52d22dd69fa32 Mon Sep 17 00:00:00 2001 From: wangyu <727842003@qq.com> Date: Tue, 27 Sep 2022 11:17:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8D=87=E7=BA=A70.0.5=EF=BC=8C?= =?UTF-8?q?=E5=B0=8F=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- fluent-sql-annotations/pom.xml | 2 +- fluent-sql-core/pom.xml | 2 +- fluent-sql-spring-boot-starter/pom.xml | 2 +- fluent-sql-spring-jdbc/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index adba114..95c0136 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ fluent-sql-spring-boot-starter group.flyfish.framework - 0.0.4 + 0.0.5 ``` @@ -30,7 +30,7 @@ fluent-sql-spring-jdbc group.flyfish.framework - 0.0.4 + 0.0.5 ``` diff --git a/fluent-sql-annotations/pom.xml b/fluent-sql-annotations/pom.xml index f2e3db7..1702624 100644 --- a/fluent-sql-annotations/pom.xml +++ b/fluent-sql-annotations/pom.xml @@ -5,7 +5,7 @@ fluent-sql group.flyfish.framework - 0.0.4 + 0.0.5 4.0.0 diff --git a/fluent-sql-core/pom.xml b/fluent-sql-core/pom.xml index 01708af..a8d0a19 100644 --- a/fluent-sql-core/pom.xml +++ b/fluent-sql-core/pom.xml @@ -5,7 +5,7 @@ fluent-sql group.flyfish.framework - 0.0.4 + 0.0.5 4.0.0 diff --git a/fluent-sql-spring-boot-starter/pom.xml b/fluent-sql-spring-boot-starter/pom.xml index 50e7eef..6b9936d 100644 --- a/fluent-sql-spring-boot-starter/pom.xml +++ b/fluent-sql-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ fluent-sql group.flyfish.framework - 0.0.4 + 0.0.5 spring boot 快速集成组件 4.0.0 diff --git a/fluent-sql-spring-jdbc/pom.xml b/fluent-sql-spring-jdbc/pom.xml index 583166a..78e97d9 100644 --- a/fluent-sql-spring-jdbc/pom.xml +++ b/fluent-sql-spring-jdbc/pom.xml @@ -5,7 +5,7 @@ fluent-sql group.flyfish.framework - 0.0.4 + 0.0.5 4.0.0 diff --git a/pom.xml b/pom.xml index bda4118..710e3f0 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ group.flyfish.framework fluent-sql pom - 0.0.4 + 0.0.5 fluent-sql A very fast sql generation engine using fluent-style api. Help you start your work without mybatis!