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 2019/10/02 06:41:28 UTC

[syncope] branch 2_0_X updated: Upgrading highlightjs

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_0_X by this push:
     new c32b2d4  Upgrading highlightjs
c32b2d4 is described below

commit c32b2d40034db4be94b17e443efbf26204594e18
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Oct 2 08:29:01 2019 +0200

    Upgrading highlightjs
---
 pom.xml                           | 2 +-
 src/site/xdoc/release-process.xml | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6c99958..82b66e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -464,7 +464,7 @@ under the License.
     <font-awesome.version>4.7.0</font-awesome.version>
     <font-awesome.filename>font-awesome.min.css</font-awesome.filename>
     <ionicons.version>2.0.1</ionicons.version>
-    <highlightjs.version>9.15.8</highlightjs.version>
+    <highlightjs.version>9.15.10</highlightjs.version>
     <codemirror.version>5.48.2</codemirror.version>
     <googlediffmatchpath.version>895a9512bb</googlediffmatchpath.version>
     <jsplumb.version>2.0.7</jsplumb.version>
diff --git a/src/site/xdoc/release-process.xml b/src/site/xdoc/release-process.xml
index 120207e..c552fc1 100644
--- a/src/site/xdoc/release-process.xml
+++ b/src/site/xdoc/release-process.xml
@@ -322,13 +322,13 @@ sed -i 's/\/syncope\/webjars\/jquery-ui-themes\/1.12.1\/smoothness\/jquery-ui.mi
 
 # if releasing from 2_0_X
 curl -o /tmp/schema_1_syncope2.html http://localhost:9080/syncope/schema_1_syncope2.html
-sed -i 's/\/syncope\/webjars\/highlightjs\/9.15.8\/styles\/default.min.css/http:\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/9.15.8\/styles\/default.min.css/' /tmp/schema_1_syncope2.html 
-sed -i 's/\/syncope\/webjars\/highlightjs\/9.15.8\/highlight.min.js/http:\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/9.15.8\/highlight.min.js/' /tmp/schema_1_syncope2.html 
+sed -i 's/\/syncope\/webjars\/highlightjs\/9.15.10\/styles\/default.min.css/http:\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/9.15.10\/styles\/default.min.css/' /tmp/schema_1_syncope2.html 
+sed -i 's/\/syncope\/webjars\/highlightjs\/9.15.10\/highlight.min.js/http:\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/9.15.10\/highlight.min.js/' /tmp/schema_1_syncope2.html 
 
 # else if releasing from 2_1_X
 curl -o /tmp/schema_1_syncope21.html http://localhost:9080/syncope/schema_1_syncope21.html
-sed -i 's/\/syncope\/webjars\/highlightjs\/9.15.8\/styles\/default.min.css/http:\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/9.15.8\/styles\/default.min.css/' /tmp/schema_1_syncope21.html 
-sed -i 's/\/syncope\/webjars\/highlightjs\/9.15.8\/highlight.min.js/http:\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/9.15.8\/highlight.min.js/' /tmp/schema_1_syncope21.html 
+sed -i 's/\/syncope\/webjars\/highlightjs\/9.15.10\/styles\/default.min.css/http:\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/9.15.10\/styles\/default.min.css/' /tmp/schema_1_syncope21.html 
+sed -i 's/\/syncope\/webjars\/highlightjs\/9.15.10\/highlight.min.js/http:\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/9.15.10\/highlight.min.js/' /tmp/schema_1_syncope21.html 
 
 ./bin/shutdown.sh && cd -