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

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


The following commit(s) were added to refs/heads/main by this push:
     new ccbc9d74bd Fixes bom generation for quartz change
ccbc9d74bd is described below

commit ccbc9d74bdc481f3146cad34694d64b01ada2e34
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue Feb 4 13:23:48 2025 +0100

    Fixes bom generation for quartz change
---
 boms/tomee-microprofile/pom.xml                                         | 2 +-
 boms/tomee-plume/pom.xml                                                | 2 +-
 boms/tomee-plus/pom.xml                                                 | 2 +-
 boms/tomee-webprofile/pom.xml                                           | 2 +-
 .../src/test/java/org/apache/tomee/bootstrap/GenerateBoms.java          | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index bb139987d9..17c639fba9 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -1817,7 +1817,7 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>org.apache.tomee</groupId>
+      <groupId>org.apache.tomee.shade</groupId>
       <artifactId>tomee-quartz-shade</artifactId>
       <version>${version.tomee-quartz-shade}</version>
       <exclusions>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 8180f2dec6..f012639c5e 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -1883,7 +1883,7 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>org.apache.tomee</groupId>
+      <groupId>org.apache.tomee.shade</groupId>
       <artifactId>tomee-quartz-shade</artifactId>
       <version>${version.tomee-quartz-shade}</version>
       <exclusions>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index b252719896..b84f0fd472 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -1905,7 +1905,7 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>org.apache.tomee</groupId>
+      <groupId>org.apache.tomee.shade</groupId>
       <artifactId>tomee-quartz-shade</artifactId>
       <version>${version.tomee-quartz-shade}</version>
       <exclusions>
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index 3ad65e7285..886ab49947 100644
--- a/boms/tomee-webprofile/pom.xml
+++ b/boms/tomee-webprofile/pom.xml
@@ -1190,7 +1190,7 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>org.apache.tomee</groupId>
+      <groupId>org.apache.tomee.shade</groupId>
       <artifactId>tomee-quartz-shade</artifactId>
       <version>${version.tomee-quartz-shade}</version>
       <exclusions>
diff --git 
a/tomee/apache-tomee/src/test/java/org/apache/tomee/bootstrap/GenerateBoms.java 
b/tomee/apache-tomee/src/test/java/org/apache/tomee/bootstrap/GenerateBoms.java
index 0c122be2f0..ee6ead06e1 100644
--- 
a/tomee/apache-tomee/src/test/java/org/apache/tomee/bootstrap/GenerateBoms.java
+++ 
b/tomee/apache-tomee/src/test/java/org/apache/tomee/bootstrap/GenerateBoms.java
@@ -531,7 +531,7 @@ public class GenerateBoms {
             }
 
             if (jar.getName().startsWith("tomee-quartz-shade")) {
-                return new Artifact("org.apache.tomee", "tomee-quartz-shade", 
"${version.tomee-quartz-shade}", null);
+                return new Artifact("org.apache.tomee.shade", 
"tomee-quartz-shade", "${version.tomee-quartz-shade}", null);
             }
 
             if ((jar.getName().startsWith("openejb-") ||

Reply via email to