You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2021/12/15 15:57:27 UTC

[qpid-jms] branch 0.x updated (a2cabdd -> d796a7a)

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

robbie pushed a change to branch 0.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git.


    from a2cabdd  [maven-release-plugin] prepare for next development iteration
     new 9b8baaf  NO-JIRA: bump travis macos image to match main
     new d796a7a  QPIDJMS-556: update test+examples slf4j-log4j dep to 2.16.0

The 2 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:
 .travis.yml | 2 +-
 pom.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-jms] 02/02: QPIDJMS-556: update test+examples slf4j-log4j dep to 2.16.0

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

robbie pushed a commit to branch 0.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit d796a7a615a6baaf8f043f64bd2d4678a5499451
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Dec 15 15:42:57 2021 +0000

    QPIDJMS-556: update test+examples slf4j-log4j dep to 2.16.0
    
    (cherry picked from commit 1071f065ef2da230d2edea16ba1df15d51e403a1)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 64003d3..51dd785 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
     <proton-version>0.33.10</proton-version>
     <netty-version>4.1.72.Final</netty-version>
     <slf4j-version>1.7.30</slf4j-version>
-    <log4j-slf4j-version>2.15.0</log4j-slf4j-version>
+    <log4j-slf4j-version>2.16.0</log4j-slf4j-version>
     <geronimo.jms.2.spec.version>1.0-alpha-2</geronimo.jms.2.spec.version>
 
     <!-- 'Provided'/Test Dependency Versions for this Project -->

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[qpid-jms] 01/02: NO-JIRA: bump travis macos image to match main

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

robbie pushed a commit to branch 0.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 9b8baaffeb02291e13807210f71adda5de2e48f5
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Tue May 18 19:44:30 2021 +0100

    NO-JIRA: bump travis macos image to match main
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 4125798..2ede47a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ matrix:
       jdk: openjdk11
       dist: xenial
     - os: osx
-      osx_image: xcode9.3
+      osx_image: xcode12.5
 cache:
   directories:
   - $HOME/.m2

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org