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 2023/06/02 11:54:46 UTC

[qpid-jms] branch 1.x updated (68d39f91 -> 5a3c2a1c)

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

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


    from 68d39f91 [maven-release-plugin] prepare for next development iteration
     new e2775f18 QPIDJMS-589: update bundle plugin to 5.1.9
     new 5a3c2a1c QPIDJMS-590: update to netty 4.1.93

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:
 pom.xml | 4 ++--
 1 file 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] 01/02: QPIDJMS-589: update bundle plugin to 5.1.9

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

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

commit e2775f18044dda36b54aa8c3311541bebfe55151
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Jun 2 12:36:24 2023 +0100

    QPIDJMS-589: update bundle plugin to 5.1.9
    
    (cherry picked from commit 101cc6e042b3e370cb854d75bf0ceaaa1bd43b6a)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 94617b45..449faf29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
     <maven-javacc-plugin-version>2.6</maven-javacc-plugin-version>
     <maven-eclipse-plugin-version>2.10</maven-eclipse-plugin-version>
     <maven-idea-plugin-version>2.5</maven-idea-plugin-version>
-    <maven-bundle-plugin-version>5.1.8</maven-bundle-plugin-version>
+    <maven-bundle-plugin-version>5.1.9</maven-bundle-plugin-version>
     <findbugs-maven-plugin-version>3.0.2</findbugs-maven-plugin-version>
     <jacoco-plugin-version>0.8.8</jacoco-plugin-version>
 


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


[qpid-jms] 02/02: QPIDJMS-590: update to netty 4.1.93

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

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

commit 5a3c2a1caf86bdd08bc131c1c9f5e681e0c488ca
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Jun 2 12:36:49 2023 +0100

    QPIDJMS-590: update to netty 4.1.93
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 449faf29..48428736 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
   <properties>
     <!-- Dependency Versions for this Project -->
     <proton-version>0.34.1</proton-version>
-    <netty-version>4.1.92.Final</netty-version>
+    <netty-version>4.1.93.Final</netty-version>
     <slf4j-version>1.7.36</slf4j-version>
     <jakarta.jms-api-version>2.0.3</jakarta.jms-api-version>
 


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