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 01c1565779 Fixing release process
01c1565779 is described below

commit 01c15657796c3ca663e4053eff72b414c93b985a
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Aug 5 12:53:00 2022 +0200

    Fixing release process
---
 src/site/xdoc/release-process.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/xdoc/release-process.xml 
b/src/site/xdoc/release-process.xml
index 4214717824..1f5300b0c0 100644
--- a/src/site/xdoc/release-process.xml
+++ b/src/site/xdoc/release-process.xml
@@ -326,8 +326,8 @@ sed -i 
's/\/syncope\/webjars\/highlightjs\/10.1.2\/highlight.min.js/https:\/\/cd
 
 # 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/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
+sed -i 
's/\/syncope\/webjars\/highlightjs\/11.5.0\/styles\/default.min.css/https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/11.5.0\/styles\/default.min.css/'
 /tmp/schema_1_syncope21.html
+sed -i 
's/\/syncope\/webjars\/highlightjs\/11.5.0\/highlight.min.js/https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/11.5.0\/highlight.min.js/'
 /tmp/schema_1_syncope21.html
 
 ./bin/shutdown.sh && cd - 
               

Reply via email to