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/10/08 06:58:19 UTC

[3/3] syncope git commit: Upgrading docker-maven-plugin

Upgrading docker-maven-plugin


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/f0398c7d
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/f0398c7d
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/f0398c7d

Branch: refs/heads/master
Commit: f0398c7d70a1e107e38d4dcb77bcf30b5d1265ef
Parents: fd70550
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Oct 8 08:57:58 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Oct 8 08:58:10 2018 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/f0398c7d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6a29194..9e686d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1963,7 +1963,7 @@ under the License.
         <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
-          <version>0.27.1</version>
+          <version>0.27.2</version>
         </plugin>
 
         <plugin>