From a07051783c9e3831443ca49edf16e445cbf992f3 Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Sun, 16 Jan 2022 16:08:11 +0800 Subject: [PATCH] add plugins --- pom.xml | 41 ++++------------------------------------- 1 file changed, 4 insertions(+), 37 deletions(-) diff --git a/pom.xml b/pom.xml index 51d98dc..2aa50ba 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ 1.9.2 - 3.13.2 + 3.14.0 7.0.1 @@ -78,7 +78,6 @@ 1.2.7 - 1.4.13 1.0.0-SNAPSHOT @@ -451,42 +450,10 @@ - http://gitlab.schbrain.com/gitlab/liaozan/helloworld.git + http://gitlab.schbrain.com/gitlab/framework/Dockerfile.git main - - com.spotify - dockerfile-maven-plugin - ${dockerfile-maven-plugin.version} - - - buildImage - package - - build - - - - pushImage - package - - push - - - - - ${project.build.directory}/Dockerfile - ${docker.repository}/${project.parent.artifactId} - false - true - false - false - true - false - true - - @@ -497,7 +464,7 @@ dev dev - registry.cn-hangzhou.aliyuncs.com/schbrain-dev + registry.cn-hangzhou.aliyuncs.com/schbrain-dev true @@ -508,7 +475,7 @@ prod prod - registry-vpc.cn-hangzhou.aliyuncs.com/schbrain + registry-vpc.cn-hangzhou.aliyuncs.com/schbrain -- GitLab