You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cs...@apache.org on 2022/03/09 17:52:50 UTC

[activemq] branch main updated: AMQ-8530 - Update to geronimo-annotation_1.3_spec

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

cshannon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new 3d06efe  AMQ-8530 - Update to geronimo-annotation_1.3_spec
     new 2a07500  Merge pull request #796 from cshannon/AMQ-8530
3d06efe is described below

commit 3d06efe93d8560d7836cc5d1caf42bf6916d1c2b
Author: Christopher L. Shannon (cshannon) <ch...@gmail.com>
AuthorDate: Tue Mar 8 11:23:23 2022 -0500

    AMQ-8530 - Update to geronimo-annotation_1.3_spec
---
 activemq-all/pom.xml                                | 8 ++++----
 activemq-jms-pool/pom.xml                           | 2 +-
 activemq-kahadb-store/pom.xml                       | 2 +-
 activemq-karaf/src/main/resources/features-core.xml | 2 +-
 activemq-mqtt/pom.xml                               | 2 +-
 activemq-osgi/pom.xml                               | 4 ++--
 activemq-pool/pom.xml                               | 2 +-
 activemq-spring/pom.xml                             | 2 +-
 activemq-unit-tests/pom.xml                         | 2 +-
 activemq-web-console/pom.xml                        | 2 +-
 assembly/pom.xml                                    | 2 +-
 assembly/src/main/descriptors/common-bin.xml        | 2 +-
 pom.xml                                             | 4 ++--
 13 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/activemq-all/pom.xml b/activemq-all/pom.xml
index 02c55ca..561eafb 100644
--- a/activemq-all/pom.xml
+++ b/activemq-all/pom.xml
@@ -57,7 +57,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-annotation_1.0_spec</artifactId>
+      <artifactId>geronimo-annotation_1.3_spec</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
@@ -103,7 +103,7 @@
                   <include>jakarta.jms:jakarta.jms-api</include>
                   <include>org.apache.geronimo.specs:geronimo-jta_1.1_spec</include>
                   <include>org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec</include>
-                  <include>org.apache.geronimo.specs:geronimo-annotation_1.0_spec</include>
+                  <include>org.apache.geronimo.specs:geronimo-annotation_1.3_spec</include>
                   <include>org.slf4j:slf4j-api</include>
                   <include>org.apache.logging.log4j:log4j-slf4j-impl</include>
                   <include>org.slf4j:jcl-over-slf4j</include>
@@ -329,8 +329,8 @@
         </dependency>
         <dependency>
           <groupId>org.apache.geronimo.specs</groupId>
-          <artifactId>geronimo-annotation_1.0_spec</artifactId>
-          <version>1.1.1</version>
+          <artifactId>geronimo-annotation_1.3_spec</artifactId>
+          <version>1.0</version>
           <classifier>sources</classifier>
           <optional>true</optional>
         </dependency>
diff --git a/activemq-jms-pool/pom.xml b/activemq-jms-pool/pom.xml
index f340dcc..d685316 100644
--- a/activemq-jms-pool/pom.xml
+++ b/activemq-jms-pool/pom.xml
@@ -54,7 +54,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-annotation_1.0_spec</artifactId>
+      <artifactId>geronimo-annotation_1.3_spec</artifactId>
       <optional>true</optional>
     </dependency>
     <dependency>
diff --git a/activemq-kahadb-store/pom.xml b/activemq-kahadb-store/pom.xml
index 2460883..b303b6f 100644
--- a/activemq-kahadb-store/pom.xml
+++ b/activemq-kahadb-store/pom.xml
@@ -76,7 +76,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-annotation_1.0_spec</artifactId>
+      <artifactId>geronimo-annotation_1.3_spec</artifactId>
       <optional>true</optional>
     </dependency>
     <dependency>
diff --git a/activemq-karaf/src/main/resources/features-core.xml b/activemq-karaf/src/main/resources/features-core.xml
index e7f1c0f..9a6f7fb 100644
--- a/activemq-karaf/src/main/resources/features-core.xml
+++ b/activemq-karaf/src/main/resources/features-core.xml
@@ -24,7 +24,7 @@
     <feature name="activemq-client" description="ActiveMQ client libraries" version="${project.version}">
         <feature version="[5,6)">spring</feature>
         <feature>aries-blueprint</feature>
-        <bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-annotation_1.0_spec/1.1.1</bundle>
+        <bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-annotation_1.3_spec/1.0</bundle>
         <bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1</bundle>
         <bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-jms_2.0_spec/1.0-alpha-2</bundle>
         <bundle dependency="true">mvn:org.apache.geronimo.specs/geronimo-j2ee-management_1.1_spec/1.0.1</bundle>
diff --git a/activemq-mqtt/pom.xml b/activemq-mqtt/pom.xml
index e972f7a..18eb59f 100644
--- a/activemq-mqtt/pom.xml
+++ b/activemq-mqtt/pom.xml
@@ -86,7 +86,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-annotation_1.0_spec</artifactId>
+      <artifactId>geronimo-annotation_1.3_spec</artifactId>
       <optional>true</optional>
     </dependency>
     <dependency>
diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml
index d955fb2..dfdd7cd 100644
--- a/activemq-osgi/pom.xml
+++ b/activemq-osgi/pom.xml
@@ -493,8 +493,8 @@
         </dependency>
         <dependency>
           <groupId>org.apache.geronimo.specs</groupId>
-          <artifactId>geronimo-annotation_1.0_spec</artifactId>
-          <version>1.1.1</version>
+          <artifactId>geronimo-annotation_1.3_spec</artifactId>
+          <version>1.0</version>
           <classifier>sources</classifier>
           <optional>true</optional>
         </dependency>
diff --git a/activemq-pool/pom.xml b/activemq-pool/pom.xml
index 1a05f6f..f1512f1 100644
--- a/activemq-pool/pom.xml
+++ b/activemq-pool/pom.xml
@@ -58,7 +58,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-annotation_1.0_spec</artifactId>
+      <artifactId>geronimo-annotation_1.3_spec</artifactId>
       <optional>true</optional>
     </dependency>
     <dependency>
diff --git a/activemq-spring/pom.xml b/activemq-spring/pom.xml
index 319ba8c..7ee360d 100644
--- a/activemq-spring/pom.xml
+++ b/activemq-spring/pom.xml
@@ -134,7 +134,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-annotation_1.0_spec</artifactId>
+      <artifactId>geronimo-annotation_1.3_spec</artifactId>
       <optional>true</optional>
     </dependency>
     <dependency>
diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml
index 275f405..f450c18 100644
--- a/activemq-unit-tests/pom.xml
+++ b/activemq-unit-tests/pom.xml
@@ -113,7 +113,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-annotation_1.0_spec</artifactId>
+      <artifactId>geronimo-annotation_1.3_spec</artifactId>
       <optional>true</optional>
     </dependency>
     <dependency>
diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml
index 5213d28..89b88d6 100644
--- a/activemq-web-console/pom.xml
+++ b/activemq-web-console/pom.xml
@@ -325,7 +325,7 @@
     
      <dependency>
        <groupId>org.apache.geronimo.specs</groupId>
-       <artifactId>geronimo-annotation_1.0_spec</artifactId>
+       <artifactId>geronimo-annotation_1.3_spec</artifactId>
     </dependency>
 
 	<dependency>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index bf08846..43b7cef 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -368,7 +368,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-annotation_1.0_spec</artifactId>
+      <artifactId>geronimo-annotation_1.3_spec</artifactId>
     </dependency>
     <dependency>
       <groupId>org.ow2.asm</groupId>
diff --git a/assembly/src/main/descriptors/common-bin.xml b/assembly/src/main/descriptors/common-bin.xml
index ffe1b8f..f410f36 100644
--- a/assembly/src/main/descriptors/common-bin.xml
+++ b/assembly/src/main/descriptors/common-bin.xml
@@ -280,7 +280,7 @@
         <include>org.mortbay.jasper:apache-el</include>
         <include>org.apache.taglibs:taglibs-standard-impl</include>
 
-        <include>org.apache.geronimo.specs:geronimo-annotation_1.0_spec</include>
+        <include>org.apache.geronimo.specs:geronimo-annotation_1.3_spec</include>
         <include>org.ow2.asm:asm</include>
         <include>org.eclipse.jdt:ecj</include>
 
diff --git a/pom.xml b/pom.xml
index 41e6b7c..71c7b9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -500,8 +500,8 @@
 
       <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
-        <artifactId>geronimo-annotation_1.0_spec</artifactId>
-        <version>1.1.1</version>
+        <artifactId>geronimo-annotation_1.3_spec</artifactId>
+        <version>1.0</version>
       </dependency>