From bd49a6a24e5b55950f77b6e63d33c9cb6517178d Mon Sep 17 00:00:00 2001
From: cgw <guowei.cao@weimob.com>
Date: Wed, 21 Dec 2022 19:52:01 +0800
Subject: [PATCH] =?UTF-8?q?0.11.0=E7=89=88=E6=9C=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md                                                   | 4 ++--
 dhorse-api/pom.xml                                          | 2 +-
 dhorse-application/pom.xml                                  | 2 +-
 dhorse-infrastructure/pom.xml                               | 2 +-
 dhorse-infrastructure/src/main/resources/maven/pom.xml      | 2 +-
 .../src/main/resources/sql/h2/{0.10.1-beta => 0.11.0}       | 0
 .../src/main/resources/sql/mysql/{0.10.1-beta => 0.11.0}    | 0
 dhorse-rest/pom.xml                                         | 2 +-
 dhorse-rest/src/main/resources/application-private.yml      | 2 +-
 dhorse-rest/src/main/resources/banner.txt                   | 2 +-
 pom.xml                                                     | 6 +++---
 static/index.html                                           | 2 +-
 12 files changed, 13 insertions(+), 13 deletions(-)
 rename dhorse-infrastructure/src/main/resources/sql/h2/{0.10.1-beta => 0.11.0} (100%)
 rename dhorse-infrastructure/src/main/resources/sql/mysql/{0.10.1-beta => 0.11.0} (100%)

diff --git a/README.md b/README.md
index 5de0842c..a4096443 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,8 @@ Springboot、Mybatis、Mybatis-plus、Maven-core、Jib-core、Layuimini、Smart-
 下载安装文件:
 | Java版本 | Linux、Mac或Cygwin | Windows
 | :-----: | :----: | :----: | 
-| 1.8 | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.10.1-beta/dhorse-0.10.1-beta-1.8-x64_bin-unix.tar.gz) | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.10.1-beta/dhorse-0.10.1-beta-1.8-x64_bin-windows.zip)
-| >=11 | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.10.1-beta/dhorse-0.10.1-beta-x64_bin-unix.tar.gz) | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.10.1-beta/dhorse-0.10.1-beta-x64_bin-windows.zip)
+| 1.8 | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.11.0/dhorse-0.11.0-1.8-x64_bin-unix.tar.gz) | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.11.0/dhorse-0.11.0-1.8-x64_bin-windows.zip)
+| >=11 | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.11.0/dhorse-0.11.0-x64_bin-unix.tar.gz) | [下载](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.11.0/dhorse-0.11.0-x64_bin-windows.zip)
 
 下载文件之后,然后解压:
 
diff --git a/dhorse-api/pom.xml b/dhorse-api/pom.xml
index 577b35ab..14f73dfd 100644
--- a/dhorse-api/pom.xml
+++ b/dhorse-api/pom.xml
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.dhorse</groupId>
 		<artifactId>dhorse-parent</artifactId>
-		<version>0.10.1-beta</version>
+		<version>0.11.0</version>
 		<relativePath>..</relativePath>
 	</parent>
 	<artifactId>dhorse-api</artifactId>
diff --git a/dhorse-application/pom.xml b/dhorse-application/pom.xml
index 9f6aa935..114567af 100644
--- a/dhorse-application/pom.xml
+++ b/dhorse-application/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.dhorse</groupId>
 		<artifactId>dhorse-parent</artifactId>
-		<version>0.10.1-beta</version>
+		<version>0.11.0</version>
 		<relativePath>..</relativePath>
 	</parent>
 	<artifactId>dhorse-application</artifactId>
diff --git a/dhorse-infrastructure/pom.xml b/dhorse-infrastructure/pom.xml
index 61a86c2f..d717d76f 100644
--- a/dhorse-infrastructure/pom.xml
+++ b/dhorse-infrastructure/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.dhorse</groupId>
 		<artifactId>dhorse-parent</artifactId>
-		<version>0.10.1-beta</version>
+		<version>0.11.0</version>
 		<relativePath>..</relativePath>
 	</parent>
 	<artifactId>dhorse-infrastructure</artifactId>
diff --git a/dhorse-infrastructure/src/main/resources/maven/pom.xml b/dhorse-infrastructure/src/main/resources/maven/pom.xml
index c04ba988..bcfffdc8 100644
--- a/dhorse-infrastructure/src/main/resources/maven/pom.xml
+++ b/dhorse-infrastructure/src/main/resources/maven/pom.xml
@@ -6,7 +6,7 @@
 
 	<groupId>org.dhorse</groupId>
 	<artifactId>dhorse-tmp</artifactId>
-	<version>0.10.1-beta</version>
+	<version>0.11.0</version>
 
 	<parent>
 		<groupId>org.springframework.boot</groupId>
diff --git a/dhorse-infrastructure/src/main/resources/sql/h2/0.10.1-beta b/dhorse-infrastructure/src/main/resources/sql/h2/0.11.0
similarity index 100%
rename from dhorse-infrastructure/src/main/resources/sql/h2/0.10.1-beta
rename to dhorse-infrastructure/src/main/resources/sql/h2/0.11.0
diff --git a/dhorse-infrastructure/src/main/resources/sql/mysql/0.10.1-beta b/dhorse-infrastructure/src/main/resources/sql/mysql/0.11.0
similarity index 100%
rename from dhorse-infrastructure/src/main/resources/sql/mysql/0.10.1-beta
rename to dhorse-infrastructure/src/main/resources/sql/mysql/0.11.0
diff --git a/dhorse-rest/pom.xml b/dhorse-rest/pom.xml
index 718a4dc5..8d9573e8 100644
--- a/dhorse-rest/pom.xml
+++ b/dhorse-rest/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.dhorse</groupId>
 		<artifactId>dhorse-parent</artifactId>
-		<version>0.10.1-beta</version>
+		<version>0.11.0</version>
 		<relativePath>..</relativePath>
 	</parent>
 	<artifactId>dhorse-rest</artifactId>
diff --git a/dhorse-rest/src/main/resources/application-private.yml b/dhorse-rest/src/main/resources/application-private.yml
index 783971f1..f5e66a1e 100644
--- a/dhorse-rest/src/main/resources/application-private.yml
+++ b/dhorse-rest/src/main/resources/application-private.yml
@@ -1,4 +1,4 @@
-version: 0.10.1-beta
+version: 0.11.0
 spring.jackson.default-property-inclusion: non_null
 spring.jackson.date-format: yyyy-MM-dd HH:mm:ss
 spring.jackson.time-zone: GMT+8
diff --git a/dhorse-rest/src/main/resources/banner.txt b/dhorse-rest/src/main/resources/banner.txt
index 67022f72..3aabfcfa 100644
--- a/dhorse-rest/src/main/resources/banner.txt
+++ b/dhorse-rest/src/main/resources/banner.txt
@@ -4,5 +4,5 @@
   / _` | '_ \ / _ \| '__/ __|/ _ \
  | (_| | | | | (_) | |  \__ \  __/
   \__,_|_| |_|\___/|_|  |___/\___|
- :: DHorse ::             (v0.10.1-beta)
+ :: DHorse ::             (v0.11.0)
  
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 981eaf7f..81ed7f7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 	<groupId>org.dhorse</groupId>
 	<artifactId>dhorse-parent</artifactId>
 	<packaging>pom</packaging>
-	<version>0.10.1-beta</version>
+	<version>0.11.0</version>
 	
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -14,7 +14,7 @@
 		<!--<java.version>1.8</java.version>-->
 		<maven.compiler.source>${java.version}</maven.compiler.source>
 		<maven.compiler.target>${java.version}</maven.compiler.target>
-		<project.version>0.10.1-beta</project.version>
+		<project.version>0.11.0</project.version>
 		<spring.version>5.3.24</spring.version>
 		<springboot.version>2.7.6</springboot.version>
 	</properties>
@@ -89,7 +89,7 @@
 			<dependency>
 				<groupId>com.zaxxer</groupId>
 				<artifactId>HikariCP</artifactId>
-				<version>5.0.1</version>
+				<version>4.0.3</version>
 			</dependency>
 			<dependency>
 				<groupId>com.h2database</groupId>
diff --git a/static/index.html b/static/index.html
index b5b265ed..1dce4458 100644
--- a/static/index.html
+++ b/static/index.html
@@ -102,7 +102,7 @@
 
     <div class="layui-body">
         <div class="layuimini-content-page"></div>
-		<div style="text-align: center; height:60px; line-height:60px; color: #9c9da0">v0.10.1-beta</div>
+		<div style="text-align: center; height:60px; line-height:60px; color: #9c9da0">v0.11.0</div>
     </div>
 
 </div>