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 2022/02/07 16:51:57 UTC

[syncope] branch master updated: Upgrading docker-maven-plugin

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

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


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

commit bea2c7cbacd12ee6048f7e71f05322de045fddce
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Feb 7 16:23:04 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index bd3792b..284c795 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2221,7 +2221,7 @@ under the License.
         <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
-          <version>0.38.1</version>
+          <version>0.39.0</version>
         </plugin>
 
         <plugin>