This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new 811918df14 CAUSEWAY-3465 : extends rename script to also change
https://.../schema to http://.../schema
811918df14 is described below
commit 811918df14c60302f351b8d19f6c4315da64a781
Author: danhaywood <[email protected]>
AuthorDate: Fri May 19 10:58:33 2023 +0100
CAUSEWAY-3465 : extends rename script to also change https://.../schema to
http://.../schema
---
scripts/ci/rename-all-published-sources.jsh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/scripts/ci/rename-all-published-sources.jsh
b/scripts/ci/rename-all-published-sources.jsh
index 4a0dc4c9e7..78826b07da 100644
--- a/scripts/ci/rename-all-published-sources.jsh
+++ b/scripts/ci/rename-all-published-sources.jsh
@@ -247,6 +247,9 @@ class RenameProject {
.replace(
"\"https://isis.apache.org/applib/layout/links",
"\"http://isis.apache.org/applib/layout/links")
+ .replace(
+ "\"https://isis.apache.org/schema",
+ "\"http://isis.apache.org/schema")
;
newLines.add(newLine);