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

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

commit eabd1cd878eafe878aaa6db3be5bd93af100362a
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Mon Mar 21 16:30:52 2022 +0100

    QPIDJMS-566 Replace org.apache.geronimo.specs:geronimo-jms_2.0_spec with
    vendor neutral jakarta.jms:jakarta.jms-api
---
 pom.xml                 | 8 ++++----
 qpid-jms-client/pom.xml | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6f3e75a..71c9428 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
     <proton-version>0.33.10</proton-version>
     <netty-version>4.1.75.Final</netty-version>
     <slf4j-version>1.7.36</slf4j-version>
-    <geronimo.jms.2.spec.version>1.0-alpha-2</geronimo.jms.2.spec.version>
+    <jakarta.jms-api-version>2.0.3</jakarta.jms-api-version>
 
     <!-- 'Provided'/Test Dependency Versions for this Project -->
     <opentracing-version>0.33.0</opentracing-version>
@@ -122,9 +122,9 @@
         <version>${proton-version}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.geronimo.specs</groupId>
-        <artifactId>geronimo-jms_2.0_spec</artifactId>
-        <version>${geronimo.jms.2.spec.version}</version>
+        <groupId>jakarta.jms</groupId>
+        <artifactId>jakarta.jms-api</artifactId>
+        <version>${jakarta.jms-api-version}</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index 520e300..bda6693 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -37,8 +37,8 @@
       <artifactId>slf4j-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-jms_2.0_spec</artifactId>
+      <groupId>jakarta.jms</groupId>
+      <artifactId>jakarta.jms-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.qpid</groupId>

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

Reply via email to