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:18 UTC

[2/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/56ee47a2
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/56ee47a2
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/56ee47a2

Branch: refs/heads/2_1_X
Commit: 56ee47a224aae780d1428da0d64fb68f80761709
Parents: 6cb6713
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:07 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/56ee47a2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6006b92..72e224d 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>