From 27d105cd855211613f5dea25e13ffe0a9b362899 Mon Sep 17 00:00:00 2001 From: wangyu <727842003@qq.com> Date: Wed, 7 Sep 2022 14:07:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8D=87=E7=BA=A70.0.2=EF=BC=8C?= =?UTF-8?q?=E8=A7=84=E8=8C=83=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fluent-sql-annotations/pom.xml | 2 +- fluent-sql-core/pom.xml | 2 +- fluent-sql-spring-jdbc/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fluent-sql-annotations/pom.xml b/fluent-sql-annotations/pom.xml index 0664523..6638df3 100644 --- a/fluent-sql-annotations/pom.xml +++ b/fluent-sql-annotations/pom.xml @@ -5,7 +5,7 @@ fluent-sql group.flyfish.framework - 0.0.1 + 0.0.2 4.0.0 diff --git a/fluent-sql-core/pom.xml b/fluent-sql-core/pom.xml index 296ab95..f38be52 100644 --- a/fluent-sql-core/pom.xml +++ b/fluent-sql-core/pom.xml @@ -5,7 +5,7 @@ fluent-sql group.flyfish.framework - 0.0.1 + 0.0.2 4.0.0 diff --git a/fluent-sql-spring-jdbc/pom.xml b/fluent-sql-spring-jdbc/pom.xml index dd27b33..fd0423f 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.1 + 0.0.2 4.0.0 diff --git a/pom.xml b/pom.xml index 256aec4..b8da6ea 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ group.flyfish.framework fluent-sql pom - 0.0.1 + 0.0.2 fluent-sql A very fast sql generation engine using fluent-style api. Help you start your work without mybatis!