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/06/13 06:06:38 UTC

[syncope] 02/02: Upgrading docker-maven-plugin and maven-enforcer-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

commit ba9e85458575c2eca43d8f7fc08687d3e25a0221
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jun 13 08:02:44 2022 +0200

    Upgrading docker-maven-plugin and maven-enforcer-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d787962e98..4c0c0e3065 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2118,7 +2118,7 @@ under the License.
         <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
-          <version>0.40.0</version>
+          <version>0.40.1</version>
         </plugin>
 
         <plugin>
@@ -2215,7 +2215,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>3.0.0</version>
+        <version>3.1.0</version>
         <executions>
           <execution>
             <id>enforce-maven</id>