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/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 6c251eaa78 ARTEMIS-4592 ignore more currently-invalid potential 
upgrades
6c251eaa78 is described below

commit 6c251eaa782fb27f7b5e20ac1a46ec55453eb7e5
Author: Justin Bertram <jbert...@apache.org>
AuthorDate: Mon Feb 5 13:32:12 2024 -0600

    ARTEMIS-4592 ignore more currently-invalid potential upgrades
---
 pom.xml | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/pom.xml b/pom.xml
index 4f36efba17..1eca540711 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2010,6 +2010,39 @@
                            </ignoreVersion>
                         </ignoreVersions>
                      </rule>
+                     <!-- ignore ActiveMQ Classic 6.x until we move to Jakarta 
-->
+                     <rule>
+                        <groupId>org.apache.activemq</groupId>
+                        <comparisonMethod>maven</comparisonMethod>
+                        <ignoreVersions>
+                           <ignoreVersion>
+                              <type>regex</type>
+                              <version>6\..*</version>
+                           </ignoreVersion>
+                        </ignoreVersions>
+                     </rule>
+                     <!-- ignore Apache Qpid 2.x until we move to Jakarta -->
+                     <rule>
+                        <groupId>org.apache.qpid</groupId>
+                        <comparisonMethod>maven</comparisonMethod>
+                        <ignoreVersions>
+                           <ignoreVersion>
+                              <type>regex</type>
+                              <version>2\..*</version>
+                           </ignoreVersion>
+                        </ignoreVersions>
+                     </rule>
+                     <!-- ignore Apache Johnzon 2.x until we move to Jakarta 
-->
+                     <rule>
+                        <groupId>org.apache.johnzon</groupId>
+                        <comparisonMethod>maven</comparisonMethod>
+                        <ignoreVersions>
+                           <ignoreVersion>
+                              <type>regex</type>
+                              <version>2\..*</version>
+                           </ignoreVersion>
+                        </ignoreVersions>
+                     </rule>
                      <!-- ignore Spring 6 until we move to Jakarta -->
                      <rule>
                         <groupId>org.springframework</groupId>

Reply via email to