Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #196 from ibm-developer/defect170
Browse files Browse the repository at this point in the history
fix: include version in web app name
  • Loading branch information
Jennifer Oliver committed Aug 21, 2019
2 parents e48ddb9 + bbe36d6 commit 42371f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@

<applicationMonitor pollingRate="1000ms"/>

<webApplication name="{{artifactId}}" location="${app.location}" contextRoot="/"/>
<webApplication name="{{artifactId}}-{{version}}" location="${app.location}" contextRoot="/"/>

</server>

0 comments on commit 42371f5

Please sign in to comment.