You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2021/04/06 06:14:09 UTC

[syncope] branch 2_1_X updated: Upgrading docker-maven-plugin

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 4a2c6c1  Upgrading docker-maven-plugin
4a2c6c1 is described below

commit 4a2c6c166664768057ce77736b9e0c63a4fc4bae
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Apr 6 08:13:37 2021 +0200

    Upgrading docker-maven-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9dc7cfc..df98edc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2102,7 +2102,7 @@ under the License.
         <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
-          <version>0.34.1</version>
+          <version>0.35.0</version>
         </plugin>
 
         <plugin>