You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/01/10 11:37:38 UTC

[camel-kafka-connector] branch activemq-5.15.11 created (now f8617ad)

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

acosentino pushed a change to branch activemq-5.15.11
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


      at f8617ad  Upgrade ActiveMQ to version 5.15.11

This branch includes the following new commits:

     new f8617ad  Upgrade ActiveMQ to version 5.15.11

The 1 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.



[camel-kafka-connector] 01/01: Upgrade ActiveMQ to version 5.15.11

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch activemq-5.15.11
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit f8617ad132e3ad7b5471bf7f97d568d69f9104b8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 10 12:37:16 2020 +0100

    Upgrade ActiveMQ to version 5.15.11
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9b0ac61..80ee210 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -40,7 +40,7 @@
         <jboss.snapshots.repo.id>jboss-snapshots-repository</jboss.snapshots.repo.id>
         <jboss.snapshots.repo.url>https://repository.jboss.org/nexus/content/repositories/snapshots/</jboss.snapshots.repo.url>
 
-        <activemq.version>5.15.9</activemq.version>
+        <activemq.version>5.15.11</activemq.version>
         <kafka.version>2.3.1</kafka.version>
         <junit.version>4.13</junit.version>
         <camel.version>3.0.0</camel.version>