Skip to content

Commit 37ba15c

Browse files
authored
Merge pull request #133 from OpenLiberty/staging
Merge staging to prod - Fix for start dir empty table (#132)
2 parents 672cfb3 + 42a7b89 commit 37ba15c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: README.adoc

+1-1
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

Diff for: finish/pom.xml

+1-1
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>

Diff for: start/pom.xml

+1-1
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)