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


The following commit(s) were added to refs/heads/main by this push:
     new 62abc58  ARTEMIS-5810 - rename and rebrand the console to reflect the 
new TLP
62abc58 is described below

commit 62abc582704f2b13a768dbf3d06c95142b997a23
Author: Andy Taylor <[email protected]>
AuthorDate: Fri Oct 31 12:16:13 2025 +0000

    ARTEMIS-5810 - rename and rebrand the console to reflect the new TLP
---
 NOTICE                                             |   2 +-
 README.md                                          |   8 ++---
 Releasing.md                                       |  36 ++++++++++-----------
 artemis-console-distribution/pom.xml               |  10 +++---
 .../src/main/assembly/bin.xml                      |   4 +--
 .../src/main/assembly/source-assembly.xml          |   4 +--
 .../src/main/resources/licenses/NOTICE             |   2 +-
 artemis-console-extension/artemis-extension/DEV.md |   6 ++--
 .../app/public/css/{activemq.css => artemis.css}   |  22 ++++++-------
 .../artemis-extension/app/public/hawtconfig.json   |  14 ++++----
 .../artemis-extension/app/public/img/activemq.png  | Bin 7454 -> 0 bytes
 .../artemis-extension/app/public/img/artemis.png   | Bin 0 -> 4778 bytes
 .../artemis-extension/app/public/img/favicon.ico   | Bin 119636 -> 0 bytes
 .../artemis-extension/app/public/img/favicon.png   | Bin 0 -> 3686 bytes
 .../artemis-extension/app/public/index.html        |   4 +--
 .../src/queues/CreateQueue.tsx                     |   2 +-
 .../src/queues/QueuesView.tsx                      |   2 +-
 artemis-console-extension/pom.xml                  |   6 ++--
 artemis-console-war/pom.xml                        |   8 ++---
 pom.xml                                            |  30 ++++++++---------
 20 files changed, 80 insertions(+), 80 deletions(-)

diff --git a/NOTICE b/NOTICE
index 9cac86b..be5dfbf 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Apache ActiveMQ Artemis Console
+Apache Artemis Console
 Copyright 2024-2025 The Apache Software Foundation
 
 This product includes software developed at
diff --git a/README.md b/README.md
index 16c2015..2d7188c 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-# Apache ActiveMQ Artemis Console
+# Apache Artemis Console
 
 
-The [Apache ActiveMQ Artemis](https://activemq.apache.org/components/artemis/) 
Console Plugin is written using [Hawtio v4](https://github.com/hawtio/hawtio).
+The [Apache Artemis](https://artemis.apache.org/) Console Plugin is written 
using [Hawtio v4](https://github.com/hawtio/hawtio).
 The plugin is written in TypeScript. Since a Hawtio plugin is based on React 
and [Webpack Module Federation](https://module-federation.github.io/),
 this project uses Yarn v4 and [Webpack](https://webpack.js.org/) as the build 
tools.
 
-The WAR file created by this project is consumed by ActiveMQ Artemis but can 
be developed and run standalone.
+The WAR file created by this project is consumed by Apache Artemis but can be 
developed and run standalone.
 
 
 ### Build
@@ -53,7 +53,7 @@ is being translated to your local ipv6 address rather than 
the ipv4 address. If
 
 ## Faster plugin development
 
-You could run `mvn install` or `mvn jetty:run` every time to incrementally 
develop the `activemq-artemis-extension` 
+You could run `mvn install` or `mvn jetty:run` every time to incrementally 
develop the `artemis-extension` 
 frontend project while checking its behaviour in the browser. But this is not 
suitable for running the fast development feedback cycle.
 
 As shown below, a faster development cycle can be achieved by directly running 
the `artemis-console-extension` 
diff --git a/Releasing.md b/Releasing.md
index e3e2ebc..509ce07 100644
--- a/Releasing.md
+++ b/Releasing.md
@@ -21,8 +21,8 @@ dependencies marked as unlicensed will need to be manually 
checked.
 Before starting make sure you clone a brand new git as follows as the release 
plugin will use the upstream for pushing the tags:
 
 ```sh
-git clone https://gitbox.apache.org/repos/asf/activemq-artemis-console.git
-cd activemq-artemis-console
+git clone https://gitbox.apache.org/repos/asf/artemis-console.git
+cd artemis-console
 ```
 
 If your git `user.email` and/or `user.name` are not set globally then you'll 
need to set these on the newly clone
@@ -53,9 +53,9 @@ When prompted make sure the new development version matches 
with the next expect
 
 ```
 [INFO] Checking dependencies and plugins for snapshots ...
-What is the release version for "ActiveMQ Artemis Console Project"? 
(artemis-console-project) 1.0.0: :
-What is the SCM release tag or label for "ActiveMQ Artemis Console Project"? 
(artemis-console-project) 1.0.0: :
-What is the new development version for "ActiveMQ Artemis Console Project"? 
(artemis-console-project)1.0.1-SNAPSHOT: : 1.1.0-SNAPSHOT
+What is the release version for "Apache Artemis Console Project"? 
(artemis-console-project) 1.5.0: :
+What is the SCM release tag or label for "Apache Artemis Console Project"? 
(artemis-console-project) 1.5.0: :
+What is the new development version for "Apache Artemis Console Project"? 
(artemis-console-project)1.5.1-SNAPSHOT: : 1.6.0-SNAPSHOT
 ```
 
 For more information look at the prepare plugin:
@@ -103,7 +103,7 @@ In case you want to upload a previously tagged release, add 
this file as follows
 
 - release.properties
 ```
-scm.url=scm:git:https://github.com/apache/activemq-artemis-console.git
+scm.url=scm:git:https://github.com/apache/artemis-console.git
 scm.tag=1.0.0
 ```
 
@@ -111,7 +111,7 @@ scm.tag=1.0.0
 
 Give the staging repository contents a quick inspection using the content 
navigation area, then proceed to close the
 staging repo using the "Close" button on Nexus website, locking it from 
further modification and exposing its contents
-at a staging URL to allow testing. Set a description such as "ActiveMQ Artemis 
Console <version> (RC1)" while closing.
+at a staging URL to allow testing. Set a description such as "Artemis Console 
<version> (RC1)" while closing.
 
 ## Stage the release to the dist dev area
 
@@ -120,9 +120,9 @@ with the official release artifacts for voting. Use the 
script already present
 in the repo to download the files and populate a new ${CURRENT-RELEASE} dir:
 
 ```sh
-svn co 
https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis-console/
-cd activemq-artemis-console
-./prepare-release.sh 
https://repository.apache.org/content/repositories/orgapacheactivemq-${NEXUS-REPO-ID}
 ${CURRENT-RELEASE}
+svn co https://dist.apache.org/repos/dist/dev/artemis/artemis-console/
+cd artemis-console
+./prepare-release.sh 
https://repository.apache.org/content/repositories/orgapacheartemis-${NEXUS-REPO-ID}
 ${CURRENT-RELEASE}
 ```
 
 Give the files a check over and commit the new dir and start a vote if all 
looks well.
@@ -136,29 +136,29 @@ Old staged releases can be cleaned out periodically.
 
 ## Send Email
 
-Once all the artifacts are stage then send an email to 
`[email protected]`.  It should have a subject like `[VOTE]
-Apache ActiveMQ Artemis Console <version>`. 
+Once all the artifacts are stage then send an email to 
`[email protected]`.  It should have a subject like `[VOTE]
+Apache Artemis Console <version>`. 
 
 ## Voting process
 
 Rules for the Apache voting process are stipulated 
[here](https://www.apache.org/foundation/voting.html).
 
-Assuming the vote is successful send a email with a subject like `[RESULT] 
[VOTE] Apache ActiveMQ Artemis Console <version>`
+Assuming the vote is successful send a email with a subject like `[RESULT] 
[VOTE] Apache Artemis Console <version>`
 informing the list about the voting result.
 
 ## Web site update:
 
 Wait for the CDN to sync first after updating SVN, and additionally for Maven 
Central to sync, before proceeding.
 
-The CDN content can be viewed 
[here](https://dlcdn.apache.org/activemq/activemq-artemis-console/).
-The Maven Central content can be viewed 
[here](https://repo1.maven.org/maven2/org/apache/activemq/).
+The CDN content can be viewed 
[here](https://dlcdn.apache.org/artemis/artemis-console/).
+The Maven Central content can be viewed 
[here](https://repo1.maven.org/maven2/org/apache/artemis/).
 
 
-Clone the activemq-website repository:
+Clone the artemis-website repository:
 
 ```sh
-git clone https://gitbox.apache.org/repos/asf/activemq-website.git
-cd activemq-website
+git clone https://gitbox.apache.org/repos/asf/artemis-website.git
+cd artemis-website
 ```
 
 **NOTE**: Some of the release scripts use [Python](https://www.python.org/), 
ensure you have it installed before proceeding.
diff --git a/artemis-console-distribution/pom.xml 
b/artemis-console-distribution/pom.xml
index 9871539..59a1bc0 100644
--- a/artemis-console-distribution/pom.xml
+++ b/artemis-console-distribution/pom.xml
@@ -19,25 +19,25 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.activemq</groupId>
+        <groupId>org.apache.artemis</groupId>
         <artifactId>artemis-console-project</artifactId>
         <version>1.5.0-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.activemq</groupId>
+    <groupId>org.apache.artemis</groupId>
     <artifactId>apache-artemis-console</artifactId>
     <packaging>pom</packaging>
 
 
-    <name>Apache ActiveMQ Artemis Console Distribution</name>
+    <name>Apache Artemis Console Distribution</name>
 
     <properties>
-        <activemq.basedir>${project.basedir}/..</activemq.basedir>
+        <artemis.basedir>${project.basedir}/..</artemis.basedir>
     </properties>
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.activemq</groupId>
+            <groupId>org.apache.artemis</groupId>
             <artifactId>artemis-console-war</artifactId>
             <version>${project.version}</version>
             <type>war</type>
diff --git a/artemis-console-distribution/src/main/assembly/bin.xml 
b/artemis-console-distribution/src/main/assembly/bin.xml
index 4401092..88a8c23 100644
--- a/artemis-console-distribution/src/main/assembly/bin.xml
+++ b/artemis-console-distribution/src/main/assembly/bin.xml
@@ -30,7 +30,7 @@
         <!-- Console Dependency -->
         <dependencySet>
             <includes>
-                <include>org.apache.activemq:artemis-console-war:war</include>
+                <include>org.apache.artemis:artemis-console-war:war</include>
             </includes>
             <outputDirectory>.</outputDirectory>
             <unpack>false</unpack>
@@ -44,7 +44,7 @@
     <fileSets>
         <!-- Include license and notice files -->
         <fileSet>
-            
<directory>${activemq.basedir}/artemis-console-distribution/src/main/resources/licenses</directory>
+            
<directory>${artemis.basedir}/artemis-console-distribution/src/main/resources/licenses</directory>
             <outputDirectory>${file.separator}</outputDirectory>
             <includes>
                 <include>LICENSE</include>
diff --git a/artemis-console-distribution/src/main/assembly/source-assembly.xml 
b/artemis-console-distribution/src/main/assembly/source-assembly.xml
index 6a56211..d953cd2 100644
--- a/artemis-console-distribution/src/main/assembly/source-assembly.xml
+++ b/artemis-console-distribution/src/main/assembly/source-assembly.xml
@@ -31,7 +31,7 @@
    <fileSets>
       <!--  main project directory structure  -->
       <fileSet>
-         <directory>${activemq.basedir}</directory>
+         <directory>${artemis.basedir}</directory>
          <outputDirectory>${file.separator}</outputDirectory>
          <useDefaultExcludes>true</useDefaultExcludes>
          <directoryMode>0755</directoryMode>
@@ -134,7 +134,7 @@
          </excludes>
       </fileSet>
       <fileSet>
-         <directory>${activemq.basedir}</directory>
+         <directory>${artemis.basedir}</directory>
          <outputDirectory>${file.separator}</outputDirectory>
          <useDefaultExcludes>true</useDefaultExcludes>
          <directoryMode>0755</directoryMode>
diff --git a/artemis-console-distribution/src/main/resources/licenses/NOTICE 
b/artemis-console-distribution/src/main/resources/licenses/NOTICE
index 9cac86b..be5dfbf 100644
--- a/artemis-console-distribution/src/main/resources/licenses/NOTICE
+++ b/artemis-console-distribution/src/main/resources/licenses/NOTICE
@@ -1,4 +1,4 @@
-Apache ActiveMQ Artemis Console
+Apache Artemis Console
 Copyright 2024-2025 The Apache Software Foundation
 
 This product includes software developed at
diff --git a/artemis-console-extension/artemis-extension/DEV.md 
b/artemis-console-extension/artemis-extension/DEV.md
index 751c6ec..d1de117 100644
--- a/artemis-console-extension/artemis-extension/DEV.md
+++ b/artemis-console-extension/artemis-extension/DEV.md
@@ -52,7 +52,7 @@ However the recommended way is to use the `yarn workspace 
<workspace> add <depen
 
 ## Project dependencies
 
-[activemq-artemis-console Github 
repository](https://github.com/apache/activemq-artemis-console/) is a Maven 
project which ultimately builds a WAR archive to be used in 
[activemq-artemis](https://github.com/apache/activemq-artemis/).
+[artemis-console Github 
repository](https://github.com/apache/artemis-console/) is a Maven project 
which ultimately builds a WAR archive to be used in 
[artemis](https://github.com/apache/artemis/).
 
 Focusing on JavaScript only, artemis-extension is a monorepo, which contains:
 * app: Application bundled by `webpack`
@@ -66,7 +66,7 @@ Adding Hawtio to the list, we have:
 * `packages/artemis-console-plugin`: NPM library package that uses 
`@hawtio/react`, React itself and Patternfly
 * `app`: Ultimate application that will be packaged into WAR. It is bundled 
using `webpack` and uses `@hawtio/react` + `packages/artemis-console-plugin` 
libraries
 
-The most important product of [activemq-artemis-console Github 
repository](https://github.com/apache/activemq-artemis-console/) is the WAR 
archive and JavaScript application bundled by `webpack`, but additionally 
`packages/artemis-console-plugin` package itself should eventually be published 
to NPM.
+The most important product of [artemis-console Github 
repository](https://github.com/apache/artemis-console/) is the WAR archive and 
JavaScript application bundled by `webpack`, but additionally 
`packages/artemis-console-plugin` package itself should eventually be published 
to NPM.
 
 There may be existing _applications_ that could use both `@hawtio/react` 
**and** `packages/artemis-console-plugin` to provide "Hawtio with Artemis 
support".
 
@@ -178,7 +178,7 @@ With `yarn set version 4.9.2 --yarn-path`:
 
 ----
 [1]: https://github.com/eirslett/frontend-maven-plugin
-[2]: https://activemq.apache.org/components/artemis
+[2]: https://artemis.apache.org/
 [3]: https://yarnpkg.com/features/workspaces
 [4]: https://webpack.js.org/
 [5]: https://www.npmjs.com/
diff --git 
a/artemis-console-extension/artemis-extension/app/public/css/activemq.css 
b/artemis-console-extension/artemis-extension/app/public/css/artemis.css
similarity index 95%
rename from 
artemis-console-extension/artemis-extension/app/public/css/activemq.css
rename to artemis-console-extension/artemis-extension/app/public/css/artemis.css
index 55407a0..e872b67 100644
--- a/artemis-console-extension/artemis-extension/app/public/css/activemq.css
+++ b/artemis-console-extension/artemis-extension/app/public/css/artemis.css
@@ -45,13 +45,13 @@ a.pf-v5-c-button.idp, button.pf-v5-c-button.idp {
   border: none;
 }
 
-/*Uses ActiveMQ colors in broker diagram*/
+/*Uses Artemis colors in broker diagram*/
 svg text {
   font-family: PatternFlyIcons-webfont;
 }
 
 svg.pf-v5-svg {
-  fill: #c12766;
+  fill: #714099;
 }
 
 .pf-topology__node.artemisBroker.pf-m-info .pf-topology__node__background {
@@ -288,17 +288,17 @@ background-color: 
var(--artemis-global--primary-color--300);
 }
 
 :root {
-  --artemis-global--primary-color--100: #B21054;
-  --artemis-global--primary-color--200: #B24E78; 
-  --artemis-global--primary-color--300: #c77e9c; 
-  --artemis-global--primary-color--400: #c77e9c; 
-  --artemis-global--primary-color-dark: #B21054;
+  --artemis-global--primary-color--100: #714099;
+  --artemis-global--primary-color--200: #885bad; 
+  --artemis-global--primary-color--300: #9378aa; 
+  --artemis-global--primary-color--400: #9989a7; 
+  --artemis-global--primary-color-dark: #714099;
   --artemis-global--primary-second-color-100: #2b326e;
-  --artemis-diag-broker-color: #c12766;
-  --artemis-diag-broker-border:#801944;
+  --artemis-diag-broker-color: #714099;
+  --artemis-diag-broker-border:#200734;
   --artemis-diag-broker-label-text:#fff;
-  --artemis-diag-backup-broker-color: #c77e9c;
-  --artemis-diag-backup-broker-border:#c12766;
+  --artemis-diag-backup-broker-color: #714099;
+  --artemis-diag-backup-broker-border:#200734;
   --artemis-diag-backup-broker-label-text:#fff;
   --artemis-diag-address-color: #3e489f;
   --artemis-diag-address-border:#2b326e;
diff --git 
a/artemis-console-extension/artemis-extension/app/public/hawtconfig.json 
b/artemis-console-extension/artemis-extension/app/public/hawtconfig.json
index aac7d5b..6b491fa 100644
--- a/artemis-console-extension/artemis-extension/app/public/hawtconfig.json
+++ b/artemis-console-extension/artemis-extension/app/public/hawtconfig.json
@@ -2,23 +2,23 @@
   "branding": {
     "appName": "Artemis Console",
     "showAppName": false,
-    "appLogoUrl": "img/activemq.png",
-    "companyLogoUrl": "img/activemq.png",
-    "css": "css/activemq.css"
+    "appLogoUrl": "img/artemis.png",
+    "companyLogoUrl": "img/artemis.png",
+    "css": "css/artemis.css"
   },
   "login": {
     "description": "Login page for Artemis Console.",
     "links": [
-      { "url": 
"https://activemq.apache.org/components/artemis/documentation/";, "text": 
"Documentation" },
-      { "url": "https://activemq.apache.org/";, "text": "Website" }
+      { "url": 
"https://artemis.apache.org/components/artemis-console/documentation/";, "text": 
"Documentation" },
+      { "url": "https://artemis.apache.org/";, "text": "Website" }
     ]
   },
   "about": {
-    "title": "ActiveMQ Artemis Management Console",
+    "title": "Artemis Management Console",
     "productInfo": [],
     "additionalInfo": "",
     "copyright": " ",
-    "imgSrc": "img/activemq.png"
+    "imgSrc": "img/artemis.png"
   },
   "disabledRoutes": []
 }
\ No newline at end of file
diff --git 
a/artemis-console-extension/artemis-extension/app/public/img/activemq.png 
b/artemis-console-extension/artemis-extension/app/public/img/activemq.png
deleted file mode 100644
index b93c791..0000000
Binary files 
a/artemis-console-extension/artemis-extension/app/public/img/activemq.png and 
/dev/null differ
diff --git 
a/artemis-console-extension/artemis-extension/app/public/img/artemis.png 
b/artemis-console-extension/artemis-extension/app/public/img/artemis.png
new file mode 100644
index 0000000..8b74d4b
Binary files /dev/null and 
b/artemis-console-extension/artemis-extension/app/public/img/artemis.png differ
diff --git 
a/artemis-console-extension/artemis-extension/app/public/img/favicon.ico 
b/artemis-console-extension/artemis-extension/app/public/img/favicon.ico
deleted file mode 100644
index 0c3ac82..0000000
Binary files 
a/artemis-console-extension/artemis-extension/app/public/img/favicon.ico and 
/dev/null differ
diff --git 
a/artemis-console-extension/artemis-extension/app/public/img/favicon.png 
b/artemis-console-extension/artemis-extension/app/public/img/favicon.png
new file mode 100644
index 0000000..8702673
Binary files /dev/null and 
b/artemis-console-extension/artemis-extension/app/public/img/favicon.png differ
diff --git a/artemis-console-extension/artemis-extension/app/public/index.html 
b/artemis-console-extension/artemis-extension/app/public/index.html
index a120322..60822be 100644
--- a/artemis-console-extension/artemis-extension/app/public/index.html
+++ b/artemis-console-extension/artemis-extension/app/public/index.html
@@ -20,11 +20,11 @@
   <head>
     <meta charset="utf-8" />
     <base href="/console/" />
-    <meta name="description" content="ActiveMQ Artemis Management Console" />
+    <meta name="description" content="Apache Artemis Management Console" />
 
     <!-- Hawtio branding styles and favicon placeholders -->
     <link id="branding" rel="stylesheet" type="text/css" href="" />
-    <link id="favicon" rel="icon" type="image/x-icon" href="img/favicon.ico" />
+    <link id="favicon" rel="icon" type="image/png" href="img/favicon.png" />
 
     <title>Artemis Console</title>
   </head>
diff --git 
a/artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/queues/CreateQueue.tsx
 
b/artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/queues/CreateQueue.tsx
index 3cb01a9..e9d0e2a 100644
--- 
a/artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/queues/CreateQueue.tsx
+++ 
b/artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/queues/CreateQueue.tsx
@@ -160,7 +160,7 @@ export const CreateQueue: 
React.FunctionComponent<CreateQueueProps> = (props: Cr
                 </FormGroup>
                 <FormGroup label="Filter"
                     labelIcon={
-                        <Tooltip content={<Text>Only messages that match the 
filter expression are routed to this queue: see <a 
href="https://activemq.apache.org/components/artemis/documentation/latest/filter-expressions.html";
 rel="noreferrer" target="_blank">Filter 
Expressions</a></Text>}><InfoCircleIcon /></Tooltip>}
+                        <Tooltip content={<Text>Only messages that match the 
filter expression are routed to this queue: see <a 
href="https://artemis.apache.org/components/artemis/documentation/latest/filter-expressions.html";
 rel="noreferrer" target="_blank">Filter 
Expressions</a></Text>}><InfoCircleIcon /></Tooltip>}
                 >
                     <TextInput
                         isRequired
diff --git 
a/artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/queues/QueuesView.tsx
 
b/artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/queues/QueuesView.tsx
index 2a57985..9862457 100644
--- 
a/artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/queues/QueuesView.tsx
+++ 
b/artemis-console-extension/artemis-extension/packages/artemis-console-plugin/src/queues/QueuesView.tsx
@@ -113,7 +113,7 @@ export const QueuesView: React.FunctionComponent<Navigate> 
= navigate => {
                 ]}>
           <TextContent>
             <Text component={TextVariants.h1}>Using Filter Expressions</Text>
-            <Text component={TextVariants.h2}>Apache ActiveMQ Artemis provides 
a powerful filter language based on a subset of the SQL 92 expression 
syntax.</Text>
+            <Text component={TextVariants.h2}>Apache Artemis provides a 
powerful filter language based on a subset of the SQL 92 expression 
syntax.</Text>
             <Text>It is similar to the syntax used for JMS Message selectors. 
               For documentation on JMS selector syntax please the JavaDoc for 
javax.jms.Message or <Link target='_BLANK' 
to={'https://jakarta.ee/specifications/messaging/3.1/apidocs/jakarta.messaging/jakarta/jms/message'}>jakarta.jms.Message</Link></Text>
               <Text>A Filter will search for messages that have a matching 
property.</Text>
diff --git a/artemis-console-extension/pom.xml 
b/artemis-console-extension/pom.xml
index 672c567..ae13b34 100644
--- a/artemis-console-extension/pom.xml
+++ b/artemis-console-extension/pom.xml
@@ -19,17 +19,17 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.activemq</groupId>
+        <groupId>org.apache.artemis</groupId>
         <artifactId>artemis-console-project</artifactId>
         <version>1.5.0-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.activemq</groupId>
+    <groupId>org.apache.artemis</groupId>
     <artifactId>artemis-console-extension</artifactId>
     <packaging>pom</packaging>
 
 
-    <name>ActiveMQ Artemis Console Extension</name>
+    <name>Apache Artemis Console Extension</name>
 
     <properties>
         <!-- Path to the Hawtio TypeScript plugin -->
diff --git a/artemis-console-war/pom.xml b/artemis-console-war/pom.xml
index 2f3ad2b..7594603 100644
--- a/artemis-console-war/pom.xml
+++ b/artemis-console-war/pom.xml
@@ -19,22 +19,22 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.activemq</groupId>
+        <groupId>org.apache.artemis</groupId>
         <artifactId>artemis-console-project</artifactId>
         <version>1.5.0-SNAPSHOT</version>
     </parent>
 
-    <groupId>org.apache.activemq</groupId>
+    <groupId>org.apache.artemis</groupId>
     <artifactId>artemis-console-war</artifactId>
     <packaging>war</packaging>
 
 
-    <name>ActiveMQ Artemis Console War</name>
+    <name>Apache Artemis Console War</name>
 
     <dependencies>
         <!-- we need to depend on this for the build output -->
         <dependency>
-            <groupId>org.apache.activemq</groupId>
+            <groupId>org.apache.artemis</groupId>
             <artifactId>artemis-console-extension</artifactId>
             <type>pom</type>
             <version>${project.version}</version>
diff --git a/pom.xml b/pom.xml
index c2d730b..93eff5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
         <relativePath>org.apache:apache</relativePath>
     </parent>
 
-    <groupId>org.apache.activemq</groupId>
+    <groupId>org.apache.artemis</groupId>
     <artifactId>artemis-console-project</artifactId>
     <packaging>pom</packaging>
     <version>1.5.0-SNAPSHOT</version>
@@ -37,8 +37,8 @@
         <module>artemis-console-distribution</module>
     </modules>
 
-    <name>ActiveMQ Artemis Console Project</name>
-    <url>https://activemq.apache.org/components/artemis/</url>
+    <name>Apache Artemis Console Project</name>
+    <url>https://artemis.apache.org</url>
 
     <properties>
         <maven.compiler.source>17</maven.compiler.source>
@@ -59,9 +59,9 @@
     </properties>
 
     <scm>
-      
<connection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis-console.git</connection>
-      
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/activemq-artemis-console.git</developerConnection>
-      <url>https://github.com/apache/activemq-artemis-console</url>
+      
<connection>scm:git:https://gitbox.apache.org/repos/asf/artemis-console.git</connection>
+      
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/artemis-console.git</developerConnection>
+      <url>https://github.com/apache/artemis-console</url>
       <tag>HEAD</tag>
     </scm>
 
@@ -72,9 +72,9 @@
 
     <developers>
       <developer>
-         <name>The Apache ActiveMQ Team</name>
-         <email>[email protected]</email>
-         <url>http://activemq.apache.org</url>
+         <name>The Apache Artemis Team</name>
+         <email>[email protected]</email>
+         <url>https://artemis.apache.org</url>
          <organization>Apache Software Foundation</organization>
          <organizationUrl>http://apache.org/</organizationUrl>
       </developer>
@@ -82,15 +82,15 @@
    <mailingLists>
       <mailingList>
          <name>User List</name>
-         <subscribe>[email protected]</subscribe>
-         <unsubscribe>[email protected]</unsubscribe>
-         <post>[email protected]</post>
+         <subscribe>[email protected]</subscribe>
+         <unsubscribe>[email protected]</unsubscribe>
+         <post>[email protected]</post>
       </mailingList>
       <mailingList>
          <name>Development List</name>
-         <subscribe>[email protected]</subscribe>
-         <unsubscribe>[email protected]</unsubscribe>
-         <post>[email protected]</post>
+         <subscribe>[email protected]</subscribe>
+         <unsubscribe>[email protected]</unsubscribe>
+         <post>[email protected]</post>
       </mailingList>
    </mailingLists>
 


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

Reply via email to