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 2015/08/26 08:46:48 UTC

syncope git commit: Upgrading Tomcat and CodeMirror

Repository: syncope
Updated Branches:
  refs/heads/master 5da611de2 -> 3559e694b


Upgrading Tomcat and CodeMirror


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

Branch: refs/heads/master
Commit: 3559e694b91667da1ca474cecd207740a05bb127
Parents: 5da611d
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Aug 26 08:46:41 2015 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Aug 26 08:46:41 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/3559e694/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fb27973..adc785d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -379,7 +379,7 @@ under the License.
     <font-awesome.version>4.4.0</font-awesome.version>
     <ionicons.version>2.0.1</ionicons.version>
     <highlightjs.version>8.7</highlightjs.version>
-    <codemirror.version>5.5</codemirror.version>
+    <codemirror.version>5.6</codemirror.version>
     <jsplumb.version>1.7.5</jsplumb.version>
     
     <wicket.version>7.0.0</wicket.version>
@@ -408,7 +408,7 @@ under the License.
     <cargo.log>${log.directory}/cargo.log</cargo.log>
     <cargo.output>${log.directory}/cargo-output.log</cargo.output>
 
-    <tomcat.version>8.0.24</tomcat.version>
+    <tomcat.version>8.0.26</tomcat.version>
 
     <anonymousUser>anonymous</anonymousUser>
     <!-- static keys, only used for build: generated overlays will override during archetype:generate -->