From 47cbc8d2a4baa004b5e452140fa6573b81927a27 Mon Sep 17 00:00:00 2001 From: cgw Date: Sun, 27 Nov 2022 21:42:16 +0800 Subject: [PATCH] 0.10.1-beta --- README.md | 2 +- 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.0-beta => 0.10.1-beta} | 0 .../src/main/resources/sql/mysql/{0.10.0-beta => 0.10.1-beta} | 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 | 4 ++-- static/index.html | 2 +- 12 files changed, 11 insertions(+), 11 deletions(-) rename dhorse-infrastructure/src/main/resources/sql/h2/{0.10.0-beta => 0.10.1-beta} (100%) rename dhorse-infrastructure/src/main/resources/sql/mysql/{0.10.0-beta => 0.10.1-beta} (100%) diff --git a/README.md b/README.md index e01b25c7..8ff3023a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Springboot、Mybatis、Mybatis-plus、Maven-core、Jib-core、Layuimini、Smart- | :-----: | :----: | :----: | | >=11 | >=2.0.0 | [1.13.x, 1.24.x] -下载安装文件:[Linux、Mac和Cygwin](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.10.0-beta/dhorse-0.10.0-beta-x64_bin-unix.tar.gz),[Windows](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.10.0-beta/dhorse-0.10.0-beta-x64_bin-windows.zip),然后解压: +下载安装文件:[Linux、Mac和Cygwin](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.10.1-beta/dhorse-0.10.1-beta-x64_bin-unix.tar.gz),[Windows](https://github.com/tiandizhiguai/dhorse/releases/download/release-0.10.1-beta/dhorse-0.10.1-beta-x64_bin-windows.zip),然后解压: ```bash $ tar -xzf dhorse-*.tar.gz diff --git a/dhorse-api/pom.xml b/dhorse-api/pom.xml index 2c17fa55..577b35ab 100644 --- a/dhorse-api/pom.xml +++ b/dhorse-api/pom.xml @@ -5,7 +5,7 @@ org.dhorse dhorse-parent - 0.10.0-beta + 0.10.1-beta .. dhorse-api diff --git a/dhorse-application/pom.xml b/dhorse-application/pom.xml index ddbb81e2..9f6aa935 100644 --- a/dhorse-application/pom.xml +++ b/dhorse-application/pom.xml @@ -6,7 +6,7 @@ org.dhorse dhorse-parent - 0.10.0-beta + 0.10.1-beta .. dhorse-application diff --git a/dhorse-infrastructure/pom.xml b/dhorse-infrastructure/pom.xml index 087a15f5..61a86c2f 100644 --- a/dhorse-infrastructure/pom.xml +++ b/dhorse-infrastructure/pom.xml @@ -6,7 +6,7 @@ org.dhorse dhorse-parent - 0.10.0-beta + 0.10.1-beta .. dhorse-infrastructure diff --git a/dhorse-infrastructure/src/main/resources/maven/pom.xml b/dhorse-infrastructure/src/main/resources/maven/pom.xml index 31a9162f..cb2d7f4d 100644 --- a/dhorse-infrastructure/src/main/resources/maven/pom.xml +++ b/dhorse-infrastructure/src/main/resources/maven/pom.xml @@ -6,7 +6,7 @@ org.dhorse dhorse-tmp - 0.10.0-beta + 0.10.1-beta org.springframework.boot diff --git a/dhorse-infrastructure/src/main/resources/sql/h2/0.10.0-beta b/dhorse-infrastructure/src/main/resources/sql/h2/0.10.1-beta similarity index 100% rename from dhorse-infrastructure/src/main/resources/sql/h2/0.10.0-beta rename to dhorse-infrastructure/src/main/resources/sql/h2/0.10.1-beta diff --git a/dhorse-infrastructure/src/main/resources/sql/mysql/0.10.0-beta b/dhorse-infrastructure/src/main/resources/sql/mysql/0.10.1-beta similarity index 100% rename from dhorse-infrastructure/src/main/resources/sql/mysql/0.10.0-beta rename to dhorse-infrastructure/src/main/resources/sql/mysql/0.10.1-beta diff --git a/dhorse-rest/pom.xml b/dhorse-rest/pom.xml index 5ee7ba95..718a4dc5 100644 --- a/dhorse-rest/pom.xml +++ b/dhorse-rest/pom.xml @@ -6,7 +6,7 @@ org.dhorse dhorse-parent - 0.10.0-beta + 0.10.1-beta .. dhorse-rest diff --git a/dhorse-rest/src/main/resources/application-private.yml b/dhorse-rest/src/main/resources/application-private.yml index 6efcc6a6..8a0187e2 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.0-beta +version: 0.10.1-beta 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 88614c0b..67022f72 100644 --- a/dhorse-rest/src/main/resources/banner.txt +++ b/dhorse-rest/src/main/resources/banner.txt @@ -4,5 +4,5 @@ / _` | '_ \ / _ \| '__/ __|/ _ \ | (_| | | | | (_) | | \__ \ __/ \__,_|_| |_|\___/|_| |___/\___| - :: DHorse :: (v0.10.0-beta) + :: DHorse :: (v0.10.1-beta) \ No newline at end of file diff --git a/pom.xml b/pom.xml index 625c4989..ab9eff98 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.dhorse dhorse-parent pom - 0.10.0-beta + 0.10.1-beta UTF-8 @@ -13,7 +13,7 @@ 11 ${java.version} ${java.version} - 0.10.0-beta + 0.10.1-beta 5.3.9 2.5.3 diff --git a/static/index.html b/static/index.html index 46a7712d..b5b265ed 100644 --- a/static/index.html +++ b/static/index.html @@ -102,7 +102,7 @@
-
v0.10.0-beta
+
v0.10.1-beta