Skip to content

Commit

Permalink
1.7.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
sim-wangyan committed Jun 16, 2022
1 parent a1d3b59 commit 39c8c3f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 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.0.0</version>
<version>1.7.0.RELEASE</version>

<name>sqli-parent</name>
<description>http://sqli.xream.io</description>
Expand All @@ -23,7 +23,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.compilerVersion>1.8</maven.compiler.compilerVersion>
<maven.test.skip>true</maven.test.skip>
<sqli.version>2.0.0</sqli.version>
<sqli.version>1.7.0.RELEASE</sqli.version>
<jackson.version>2.11.3</jackson.version>
<sl4j.version>1.7.29</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.0.0</tag>
<tag>1.7.0.RELEASE</tag>
</scm>

<licenses>
Expand Down Expand Up @@ -131,7 +131,7 @@
</execution>
</executions>
</plugin>
<!--

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand All @@ -146,7 +146,7 @@
</execution>
</executions>
</plugin>
-->

</plugins>
<resources>
<resource>
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.0.0</version>
<version>1.7.0.RELEASE</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.0.0</version>
<version>1.7.0.RELEASE</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.0.0</version>
<version>1.7.0.RELEASE</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.0.0</version>
<version>1.7.0.RELEASE</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 39c8c3f

Please sign in to comment.