From ff4637535ac89862fb5e2d99aa26c3ba9665f9d3 Mon Sep 17 00:00:00 2001 From: wangyu <727842003@qq.com> Date: Sat, 13 Jul 2024 00:51:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=89=88=E6=9C=AC=E5=8F=B7=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= 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/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a8cacf5..8ac9410 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ fluent-sql-spring-boot-starter group.flyfish.framework - 0.0.5 + 0.1.0 ``` @@ -50,7 +50,7 @@ fluent-sql-spring-jdbc group.flyfish.framework - 0.0.5 + 0.1.0 ``` diff --git a/fluent-sql-annotations/pom.xml b/fluent-sql-annotations/pom.xml index 1702624..d8069b0 100644 --- a/fluent-sql-annotations/pom.xml +++ b/fluent-sql-annotations/pom.xml @@ -5,7 +5,7 @@ fluent-sql group.flyfish.framework - 0.0.5 + 0.1.0 4.0.0 diff --git a/fluent-sql-core/pom.xml b/fluent-sql-core/pom.xml index 1de98f5..df59a2f 100644 --- a/fluent-sql-core/pom.xml +++ b/fluent-sql-core/pom.xml @@ -5,7 +5,7 @@ fluent-sql group.flyfish.framework - 0.0.5 + 0.1.0 4.0.0 diff --git a/fluent-sql-spring-boot-starter/pom.xml b/fluent-sql-spring-boot-starter/pom.xml index 48a8d80..cc78f47 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.5 + 0.1.0 spring boot 快速集成组件 4.0.0 diff --git a/fluent-sql-spring/pom.xml b/fluent-sql-spring/pom.xml index d658e28..1d9632a 100644 --- a/fluent-sql-spring/pom.xml +++ b/fluent-sql-spring/pom.xml @@ -5,7 +5,7 @@ fluent-sql group.flyfish.framework - 0.0.5 + 0.1.0 4.0.0 diff --git a/pom.xml b/pom.xml index 34c9632..5230e4d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ group.flyfish.framework fluent-sql pom - 0.0.5 + 0.1.0 fluent-sql A very fast sql generation engine using fluent-style api. Help you start your work without mybatis!