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!