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!