This is an automated email from the ASF dual-hosted git repository. liubao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
commit 8b0c61aac9291d7387d36f47870f5b90b8b1d13d Author: liubao <[email protected]> AuthorDate: Wed Jun 3 15:53:19 2020 +0800 [SCB-1978]upgrade docker maven plugin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 49f4dc7..06d455b 100755 --- a/pom.xml +++ b/pom.xml @@ -305,7 +305,7 @@ <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> - <version>1.2.0</version> + <version>0.33.0</version> </plugin> <plugin> <groupId>org.codehaus.gmaven</groupId>
