diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37ef96e..43783e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,11 +9,5 @@ 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 - - git checkout master - - git pull - - git add . - - git commit -m "deploy $CI_PROJECT_NAME $CI_COMMIT_TAG" - - git push origin master + - mvn clean deploy diff --git a/pom.xml b/pom.xml index 16b9ff0..1fecf42 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.3.0 + 0.4.0 pom springboot-parent 杭州铁晟科技有限公司基础依赖 @@ -57,55 +57,55 @@ com.tiesheng.springboot-parent springboot-db-migration - 0.3.0 + 0.4.0 com.tiesheng.springboot-parent springboot-login - 0.3.0 + 0.4.0 com.tiesheng.springboot-parent springboot-web - 0.3.0 + 0.4.0 com.tiesheng.springboot-parent springboot-util - 0.3.0 + 0.4.0 com.tiesheng.springboot-parent springboot-platform - 0.3.0 + 0.4.0 com.tiesheng.springboot-parent springboot-message - 0.3.0 + 0.4.0 com.tiesheng.springboot-parent springboot-encrypt - 0.3.0 + 0.4.0 com.tiesheng.springboot-parent springboot-annotation - 0.3.0 + 0.4.0 com.tiesheng.springboot-parent springboot-poi - 0.3.0 + 0.4.0 @@ -125,18 +125,29 @@ - kepai-repo-plugin - http://git.kepai365.com/zeng_wenhao/kepai-repo/raw/master + kepai-maven + http://git.kepai365.com/api/v4/groups/581/-/packages/maven + + + kepai-maven + ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/maven + + + kepai-maven + ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/maven + + + com.tiesheng.springboot-plugin launcher-maven-plugin - 0.0.2 + 0.0.4 diff --git a/springboot-ademo/pom.xml b/springboot-ademo/pom.xml index 9bb4d52..c1f3253 100644 --- a/springboot-ademo/pom.xml +++ b/springboot-ademo/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.3.0 + 0.4.0 springboot-ademo diff --git a/springboot-annotation/pom.xml b/springboot-annotation/pom.xml index 34f4335..80d4ddb 100644 --- a/springboot-annotation/pom.xml +++ b/springboot-annotation/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.3.0 + 0.4.0 springboot-annotation diff --git a/springboot-db-migration/pom.xml b/springboot-db-migration/pom.xml index e12c937..058181f 100644 --- a/springboot-db-migration/pom.xml +++ b/springboot-db-migration/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.3.0 + 0.4.0 springboot-db-migration diff --git a/springboot-encrypt/pom.xml b/springboot-encrypt/pom.xml index 655d0e2..8d5a6b5 100644 --- a/springboot-encrypt/pom.xml +++ b/springboot-encrypt/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.3.0 + 0.4.0 springboot-encrypt diff --git a/springboot-login/pom.xml b/springboot-login/pom.xml index 8056a6c..6816f76 100644 --- a/springboot-login/pom.xml +++ b/springboot-login/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.3.0 + 0.4.0 springboot-login diff --git a/springboot-message/pom.xml b/springboot-message/pom.xml index c72643e..c5ec0ee 100644 --- a/springboot-message/pom.xml +++ b/springboot-message/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.3.0 + 0.4.0 springboot-message diff --git a/springboot-platform/pom.xml b/springboot-platform/pom.xml index 049e1db..ed068f6 100644 --- a/springboot-platform/pom.xml +++ b/springboot-platform/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.3.0 + 0.4.0 springboot-platform diff --git a/springboot-poi/pom.xml b/springboot-poi/pom.xml index 8b1056a..78af9cc 100644 --- a/springboot-poi/pom.xml +++ b/springboot-poi/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.3.0 + 0.4.0 springboot-poi diff --git a/springboot-util/pom.xml b/springboot-util/pom.xml index 1eed421..7011d1f 100644 --- a/springboot-util/pom.xml +++ b/springboot-util/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.3.0 + 0.4.0 springboot-util diff --git a/springboot-web/pom.xml b/springboot-web/pom.xml index 67c574d..f123e97 100644 --- a/springboot-web/pom.xml +++ b/springboot-web/pom.xml @@ -6,7 +6,7 @@ com.tiesheng.springboot-parent springboot-parent - 0.3.0 + 0.4.0 springboot-web