This is an automated email from the ASF dual-hosted git repository. grkvlt pushed a commit to branch fix/tomcat-icon-path in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
commit 00c9e94f1ebefcc7435475437ad0edfaf8db907f Author: Andrew Donald Kennedy <[email protected]> AuthorDate: Wed Sep 8 16:47:57 2021 +0100 Fix path to tomcat icons on apache.org --- .../src/test/resources/test-framework-examples/example-catalog-test.bom | 2 +- .../src/test/resources/test-framework-examples/example-catalog.bom | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-framework/src/test/resources/test-framework-examples/example-catalog-test.bom b/test-framework/src/test/resources/test-framework-examples/example-catalog-test.bom index 65f2673..118e629 100644 --- a/test-framework/src/test/resources/test-framework-examples/example-catalog-test.bom +++ b/test-framework/src/test/resources/test-framework-examples/example-catalog-test.bom @@ -20,7 +20,7 @@ brooklyn.catalog: id: simple-tomcat-test version: 1.0 itemType: template - iconUrl: http://tomcat.apache.org/images/tomcat.png + iconUrl: http://tomcat.apache.org/res/images/tomcat.png name: Simple Tomcat Test license: Apache-2.0 item: diff --git a/test-framework/src/test/resources/test-framework-examples/example-catalog.bom b/test-framework/src/test/resources/test-framework-examples/example-catalog.bom index c87fe3d..a302297 100644 --- a/test-framework/src/test/resources/test-framework-examples/example-catalog.bom +++ b/test-framework/src/test/resources/test-framework-examples/example-catalog.bom @@ -20,7 +20,7 @@ brooklyn.catalog: id: simple-tomcat version: 1.0 itemType: template - iconUrl: http://tomcat.apache.org/images/tomcat.png + iconUrl: http://tomcat.apache.org/res/images/tomcat.png name: Simple Tomcat license: Apache-2.0 item:
