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/artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 2ce57ed1fe ARTEMIS-5887: have artemis-bom relocation inherit new bom
so dependencyManagement works on import
2ce57ed1fe is described below
commit 2ce57ed1feb30d064b1afeebc4436c5e9bd31918
Author: Robbie Gemmell <[email protected]>
AuthorDate: Mon Feb 2 17:21:31 2026 +0000
ARTEMIS-5887: have artemis-bom relocation inherit new bom so
dependencyManagement works on import
---
relocations/artemis-bom/pom.xml | 4 ++--
relocations/pom.xml | 4 +++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/relocations/artemis-bom/pom.xml b/relocations/artemis-bom/pom.xml
index 8fcbcaedfe..ef80ff2b4a 100644
--- a/relocations/artemis-bom/pom.xml
+++ b/relocations/artemis-bom/pom.xml
@@ -17,10 +17,10 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <artifactId>artemis-project</artifactId>
+ <artifactId>artemis-bom</artifactId>
<groupId>org.apache.artemis</groupId>
<version>2.51.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../../artemis-bom/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/relocations/pom.xml b/relocations/pom.xml
index 614a23f33b..6504944039 100644
--- a/relocations/pom.xml
+++ b/relocations/pom.xml
@@ -35,8 +35,10 @@
</properties>
<modules>
- <!-- Modules that use org.apache.artemis:artemis-project as their parent
-->
+ <!-- Modules that use org.apache.artemis:artemis-bom as their parent -->
<module>artemis-bom</module>
+
+ <!-- Modules that use org.apache.artemis:artemis-project as their parent
-->
<module>artemis-log-annotation-processor</module>
<module>artemis-project</module>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]