Skip to content

Commit

Permalink
update ver: --> 0.0.5.3-SNAPSHOT and act -->1.8.32
Browse files Browse the repository at this point in the history
  • Loading branch information
liqingfeng committed May 6, 2020
1 parent cadd002 commit f094067
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions fluentsql-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>com.artlongs.fluentsql</groupId>
<artifactId>fluentsql</artifactId>
<version>0.0.5.2-SNAPSHOT</version>
<version>0.0.5.3-SNAPSHOT</version>
</parent>

<name>fluentsql-core</name>
<artifactId>fluentsql-core</artifactId>
<version>0.0.5.2-SNAPSHOT</version>
<version>0.0.5.3-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions fluentsql-exmaple/example-act/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.artlongs.fluentsql</groupId>
<artifactId>fluentsql-exmaple</artifactId>
<version>0.0.5.2-SNAPSHOT</version>
<version>0.0.5.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -42,13 +42,13 @@
<dependency>
<groupId>com.artlongs.fluentsql</groupId>
<artifactId>fluentsql-jdbctemplate</artifactId>
<version>0.0.5.2-SNAPSHOT</version>
<version>0.0.5.3-SNAPSHOT</version>
</dependency>
<!-- sql2o 按需加 -->
<dependency>
<groupId>com.artlongs.fluentsql</groupId>
<artifactId>fluentsql-sql2o</artifactId>
<version>0.0.5.2-SNAPSHOT</version>
<version>0.0.5.3-SNAPSHOT</version>
</dependency>

</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions fluentsql-exmaple/example-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.artlongs.fluentsql</groupId>
<artifactId>fluentsql-exmaple</artifactId>
<version>0.0.5.2-SNAPSHOT</version>
<version>0.0.5.3-SNAPSHOT</version>
</parent>

<name>example-spring</name>
Expand Down Expand Up @@ -49,12 +49,12 @@
<dependency>
<groupId>com.artlongs.fluentsql</groupId>
<artifactId>fluentsql-jdbctemplate</artifactId>
<version>0.0.5.2-SNAPSHOT</version>
<version>0.0.5.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.artlongs.fluentsql</groupId>
<artifactId>fluentsql-sql2o</artifactId>
<version>0.0.5.2-SNAPSHOT</version>
<version>0.0.5.3-SNAPSHOT</version>
</dependency>
<!-- fluentsql + h2 END -->
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion fluentsql-exmaple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.artlongs.fluentsql</groupId>
<artifactId>fluentsql</artifactId>
<version>0.0.5.2-SNAPSHOT</version>
<version>0.0.5.3-SNAPSHOT</version>
</parent>

<artifactId>fluentsql-exmaple</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions fluentsql-jdbctemplate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.artlongs.fluentsql</groupId>
<artifactId>fluentsql</artifactId>
<version>0.0.5.2-SNAPSHOT</version>
<version>0.0.5.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.artlongs.fluentsql</groupId>
<artifactId>fluentsql-core</artifactId>
<version>0.0.5.2-SNAPSHOT</version>
<version>0.0.5.3-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions fluentsql-sql2o/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.artlongs.fluentsql</groupId>
<artifactId>fluentsql</artifactId>
<version>0.0.5.2-SNAPSHOT</version>
<version>0.0.5.3-SNAPSHOT</version>
</parent>

<name>fluentsql-sql2o</name>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.artlongs.fluentsql</groupId>
<artifactId>fluentsql-core</artifactId>
<version>0.0.5.2-SNAPSHOT</version>
<version>0.0.5.3-SNAPSHOT</version>
</dependency>
<!-- <dependency>
<groupId>org.simpleflatmapper</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>fluentsql</name>
<groupId>com.artlongs.fluentsql</groupId>
<artifactId>fluentsql</artifactId>
<version>0.0.5.2-SNAPSHOT</version>
<version>0.0.5.3-SNAPSHOT</version>

<modules>
<module>fluentsql-core</module>
Expand All @@ -18,7 +18,7 @@
</modules>

<properties>
<top.version>0.0.5.2-SNAPSHOT</top.version>
<top.version>0.0.5.3-SNAPSHOT</top.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit f094067

Please sign in to comment.