Commit 348a78b6 by inrgihc

version for 1.4.0

parent 5c4be730
......@@ -10,6 +10,7 @@ body:
- "1.1.0"
- "1.2.0"
- "1.3.0"
- "1.4.0"
validations:
required: true
- type: dropdown
......
......@@ -2,7 +2,7 @@
set -e
SQLREST_VERSION=1.3.0
SQLREST_VERSION=1.4.0
BUILD_DOCKER_DIR="$( cd "$( dirname "$0" )" && pwd )"
PROJECT_ROOT_DIR=$( dirname "$BUILD_DOCKER_DIR")
DOCKER_SQLREST_DIR=$BUILD_DOCKER_DIR/sqlrest
......
......@@ -7,8 +7,13 @@
<groupId>com.gitee.sqlrest</groupId>
<artifactId>sqlrest-parent</artifactId>
<packaging>pom</packaging>
<version>1.3.0</version>
<version>1.4.0</version>
<scm>
<url>https://gitee.com/inrgihc/sqlrest</url>
<connection>scm:git:https://gitee.com/inrgihc/sqlrest.git</connection>
<developerConnection>scm:git:https://gitee.com/inrgihc/sqlrest.git</developerConnection>
</scm>
<properties>
<java.version>1.8</java.version>
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-parent</artifactId>
<groupId>com.gitee.sqlrest</groupId>
<version>1.3.0</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-cache</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-parent</artifactId>
<groupId>com.gitee.sqlrest</groupId>
<version>1.3.0</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-common</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-parent</artifactId>
<groupId>com.gitee.sqlrest</groupId>
<version>1.3.0</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-core</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-parent</artifactId>
<groupId>com.gitee.sqlrest</groupId>
<version>1.3.0</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-dist</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-parent</artifactId>
<groupId>com.gitee.sqlrest</groupId>
<version>1.3.0</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-executor</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-parent</artifactId>
<groupId>com.gitee.sqlrest</groupId>
<version>1.3.0</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-gateway</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-parent</artifactId>
<groupId>com.gitee.sqlrest</groupId>
<version>1.3.0</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-manager</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-parent</artifactId>
<groupId>com.gitee.sqlrest</groupId>
<version>1.3.0</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-mcp</artifactId>
<groupId>com.gitee.sqlrest</groupId>
<version>1.3.0</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-mcp</artifactId>
<groupId>com.gitee.sqlrest</groupId>
<version>1.3.0</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-parent</artifactId>
<groupId>com.gitee.sqlrest</groupId>
<version>1.3.0</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-persistence</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<artifactId>sqlrest-parent</artifactId>
<groupId>com.gitee.sqlrest</groupId>
<version>1.3.0</version>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-template</artifactId>
......
@echo off
set APP_VERSION=1.3.0
set APP_VERSION=1.4.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