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!