This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-library.git
commit 9a37253e8dcc80fefbd54bef4f4f1a1def52caea Author: frogfather <[email protected]> AuthorDate: Mon Jun 1 15:03:50 2020 +0100 remove artemis logo and update path --- software/messaging/src/main/resources/artemis-logo.png | Bin 32902 -> 0 bytes software/messaging/src/main/resources/catalog.bom | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/software/messaging/src/main/resources/artemis-logo.png b/software/messaging/src/main/resources/artemis-logo.png deleted file mode 100644 index 5573b31..0000000 Binary files a/software/messaging/src/main/resources/artemis-logo.png and /dev/null differ diff --git a/software/messaging/src/main/resources/catalog.bom b/software/messaging/src/main/resources/catalog.bom index b01bd02..1bcd7c0 100644 --- a/software/messaging/src/main/resources/catalog.bom +++ b/software/messaging/src/main/resources/catalog.bom @@ -26,7 +26,7 @@ brooklyn.catalog: name: ActiveMQ Broker description: ActiveMQ is an open source message broker which fully implements the Java Message Service 1.1 (JMS) - id: org.apache.brooklyn.entity.messaging.activemq-artemis - iconUrl: classpath:///artemis-logo.png + iconUrl: classpath:///activemq-logo.png version: "1.1.0-SNAPSHOT" # BROOKLYN_VERSION item: type: org.apache.brooklyn.entity.software.base.VanillaSoftwareProcess
