Skip to content

Commit

Permalink
2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sim-wangyan committed Feb 7, 2024
1 parent 4ebcfda commit efcf409
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.xream.sqli</groupId>
<artifactId>sqli-parent</artifactId>
<packaging>pom</packaging>
<version>2.1.5</version>
<version>2.1.6</version>

<name>sqli-parent</name>
<description>http://sqli.xream.io</description>
Expand All @@ -24,7 +24,7 @@
<maven.compiler.compilerVersion>17</maven.compiler.compilerVersion>
<maven.test.skip>true</maven.test.skip>
<sqli.annotation.version>1.0.0</sqli.annotation.version>
<sqli.version>2.1.5</sqli.version>
<sqli.version>2.1.6</sqli.version>
<jackson.version>2.13.4.2</jackson.version>
<sl4j.version>1.7.30</sl4j.version>
</properties>
Expand All @@ -33,7 +33,7 @@
<connection>scm:git:https://github.com/x-ream/sqli</connection>
<developerConnection>scm:git:https://github.com/x-ream/sqli</developerConnection>
<url>scm:git:https://github.com/x-ream/sqli</url>
<tag>2.1.5</tag>
<tag>2.1.6</tag>
</scm>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion sqli-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sqli-parent</artifactId>
<groupId>io.xream.sqli</groupId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqli-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sqli-parent</artifactId>
<groupId>io.xream.sqli</groupId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqli-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sqli-parent</artifactId>
<groupId>io.xream.sqli</groupId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqli-dialect</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sqli-repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sqli-parent</artifactId>
<groupId>io.xream.sqli</groupId>
<version>2.1.5</version>
<version>2.1.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit efcf409

Please sign in to comment.