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