You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2020/06/02 14:25:41 UTC

[brooklyn-library] branch master updated (7fa2f20 -> 6bdb9f2)

This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-library.git.


    from 7fa2f20  Set version to 1.1.0-SNAPSHOT
     new c0a17ec  corrects broken composer palette icon for Artemis
     new 9181d5c  update activemq logo
     new 9a37253  remove artemis logo and update path
     new 6bdb9f2  This closes #180

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../messaging/src/main/resources/activemq-logo.png   | Bin 6819 -> 32902 bytes
 software/messaging/src/main/resources/catalog.bom    |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)


[brooklyn-library] 02/04: update activemq logo

Posted by he...@apache.org.
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 9181d5c568df8cdebc194b842f09df2090926a57
Author: frogfather <j....@icloud.com>
AuthorDate: Mon Jun 1 14:41:13 2020 +0100

    update activemq logo
---
 .../messaging/src/main/resources/activemq-logo.png   | Bin 6819 -> 32902 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/software/messaging/src/main/resources/activemq-logo.png b/software/messaging/src/main/resources/activemq-logo.png
index d514448..5573b31 100644
Binary files a/software/messaging/src/main/resources/activemq-logo.png and b/software/messaging/src/main/resources/activemq-logo.png differ


[brooklyn-library] 03/04: remove artemis logo and update path

Posted by he...@apache.org.
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 <j....@icloud.com>
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


[brooklyn-library] 04/04: This closes #180

Posted by he...@apache.org.
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 6bdb9f200a7ec03dd3e4be671fc0db8689b55c0a
Merge: 7fa2f20 9a37253
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Tue Jun 2 15:25:24 2020 +0100

    This closes #180

 .../messaging/src/main/resources/activemq-logo.png   | Bin 6819 -> 32902 bytes
 software/messaging/src/main/resources/catalog.bom    |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)


[brooklyn-library] 01/04: corrects broken composer palette icon for Artemis

Posted by he...@apache.org.
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 <j....@icloud.com>
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