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-website.git

commit a1feb74f94ac3610b8d9fbec9f7e18f5d2de0085
Author: Robbie Gemmell <[email protected]>
AuthorDate: Tue Jan 13 12:54:28 2026 +0000

    tweaks to page about groupId transition to org.apache.artemis
---
 src/artemis-tlp-groupid-migration.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/artemis-tlp-groupid-migration.md 
b/src/artemis-tlp-groupid-migration.md
index 7c920d7..146aede 100644
--- a/src/artemis-tlp-groupid-migration.md
+++ b/src/artemis-tlp-groupid-migration.md
@@ -5,11 +5,11 @@ title-class: page-title-artemis
 type: artemis
 ---
 
-With the move for Artemis to become an independent Apache project, the Maven 
groupId for Apache Artemis modules is changing from _org.apache.activemq_ over 
to _org.apache.artemis_ beginning with the Apache Artemis 2.50.0 release.
+With the [move for Artemis to become an independent Apache 
project](/news/artemis-tlp), the Maven groupId for Apache Artemis modules is 
changing from _org.apache.activemq_ over to _org.apache.artemis_ beginning with 
the Apache Artemis 2.50.0 and Artemis Console 1.5.0 releases.
 
 ## Dependency Update Example
 
-For example, if you used the following dependency declaration in your build:
+For example, if you originally used the following dependency declaration in 
your build:
 ```xml
     <dependency>
        <groupId>org.apache.activemq</groupId>
@@ -17,7 +17,7 @@ For example, if you used the following dependency declaration 
in your build:
        <version>2.50.0</version>
     </dependency>
 ```
-It should have its groupId updated to instead become:
+It should have its groupId updated to _org.apache.artemis_ instead, becoming:
 ```xml
     <dependency>
        <groupId>org.apache.artemis</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to