Skip to content

Commit

Permalink
2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sim-wangyan committed Dec 2, 2023
1 parent 246c02c commit 42cf06f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
6. gte // >=
7. lt // <
8. lte // <=
9. like //like %xxx%
9. like //like %xxx%, if likeLeftRight => xxx, likeLeft => xxx%, then like => %xxx%
10. likeLeft // like xxx%
11. notLike // not like %xxx%
12. in // in
Expand Down
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.3</version>
<version>2.1.4</version>

<name>sqli-parent</name>
<description>http://sqli.xream.io</description>
Expand All @@ -23,7 +23,7 @@
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.compilerVersion>17</maven.compiler.compilerVersion>
<maven.test.skip>true</maven.test.skip>
<sqli.version>2.1.3</sqli.version>
<sqli.version>2.1.4</sqli.version>
<jackson.version>2.13.4.2</jackson.version>
<sl4j.version>1.7.30</sl4j.version>
</properties>
Expand All @@ -32,7 +32,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.3</tag>
<tag>2.1.4</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.3</version>
<version>2.1.4</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.3</version>
<version>2.1.4</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.3</version>
<version>2.1.4</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.3</version>
<version>2.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 42cf06f

Please sign in to comment.