Skip to content

Commit 0b9e963

Browse files
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 <[email protected]>
1 parent 01c4e4c commit 0b9e963

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ The [hotspot=axios]`axios` HTTP call is used to read the artist JSON that contai
272272
ifdef::cloud-hosted[]
273273
Finally, run the following command to update the URL to access the ***artists.json*** in the ***ArtistTable.js*** file:
274274
```bash
275-
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
275+
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
276276
```
277277
endif::[]
278278

finish/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<plugin>
6363
<groupId>com.github.eirslett</groupId>
6464
<artifactId>frontend-maven-plugin</artifactId>
65-
<version>1.10.0</version>
65+
<version>1.12.1</version>
6666
<configuration>
6767
<!-- tag::working-dir[] -->
6868
<workingDirectory>src/main/frontend</workingDirectory>

start/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<plugin>
6262
<groupId>com.github.eirslett</groupId>
6363
<artifactId>frontend-maven-plugin</artifactId>
64-
<version>1.10.0</version>
64+
<version>1.12.1</version>
6565
<configuration>
6666
<workingDirectory>src/main/frontend</workingDirectory>
6767
</configuration>

0 commit comments

Comments
 (0)