This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_0_X by this push:
new e4f7b59 Upgrading docker-maven-plugin
e4f7b59 is described below
commit e4f7b593957d1a75d1247dd5e8d3450fa5bf88b2
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Sep 14 14:58:36 2020 +0200
Upgrading docker-maven-plugin
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d99a2d3..69fbc3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2134,7 +2134,7 @@ under the License.
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.33.0</version>
+ <version>0.34.0</version>
</plugin>
<plugin>