From 0b9e963f53e44d5d629e4bf4b4764179ebfb061f Mon Sep 17 00:00:00 2001 From: jakub-pomykala <56261244+jakub-pomykala@users.noreply.github.com> Date: Fri, 10 Feb 2023 09:45:24 -0500 Subject: [PATCH] Fix for start dir empty table (#132) * Fix for start dir * Updating com.github.eirslett plugin to 1.12.1 * Updating com.github.eirslett to 1.12.1 (start) --------- Co-authored-by: Gilbert Kwan --- README.adoc | 2 +- finish/pom.xml | 2 +- start/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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::[] 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 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