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

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

Branch: refs/heads/2_0_X
Commit: 62faf1fe32dcaf80faaad85026c704f00b636368
Parents: 3285cc0
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:01:59 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/62faf1fe/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8db8281..180c3d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -462,7 +462,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>
@@ -2021,7 +2021,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>