Commit 727a398b by inrgihc

version for 1.3.0

parent f9ad93ec
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
set -e set -e
SQLREST_VERSION=1.2.0 SQLREST_VERSION=1.3.0
BUILD_DOCKER_DIR="$( cd "$( dirname "$0" )" && pwd )" BUILD_DOCKER_DIR="$( cd "$( dirname "$0" )" && pwd )"
PROJECT_ROOT_DIR=$( dirname "$BUILD_DOCKER_DIR") PROJECT_ROOT_DIR=$( dirname "$BUILD_DOCKER_DIR")
DOCKER_SQLREST_DIR=$BUILD_DOCKER_DIR/sqlrest DOCKER_SQLREST_DIR=$BUILD_DOCKER_DIR/sqlrest
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<groupId>com.gitee.sqlrest</groupId> <groupId>com.gitee.sqlrest</groupId>
<artifactId>sqlrest-parent</artifactId> <artifactId>sqlrest-parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.2.0</version> <version>1.3.0</version>
<properties> <properties>
<java.version>1.8</java.version> <java.version>1.8</java.version>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>sqlrest-parent</artifactId> <artifactId>sqlrest-parent</artifactId>
<groupId>com.gitee.sqlrest</groupId> <groupId>com.gitee.sqlrest</groupId>
<version>1.2.0</version> <version>1.3.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-cache</artifactId> <artifactId>sqlrest-cache</artifactId>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>sqlrest-parent</artifactId> <artifactId>sqlrest-parent</artifactId>
<groupId>com.gitee.sqlrest</groupId> <groupId>com.gitee.sqlrest</groupId>
<version>1.2.0</version> <version>1.3.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-common</artifactId> <artifactId>sqlrest-common</artifactId>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>sqlrest-parent</artifactId> <artifactId>sqlrest-parent</artifactId>
<groupId>com.gitee.sqlrest</groupId> <groupId>com.gitee.sqlrest</groupId>
<version>1.2.0</version> <version>1.3.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-core</artifactId> <artifactId>sqlrest-core</artifactId>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>sqlrest-parent</artifactId> <artifactId>sqlrest-parent</artifactId>
<groupId>com.gitee.sqlrest</groupId> <groupId>com.gitee.sqlrest</groupId>
<version>1.2.0</version> <version>1.3.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-dist</artifactId> <artifactId>sqlrest-dist</artifactId>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>sqlrest-parent</artifactId> <artifactId>sqlrest-parent</artifactId>
<groupId>com.gitee.sqlrest</groupId> <groupId>com.gitee.sqlrest</groupId>
<version>1.2.0</version> <version>1.3.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-executor</artifactId> <artifactId>sqlrest-executor</artifactId>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>sqlrest-parent</artifactId> <artifactId>sqlrest-parent</artifactId>
<groupId>com.gitee.sqlrest</groupId> <groupId>com.gitee.sqlrest</groupId>
<version>1.2.0</version> <version>1.3.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-gateway</artifactId> <artifactId>sqlrest-gateway</artifactId>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>sqlrest-parent</artifactId> <artifactId>sqlrest-parent</artifactId>
<groupId>com.gitee.sqlrest</groupId> <groupId>com.gitee.sqlrest</groupId>
<version>1.2.0</version> <version>1.3.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-manager</artifactId> <artifactId>sqlrest-manager</artifactId>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>sqlrest-parent</artifactId> <artifactId>sqlrest-parent</artifactId>
<groupId>com.gitee.sqlrest</groupId> <groupId>com.gitee.sqlrest</groupId>
<version>1.2.0</version> <version>1.3.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>sqlrest-mcp</artifactId> <artifactId>sqlrest-mcp</artifactId>
<groupId>com.gitee.sqlrest</groupId> <groupId>com.gitee.sqlrest</groupId>
<version>1.2.0</version> <version>1.3.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>sqlrest-mcp</artifactId> <artifactId>sqlrest-mcp</artifactId>
<groupId>com.gitee.sqlrest</groupId> <groupId>com.gitee.sqlrest</groupId>
<version>1.2.0</version> <version>1.3.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>sqlrest-parent</artifactId> <artifactId>sqlrest-parent</artifactId>
<groupId>com.gitee.sqlrest</groupId> <groupId>com.gitee.sqlrest</groupId>
<version>1.2.0</version> <version>1.3.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-persistence</artifactId> <artifactId>sqlrest-persistence</artifactId>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>sqlrest-parent</artifactId> <artifactId>sqlrest-parent</artifactId>
<groupId>com.gitee.sqlrest</groupId> <groupId>com.gitee.sqlrest</groupId>
<version>1.2.0</version> <version>1.3.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>sqlrest-template</artifactId> <artifactId>sqlrest-template</artifactId>
......
@echo off @echo off
set APP_VERSION=1.2.0 set APP_VERSION=1.3.0
echo "Clean Project ..." echo "Clean Project ..."
call mvn clean -f pom.xml 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