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 2021/11/04 11:02:12 UTC

[syncope] branch 2_1_X updated: [SYNCOPE-1647] Moving http to https refs

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

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


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 27128c9  [SYNCOPE-1647] Moving http to https refs
27128c9 is described below

commit 27128c99454dc638f3245713bccf6cc422822a31
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Nov 4 12:00:57 2021 +0100

    [SYNCOPE-1647] Moving http to https refs
---
 src/site/xdoc/release-process.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/site/xdoc/release-process.xml b/src/site/xdoc/release-process.xml
index d765612..02f207a 100644
--- a/src/site/xdoc/release-process.xml
+++ b/src/site/xdoc/release-process.xml
@@ -317,18 +317,18 @@ curl -o /tmp/syncope.wadl http://localhost:9080/syncope/syncope.wadl
 
 curl -o /tmp/index.html http://localhost:9080/syncope/index.html
 sed -i 's/\/syncope\/webjars\/jquery\/3.4.1\/jquery.min.js/https:\/\/code.jquery.com\/jquery-3.4.1.min.js/' /tmp/index.html 
-sed -i 's/\/syncope\/webjars\/jquery-ui\/1.12.1\/jquery-ui.min.js/http:\/\/code.jquery.com\/ui\/1.12.1\/jquery-ui.min.js/' /tmp/index.html               
+sed -i 's/\/syncope\/webjars\/jquery-ui\/1.12.1\/jquery-ui.min.js/https:\/\/code.jquery.com\/ui\/1.12.1\/jquery-ui.min.js/' /tmp/index.html
 sed -i 's/\/syncope\/webjars\/jquery-ui-themes\/1.12.1\/smoothness\/jquery-ui.min.css/https:\/\/code.jquery.com\/ui\/1.12.1\/themes\/smoothness\/jquery-ui.css/' /tmp/index.html 
 
 # 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\/10.1.2\/styles\/default.min.css/http:\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/10.1.2\/styles\/default.min.css/' /tmp/schema_1_syncope2.html
-sed -i 's/\/syncope\/webjars\/highlightjs\/10.1.2\/highlight.min.js/http:\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/10.1.2\/highlight.min.js/' /tmp/schema_1_syncope2.html
+sed -i 's/\/syncope\/webjars\/highlightjs\/10.1.2\/styles\/default.min.css/https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/10.1.2\/styles\/default.min.css/' /tmp/schema_1_syncope2.html
+sed -i 's/\/syncope\/webjars\/highlightjs\/10.1.2\/highlight.min.js/https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/10.1.2\/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\/10.1.2\/styles\/default.min.css/http:\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/10.1.2\/styles\/default.min.css/' /tmp/schema_1_syncope21.html
-sed -i 's/\/syncope\/webjars\/highlightjs\/10.1.2\/highlight.min.js/http:\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/10.1.2\/highlight.min.js/' /tmp/schema_1_syncope21.html
+sed -i 's/\/syncope\/webjars\/highlightjs\/10.1.2\/styles\/default.min.css/https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/10.1.2\/styles\/default.min.css/' /tmp/schema_1_syncope21.html
+sed -i 's/\/syncope\/webjars\/highlightjs\/10.1.2\/highlight.min.js/https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/10.1.2\/highlight.min.js/' /tmp/schema_1_syncope21.html
 
 ./bin/shutdown.sh && cd -