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 c0a17eca7f1065eac0f27d5aadcc251a3f4e2cc4 Author: frogfather <[email protected]> AuthorDate: Mon Jun 1 13:50:25 2020 +0100 corrects broken composer palette icon for Artemis --- software/messaging/src/main/resources/artemis-logo.png | Bin 0 -> 32902 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 new file mode 100644 index 0000000..5573b31 Binary files /dev/null and b/software/messaging/src/main/resources/artemis-logo.png differ diff --git a/software/messaging/src/main/resources/catalog.bom b/software/messaging/src/main/resources/catalog.bom index 16e0d61..b01bd02 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: https://activemq.apache.org/artemis/images/activemq-logo.png + iconUrl: classpath:///artemis-logo.png version: "1.1.0-SNAPSHOT" # BROOKLYN_VERSION item: type: org.apache.brooklyn.entity.software.base.VanillaSoftwareProcess
