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 673f2902e4 ARTEMIS-5807: more README etc updates around new TLP
673f2902e4 is described below
commit 673f2902e40f5b668e66c7b64f30ff63b73fa891
Author: Robbie Gemmell <[email protected]>
AuthorDate: Thu Jan 15 17:16:59 2026 +0000
ARTEMIS-5807: more README etc updates around new TLP
---
artemis-distribution/src/main/resources/README.html | 11 ++++-------
artemis-distribution/src/main/resources/bin/artemis | 2 +-
artemis-distribution/src/main/resources/licenses/bin/LICENSE | 8 ++++----
3 files changed, 9 insertions(+), 12 deletions(-)
diff --git a/artemis-distribution/src/main/resources/README.html
b/artemis-distribution/src/main/resources/README.html
index 8c2b2feee5..c5fd46ee58 100644
--- a/artemis-distribution/src/main/resources/README.html
+++ b/artemis-distribution/src/main/resources/README.html
@@ -22,10 +22,7 @@ under the License.
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
- <title>Apache ActiveMQ Artemis README</title>
- <link rel="stylesheet" type="text/css" href="./examples/common/common.css"
/>
- <link rel="stylesheet" type="text/css"
href="./examples/common/prettify.css" />
- <script type="text/javascript" src="./examples/common/prettify.js"></script>
+ <title>Apache Artemis README</title>
</head>
<body>
@@ -89,7 +86,7 @@ SYNOPSIS
Once the broker has been created, use the artemis (or artemis.cmd on windows)
script found under the bin directory of the newly created broker to manage the
life cycle of the broker.
-To run the Apache ActiveMQ Artemis broker with the default configuration, run
the command shown below from the "bin" directory of the created broker.<br><br>
+To run the Apache Artemis broker with the default configuration, run the
command shown below from the "bin" directory of the created broker.<br><br>
$ ./artemis run<br><br>
@@ -113,9 +110,9 @@ $ ./artemis stop<br><br>
The broker has an in depth user manual and a bunch of examples to help you get
started.
-The manual can be found in the documentation on the <a
href="https://activemq.apache.org/components/artemis/documentation/">Apache
ActiveMQ Artemis Website</a>.<br><br>
+The manual can be found in the documentation on the <a
href="https://artemis.apache.org/components/artemis/documentation/">Apache
Artemis Website</a>.<br><br>
-The examples are can be found in the the <a
href="https://github.com/apache/activemq-artemis-examples">Apache ActiveMQ
Artemis Examples</a> github repository.<br><br><br><br>
+The examples are can be found in the the <a
href="https://github.com/apache/artemis-examples">Apache Artemis Examples</a>
github repository.<br><br><br><br>
Release Notes for all version can be found <a
href="https://issues.apache.org/jira/browse/ARTEMIS/?selectedTab=com.atlassian.jira.jira-projects-plugin:versions-panel">here</a>
diff --git a/artemis-distribution/src/main/resources/bin/artemis
b/artemis-distribution/src/main/resources/bin/artemis
index 29dce4abc7..8f44f95893 100755
--- a/artemis-distribution/src/main/resources/bin/artemis
+++ b/artemis-distribution/src/main/resources/bin/artemis
@@ -18,7 +18,7 @@
if [ -z "$ARTEMIS_HOME" ] ; then
- ## resolve links - $0 may be a link to ActiveMQ's home
+ ## resolve links - $0 may be a link to Artemis' home
PRG="$0"
progname=`basename "$0"`
saveddir=`pwd`
diff --git a/artemis-distribution/src/main/resources/licenses/bin/LICENSE
b/artemis-distribution/src/main/resources/licenses/bin/LICENSE
index 34550b9022..c21dc2ccca 100644
--- a/artemis-distribution/src/main/resources/licenses/bin/LICENSE
+++ b/artemis-distribution/src/main/resources/licenses/bin/LICENSE
@@ -277,17 +277,17 @@ This product bundles JLine, which is available under the
"3-clause BSD" license. For details, see licences/LICENSE-jline.txt.
==============================================================================
-Apache ActiveMQ Artemis Subcomponents:
+Apache Artemis Subcomponents:
-The Apache ActiveMQ Artemis project contains subcomponents with separate
copyright
+The Apache Artemis project contains subcomponents with separate copyright
notices and license terms. Your use of the source code for the these
subcomponents is subject to the terms and conditions of the following
licenses.
==============================================================================
-Subcomponent: Apache ActiveMQ Artemis Management Console
+Subcomponent: Apache Artemis Management Console
-The next section covers the Apache ActiveMQ Artemis Management Console war.
+The next section covers the Apache Artemis Management Console war.
The management console is based on HAWTIO, which itself is ASL V2.
This subcomponent is bundled by default but is optional.
It bundles the below declared packages not covered by ASL V2.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]