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

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

Branch: refs/heads/2_1_X
Commit: c2e8a2092c5d5ba713cef5cff535ead06b48af10
Parents: 88891b1
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:02:10 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/c2e8a209/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ab962f8..e77a599 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>