From 38d6bae04f968d2f9f0aff669b61006df5dc6f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E6=96=87=E8=B1=AA?= <980287353@qq.com> Date: Wed, 26 Apr 2023 14:43:43 +0800 Subject: [PATCH] publish 1.0.0 --- .gitlab-ci.yml | 4 ++-- pom.xml | 22 +++++++++---------- springboot-ademo/pom.xml | 4 ++-- springboot-annotation/pom.xml | 2 +- springboot-database/pom.xml | 2 +- springboot-encrypt/pom.xml | 2 +- springboot-login/pom.xml | 2 +- springboot-message/pom.xml | 2 +- springboot-platform/pom.xml | 2 +- springboot-poi/pom.xml | 2 +- springboot-util/pom.xml | 2 +- .../tiesheng/util/config/Ip2regionConfig.java | 2 +- springboot-web/pom.xml | 2 +- 13 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f23fa1..11afe97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,8 @@ deploy-jar: rules: - if: $CI_COMMIT_TAG script: - - mvn clean deploy -Dmaven.test.skip -DaltDeploymentRepository=master::default::file:/usr/local/nginx/html/kepai-repo - - cd /usr/local/nginx/html/kepai-repo + - mvn clean deploy -Dmaven.test.skip -DaltDeploymentRepository=master::default::file:/usr/local/nginx/html/tiesheng-repo + - cd /usr/local/nginx/html/tiesheng-repo - git checkout master - git pull - git add . diff --git a/pom.xml b/pom.xml index 08ee808..31ad277 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.9.14 + 1.0.0 pom springboot-parent 杭州铁晟科技有限公司基础依赖 @@ -57,55 +57,55 @@ com.tiesheng.springboot-parent springboot-database - 0.9.14 + 1.0.0 com.tiesheng.springboot-parent springboot-login - 0.9.14 + 1.0.0 com.tiesheng.springboot-parent springboot-web - 0.9.14 + 1.0.0 com.tiesheng.springboot-parent springboot-util - 0.9.14 + 1.0.0 com.tiesheng.springboot-parent springboot-platform - 0.9.14 + 1.0.0 com.tiesheng.springboot-parent springboot-message - 0.9.14 + 1.0.0 com.tiesheng.springboot-parent springboot-encrypt - 0.9.14 + 1.0.0 com.tiesheng.springboot-parent springboot-annotation - 0.9.14 + 1.0.0 com.tiesheng.springboot-parent springboot-poi - 0.9.14 + 1.0.0 @@ -126,7 +126,7 @@ kepai-repo-plugin - http://git.kepai365.com/zeng_wenhao/kepai-repo/raw/master + http://git.kepai365.com/tiesheng/repository/raw/master diff --git a/springboot-ademo/pom.xml b/springboot-ademo/pom.xml index 939b48c..a7f30c6 100644 --- a/springboot-ademo/pom.xml +++ b/springboot-ademo/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.9.14 + 1.0.0 springboot-ademo @@ -36,7 +36,7 @@ kepai-repo - http://git.kepai365.com/zeng_wenhao/kepai-repo/raw/master + http://git.kepai365.com/tiesheng/repository/raw/master diff --git a/springboot-annotation/pom.xml b/springboot-annotation/pom.xml index 11ed1be..1d21a26 100644 --- a/springboot-annotation/pom.xml +++ b/springboot-annotation/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.9.14 + 1.0.0 springboot-annotation diff --git a/springboot-database/pom.xml b/springboot-database/pom.xml index 1d1221c..bd31e87 100644 --- a/springboot-database/pom.xml +++ b/springboot-database/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.9.14 + 1.0.0 springboot-database diff --git a/springboot-encrypt/pom.xml b/springboot-encrypt/pom.xml index d74c482..558af9d 100644 --- a/springboot-encrypt/pom.xml +++ b/springboot-encrypt/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.9.14 + 1.0.0 springboot-encrypt diff --git a/springboot-login/pom.xml b/springboot-login/pom.xml index 20b043c..f88c078 100644 --- a/springboot-login/pom.xml +++ b/springboot-login/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.9.14 + 1.0.0 springboot-login diff --git a/springboot-message/pom.xml b/springboot-message/pom.xml index e0f2141..47dd323 100644 --- a/springboot-message/pom.xml +++ b/springboot-message/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.9.14 + 1.0.0 springboot-message diff --git a/springboot-platform/pom.xml b/springboot-platform/pom.xml index 7986a6e..5fcbe06 100644 --- a/springboot-platform/pom.xml +++ b/springboot-platform/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.9.14 + 1.0.0 springboot-platform diff --git a/springboot-poi/pom.xml b/springboot-poi/pom.xml index fc13a4c..0d0830f 100644 --- a/springboot-poi/pom.xml +++ b/springboot-poi/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.9.14 + 1.0.0 springboot-poi diff --git a/springboot-util/pom.xml b/springboot-util/pom.xml index f51d0c8..8406796 100644 --- a/springboot-util/pom.xml +++ b/springboot-util/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.9.14 + 1.0.0 springboot-util diff --git a/springboot-util/src/main/java/com/tiesheng/util/config/Ip2regionConfig.java b/springboot-util/src/main/java/com/tiesheng/util/config/Ip2regionConfig.java index 33e97f1..462c613 100644 --- a/springboot-util/src/main/java/com/tiesheng/util/config/Ip2regionConfig.java +++ b/springboot-util/src/main/java/com/tiesheng/util/config/Ip2regionConfig.java @@ -16,7 +16,7 @@ import javax.annotation.PostConstruct; @ConfigurationProperties(prefix = "tiesheng.ip2region") public class Ip2regionConfig { - private String dbUrl = "http://git.kepai365.com/zeng_wenhao/kepai-repo/raw/master/ipdb/ip2region.xdb"; + private String dbUrl = "http://git.kepai365.com/tiesheng/repository/raw/master/ipdb/ip2region.xdb"; private String dbPath = System.getProperty("user.dir") + "/runtime/ip2region/ip2region.xdb"; /////////////////////////////////////////////////////////////////////////// diff --git a/springboot-web/pom.xml b/springboot-web/pom.xml index 992c094..537612f 100644 --- a/springboot-web/pom.xml +++ b/springboot-web/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.9.14 + 1.0.0 springboot-web