From fe4b821124adf3d554f1b02a856663ff8c630348 Mon Sep 17 00:00:00 2001 From: cgw Date: Sun, 23 Oct 2022 21:58:06 +0800 Subject: [PATCH] 0.9.1-beta --- dhorse-api/pom.xml | 2 +- dhorse-application/pom.xml | 2 +- dhorse-infrastructure/pom.xml | 4 +--- dhorse-infrastructure/src/main/resources/maven/pom.xml | 2 +- .../src/main/resources/sql/h2/{0.9.0-beta => 0.9.1-beta} | 0 .../src/main/resources/sql/mysql/{0.9.0-beta => 0.9.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 | 6 ++---- 10 files changed, 9 insertions(+), 13 deletions(-) rename dhorse-infrastructure/src/main/resources/sql/h2/{0.9.0-beta => 0.9.1-beta} (100%) rename dhorse-infrastructure/src/main/resources/sql/mysql/{0.9.0-beta => 0.9.1-beta} (100%) diff --git a/dhorse-api/pom.xml b/dhorse-api/pom.xml index d2d0cf80..5224433b 100644 --- a/dhorse-api/pom.xml +++ b/dhorse-api/pom.xml @@ -5,7 +5,7 @@ org.dhorse dhorse-parent - 0.9.0-beta + 0.9.1-beta .. dhorse-api diff --git a/dhorse-application/pom.xml b/dhorse-application/pom.xml index 0ae38702..b3086877 100644 --- a/dhorse-application/pom.xml +++ b/dhorse-application/pom.xml @@ -6,7 +6,7 @@ org.dhorse dhorse-parent - 0.9.0-beta + 0.9.1-beta .. dhorse-application diff --git a/dhorse-infrastructure/pom.xml b/dhorse-infrastructure/pom.xml index f2a7b638..1155f5cd 100644 --- a/dhorse-infrastructure/pom.xml +++ b/dhorse-infrastructure/pom.xml @@ -6,7 +6,7 @@ org.dhorse dhorse-parent - 0.9.0-beta + 0.9.1-beta .. dhorse-infrastructure @@ -71,7 +71,6 @@ org.apache.maven maven-compat - org.gitlab4j gitlab4j-api diff --git a/dhorse-infrastructure/src/main/resources/maven/pom.xml b/dhorse-infrastructure/src/main/resources/maven/pom.xml index 07c957ca..e8faef66 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.9.0-beta + 0.9.1-beta org.springframework.boot diff --git a/dhorse-infrastructure/src/main/resources/sql/h2/0.9.0-beta b/dhorse-infrastructure/src/main/resources/sql/h2/0.9.1-beta similarity index 100% rename from dhorse-infrastructure/src/main/resources/sql/h2/0.9.0-beta rename to dhorse-infrastructure/src/main/resources/sql/h2/0.9.1-beta diff --git a/dhorse-infrastructure/src/main/resources/sql/mysql/0.9.0-beta b/dhorse-infrastructure/src/main/resources/sql/mysql/0.9.1-beta similarity index 100% rename from dhorse-infrastructure/src/main/resources/sql/mysql/0.9.0-beta rename to dhorse-infrastructure/src/main/resources/sql/mysql/0.9.1-beta diff --git a/dhorse-rest/pom.xml b/dhorse-rest/pom.xml index 13a7f340..f49f979d 100644 --- a/dhorse-rest/pom.xml +++ b/dhorse-rest/pom.xml @@ -6,7 +6,7 @@ org.dhorse dhorse-parent - 0.9.0-beta + 0.9.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 2bdc16ed..8a50ac8e 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.9.0-beta +version: 0.9.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 bb3e72ef..2ead03d2 100644 --- a/dhorse-rest/src/main/resources/banner.txt +++ b/dhorse-rest/src/main/resources/banner.txt @@ -4,5 +4,5 @@ / _` | '_ \ / _ \| '__/ __|/ _ \ | (_| | | | | (_) | | \__ \ __/ \__,_|_| |_|\___/|_| |___/\___| - :: DHorse :: (v0.9.0-beta) + :: DHorse :: (v0.9.1-beta) \ No newline at end of file diff --git a/pom.xml b/pom.xml index a8f8fb92..d85f0a88 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.dhorse dhorse-parent pom - 0.9.0-beta + 0.9.1-beta UTF-8 @@ -13,7 +13,7 @@ 11 ${java.version} ${java.version} - 0.9.0-beta + 0.9.1-beta 5.3.9 2.5.3 @@ -120,7 +120,6 @@ maven-compat 3.8.1 - com.google.cloud.tools jib-core