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 2018/12/14 16:36:48 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 9727d47  Upgrading docker-maven-plugin
9727d47 is described below

commit 9727d47402f82c10b8dfba6f5e9be6452f961213
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Dec 14 17:36:07 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index 8e61c61..1ed38da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1974,7 +1974,7 @@ under the License.
         <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
-          <version>0.27.2</version>
+          <version>0.28.0</version>
         </plugin>
 
         <plugin>