Commit 52294ae9 by inrgihc

version for 1.6.0

parent 98e136ac
......@@ -12,6 +12,7 @@ body:
- "1.3.0"
- "1.4.0"
- "1.5.0"
- "1.6.0"
validations:
required: true
- type: dropdown
......
......@@ -2,7 +2,7 @@
set -e
SQLREST_VERSION=1.5.0
SQLREST_VERSION=1.6.0
BUILD_DOCKER_DIR="$( cd "$( dirname "$0" )" && pwd )"
PROJECT_ROOT_DIR=$( dirname "$BUILD_DOCKER_DIR")
DOCKER_SQLREST_DIR=$BUILD_DOCKER_DIR/sqlrest
......
......@@ -7,7 +7,7 @@
<groupId>org.dromara.sqlrest</groupId>
<artifactId>sqlrest-parent</artifactId>
<packaging>pom</packaging>
<version>1.5.0</version>
<version>1.6.0</version>
<scm>
<url>https://gitee.com/inrgihc/sqlrest</url>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-parent</artifactId>
<groupId>org.dromara.sqlrest</groupId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-cache</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-parent</artifactId>
<groupId>org.dromara.sqlrest</groupId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-common</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-parent</artifactId>
<groupId>org.dromara.sqlrest</groupId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-core</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-parent</artifactId>
<groupId>org.dromara.sqlrest</groupId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-dist</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-parent</artifactId>
<groupId>org.dromara.sqlrest</groupId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-executor</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-parent</artifactId>
<groupId>org.dromara.sqlrest</groupId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-gateway</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-parent</artifactId>
<groupId>org.dromara.sqlrest</groupId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-manager</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-parent</artifactId>
<groupId>org.dromara.sqlrest</groupId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-mcp</artifactId>
<groupId>org.dromara.sqlrest</groupId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-mcp</artifactId>
<groupId>org.dromara.sqlrest</groupId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-parent</artifactId>
<groupId>org.dromara.sqlrest</groupId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-persistence</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-parent</artifactId>
<groupId>org.dromara.sqlrest</groupId>
<version>1.5.0</version>
<version>1.6.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-template</artifactId>
......
@echo off
set APP_VERSION=1.5.0
set APP_VERSION=1.6.0
echo "Clean Project ..."
call mvn clean -f pom.xml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment