From 797ea64e826639604a25b2267f3b70a87ae6ac82 Mon Sep 17 00:00:00 2001 From: Jakub Pomykala <56261244+jakub-pomykala@users.noreply.github.com> Date: Fri, 10 Feb 2023 14:07:31 +0000 Subject: [PATCH 1/3] Fix for start dir --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 74c63784..80ff7854 100644 --- a/README.adoc +++ b/README.adoc @@ -272,7 +272,7 @@ The [hotspot=axios]`axios` HTTP call is used to read the artist JSON that contai ifdef::cloud-hosted[] Finally, run the following command to update the URL to access the ***artists.json*** in the ***ArtistTable.js*** file: ```bash -sed -i 's=http://localhost:9080/artists='"http://${USERNAME}-9080.$(echo $TOOL_DOMAIN | sed 's/\.labs\./.proxy./g')/artists"'=' /home/project/guide-rest-client-reactjs/start/src/main/frontend/src/Components/ArtistTable.js +sed -i 's=http://localhost:9080/artists='"https://${USERNAME}-9080.$(echo $TOOL_DOMAIN | sed 's/\.labs\./.proxy./g')/artists"'=' /home/project/guide-rest-client-reactjs/start/src/main/frontend/src/Components/ArtistTable.js ``` endif::[] From 74270c17f6c2f9fb7dc27e865340b564e78453d4 Mon Sep 17 00:00:00 2001 From: Jakub Pomykala <56261244+jakub-pomykala@users.noreply.github.com> Date: Fri, 10 Feb 2023 14:35:45 +0000 Subject: [PATCH 2/3] Updating com.github.eirslett plugin to 1.12.1 --- finish/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finish/pom.xml b/finish/pom.xml index 00ffee86..3a837cfd 100644 --- a/finish/pom.xml +++ b/finish/pom.xml @@ -62,7 +62,7 @@ com.github.eirslett frontend-maven-plugin - 1.10.0 + 1.12.1 src/main/frontend From 439f9965b813082a2dc457a9ff2bcf5d44fd76f2 Mon Sep 17 00:00:00 2001 From: Jakub Pomykala <56261244+jakub-pomykala@users.noreply.github.com> Date: Fri, 10 Feb 2023 14:36:17 +0000 Subject: [PATCH 3/3] Updating com.github.eirslett to 1.12.1 (start) --- start/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start/pom.xml b/start/pom.xml index d2575eef..469f118b 100644 --- a/start/pom.xml +++ b/start/pom.xml @@ -61,7 +61,7 @@ com.github.eirslett frontend-maven-plugin - 1.10.0 + 1.12.1 src/main/frontend