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/01 15:04:46 UTC

[5/6] syncope git commit: Upgrading Codemirror and docker-maven-plugin

Upgrading Codemirror and 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/25d6c1f7
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/25d6c1f7
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/25d6c1f7

Branch: refs/heads/master
Commit: 25d6c1f76b7fc544013b32710c8203f4c09dbea9
Parents: c2cc8c9
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Oct 1 08:37:16 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Oct 1 17:04:30 2018 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/25d6c1f7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bfd47c3..8a90d63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -457,7 +457,7 @@ under the License.
     <font-awesome.filename>font-awesome.min.css</font-awesome.filename>
     <ionicons.version>2.0.1</ionicons.version>
     <highlightjs.version>9.8.0</highlightjs.version>
-    <codemirror.version>5.33.0</codemirror.version>
+    <codemirror.version>5.40.2</codemirror.version>
     <googlediffmatchpath.version>20121119-1</googlediffmatchpath.version>
     <jsplumb.version>2.0.7</jsplumb.version>
     <chartjs.version>1.0.2</chartjs.version>
@@ -1947,7 +1947,7 @@ under the License.
         <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
-          <version>0.27.0</version>
+          <version>0.27.1</version>
         </plugin>
 
         <plugin>