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
commit 92ce272d79f0fdd0e27110b853fefbb59130aed9 Author: Robbie Gemmell <[email protected]> AuthorDate: Fri Dec 19 16:20:07 2025 +0000 ARTEMIS-5816: update names in pom files --- artemis-bom/pom.xml | 2 +- artemis-boot/pom.xml | 2 +- artemis-cdi-client/pom.xml | 2 +- artemis-cli/pom.xml | 2 +- artemis-commons/pom.xml | 2 +- artemis-console/pom.xml | 2 +- artemis-core-client-all/pom.xml | 2 +- artemis-core-client-osgi/pom.xml | 2 +- artemis-core-client/pom.xml | 2 +- artemis-distribution/pom.xml | 4 ++-- artemis-dto/pom.xml | 2 +- artemis-features/pom.xml | 2 +- artemis-image/examples/pom.xml | 2 +- artemis-image/pom.xml | 2 +- artemis-jakarta-cdi-client/pom.xml | 2 +- artemis-jakarta-client-all/pom.xml | 2 +- artemis-jakarta-client-osgi/pom.xml | 2 +- artemis-jakarta-client/pom.xml | 2 +- artemis-jakarta-ra/pom.xml | 2 +- artemis-jakarta-server/pom.xml | 2 +- artemis-jakarta-service-extensions/pom.xml | 2 +- artemis-jdbc-store/pom.xml | 2 +- artemis-jms-client-all/pom.xml | 2 +- artemis-jms-client-osgi/pom.xml | 2 +- artemis-jms-client/pom.xml | 2 +- artemis-jms-server/pom.xml | 2 +- artemis-journal/pom.xml | 2 +- artemis-junit/artemis-junit-4/pom.xml | 2 +- artemis-junit/artemis-junit-5/pom.xml | 2 +- artemis-junit/artemis-junit-commons/pom.xml | 2 +- artemis-junit/pom.xml | 2 +- artemis-lockmanager/artemis-lockmanager-api/pom.xml | 2 +- artemis-lockmanager/artemis-lockmanager-ri/pom.xml | 2 +- artemis-lockmanager/pom.xml | 2 +- artemis-log-annotation-processor/pom.xml | 2 +- artemis-log-annotation-processor/tests/pom.xml | 2 +- artemis-maven-plugin/pom.xml | 2 +- artemis-pom/pom.xml | 2 +- artemis-protocols/artemis-amqp-protocol/pom.xml | 2 +- artemis-protocols/artemis-hornetq-protocol/pom.xml | 2 +- artemis-protocols/artemis-hqclient-protocol/pom.xml | 2 +- artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml | 2 +- artemis-protocols/artemis-mqtt-protocol/pom.xml | 2 +- artemis-protocols/artemis-openwire-protocol/pom.xml | 2 +- artemis-protocols/artemis-stomp-protocol/pom.xml | 2 +- artemis-protocols/pom.xml | 2 +- artemis-ra/pom.xml | 2 +- artemis-selector/pom.xml | 2 +- artemis-server-osgi/pom.xml | 2 +- artemis-server/pom.xml | 2 +- artemis-service-extensions/pom.xml | 2 +- artemis-unit-test-support/pom.xml | 2 +- artemis-web/pom.xml | 2 +- artemis-website/pom.xml | 2 +- pom.xml | 4 ++-- tests/activemq5-unit-tests/pom.xml | 2 +- tests/artemis-test-support/pom.xml | 2 +- tests/compatibility-tests/pom.xml | 2 +- tests/db-tests/pom.xml | 2 +- tests/e2e-tests/pom.xml | 2 +- tests/integration-tests-isolated/pom.xml | 2 +- tests/integration-tests/pom.xml | 2 +- tests/jms-tests/pom.xml | 2 +- tests/joram-tests/pom.xml | 2 +- tests/karaf-client-integration-tests/pom.xml | 2 +- tests/karaf-jakarta-client-integration-tests/pom.xml | 2 +- tests/karaf-server-integration-tests/pom.xml | 2 +- tests/leak-tests/pom.xml | 4 ++-- tests/performance-jmh/pom.xml | 2 +- tests/performance-tests/pom.xml | 2 +- tests/pom.xml | 2 +- tests/smoke-tests/pom.xml | 2 +- tests/soak-tests/pom.xml | 2 +- tests/stress-tests/pom.xml | 2 +- tests/timing-tests/pom.xml | 2 +- tests/unit-tests/pom.xml | 2 +- 76 files changed, 79 insertions(+), 79 deletions(-) diff --git a/artemis-bom/pom.xml b/artemis-bom/pom.xml index 1455424381..5f5f4c1688 100644 --- a/artemis-bom/pom.xml +++ b/artemis-bom/pom.xml @@ -25,7 +25,7 @@ <artifactId>artemis-bom</artifactId> <packaging>pom</packaging> - <name>ActiveMQ Artemis Bill of Materials</name> + <name>Apache Artemis Bill of Materials</name> <properties> <activemq.basedir>${project.basedir}/..</activemq.basedir> diff --git a/artemis-boot/pom.xml b/artemis-boot/pom.xml index 2221e48e12..f6a99f34bc 100644 --- a/artemis-boot/pom.xml +++ b/artemis-boot/pom.xml @@ -28,6 +28,6 @@ <artifactId>artemis-boot</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Boot</name> + <name>Apache Artemis Boot</name> </project> diff --git a/artemis-cdi-client/pom.xml b/artemis-cdi-client/pom.xml index 563821c811..3d586bc0f7 100644 --- a/artemis-cdi-client/pom.xml +++ b/artemis-cdi-client/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>artemis-cdi-client</artifactId> - <name>ActiveMQ Artemis CDI Integration</name> + <name>Apache Artemis CDI Integration</name> <dependencies> <!-- logging --> diff --git a/artemis-cli/pom.xml b/artemis-cli/pom.xml index f7ef1daf0e..77a1a2bd92 100644 --- a/artemis-cli/pom.xml +++ b/artemis-cli/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-cli</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis CLI</name> + <name>Apache Artemis CLI</name> <properties> <winsw.version>2.9.0</winsw.version> diff --git a/artemis-commons/pom.xml b/artemis-commons/pom.xml index c0bb9097cc..95d65ba01e 100644 --- a/artemis-commons/pom.xml +++ b/artemis-commons/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-commons</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Commons</name> + <name>Apache Artemis Commons</name> <properties> <skipCommonsJavadocGeneration>true</skipCommonsJavadocGeneration> diff --git a/artemis-console/pom.xml b/artemis-console/pom.xml index fb2b56670b..bf7bb7fd36 100644 --- a/artemis-console/pom.xml +++ b/artemis-console/pom.xml @@ -27,7 +27,7 @@ </parent> <artifactId>artemis-console</artifactId> - <name>ActiveMQ Artemis Console</name> + <name>Apache Artemis Console</name> <packaging>war</packaging> diff --git a/artemis-core-client-all/pom.xml b/artemis-core-client-all/pom.xml index 20efe458e9..996d76f206 100644 --- a/artemis-core-client-all/pom.xml +++ b/artemis-core-client-all/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-core-client-all</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Core Client All</name> + <name>Apache Artemis Core Client All</name> <dependencies> <dependency> diff --git a/artemis-core-client-osgi/pom.xml b/artemis-core-client-osgi/pom.xml index a93148aa83..782445ce6d 100644 --- a/artemis-core-client-osgi/pom.xml +++ b/artemis-core-client-osgi/pom.xml @@ -20,7 +20,7 @@ <artifactId>artemis-core-client-osgi</artifactId> <packaging>bundle</packaging> - <name>ActiveMQ Artemis Client OSGi</name> + <name>Apache Artemis Client OSGi</name> <description> Combines the commons and core-client as they contain too many duplicate packages diff --git a/artemis-core-client/pom.xml b/artemis-core-client/pom.xml index 7001b5e2af..6ac369e0db 100644 --- a/artemis-core-client/pom.xml +++ b/artemis-core-client/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-core-client</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Core Client</name> + <name>Apache Artemis Core Client</name> <dependencies> <!-- logging --> diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml index 62fa8409e5..791ca1d34b 100644 --- a/artemis-distribution/pom.xml +++ b/artemis-distribution/pom.xml @@ -27,7 +27,7 @@ <artifactId>apache-artemis</artifactId> <packaging>pom</packaging> - <name>Apache ActiveMQ Artemis Distribution</name> + <name>Apache Artemis Distribution</name> <properties> <schemaLocation>${project.build.directory}/${project.artifactId}-${project.version}-bin/${project.artifactId}-${project.version}/schema</schemaLocation> @@ -35,7 +35,7 @@ </properties> <dependencies> - <!-- ActiveMQ Artemis artifacts --> + <!-- Apache Artemis artifacts --> <dependency> <groupId>org.apache.artemis</groupId> <artifactId>artemis-boot</artifactId> diff --git a/artemis-dto/pom.xml b/artemis-dto/pom.xml index 5230055c86..ec7eb461f3 100644 --- a/artemis-dto/pom.xml +++ b/artemis-dto/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-dto</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis DTO</name> + <name>Apache Artemis DTO</name> <dependencies> <dependency> diff --git a/artemis-features/pom.xml b/artemis-features/pom.xml index 2e8e9c020f..8744a487ad 100644 --- a/artemis-features/pom.xml +++ b/artemis-features/pom.xml @@ -24,7 +24,7 @@ </parent> <artifactId>artemis-features</artifactId> <packaging>pom</packaging> - <name>ActiveMQ Artemis Features</name> + <name>Apache Artemis Features</name> <dependencies> <dependency> diff --git a/artemis-image/examples/pom.xml b/artemis-image/examples/pom.xml index 3dbec7b74c..5e8ee8cdfc 100644 --- a/artemis-image/examples/pom.xml +++ b/artemis-image/examples/pom.xml @@ -26,7 +26,7 @@ </parent> <artifactId>artemis-image-examples</artifactId> - <name>Apache ActiveMQ Artemis Image Examples</name> + <name>Apache Artemis Image Examples</name> <packaging>pom</packaging> <properties> diff --git a/artemis-image/pom.xml b/artemis-image/pom.xml index 2694ced2f5..4c5a3151c9 100644 --- a/artemis-image/pom.xml +++ b/artemis-image/pom.xml @@ -26,7 +26,7 @@ </parent> <artifactId>artemis-image</artifactId> - <name>Apache ActiveMQ Artemis Image</name> + <name>Apache Artemis Image</name> <properties> diff --git a/artemis-jakarta-cdi-client/pom.xml b/artemis-jakarta-cdi-client/pom.xml index c12251928c..79dce32620 100644 --- a/artemis-jakarta-cdi-client/pom.xml +++ b/artemis-jakarta-cdi-client/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>artemis-jakarta-cdi-client</artifactId> - <name>ActiveMQ Artemis Jakarta CDI Integration</name> + <name>Apache Artemis Jakarta CDI Integration</name> <properties> <jakarta.inject-api.version>${jakarta.inject-api.version.alt}</jakarta.inject-api.version> diff --git a/artemis-jakarta-client-all/pom.xml b/artemis-jakarta-client-all/pom.xml index 190d06ffc0..75b34b6bab 100644 --- a/artemis-jakarta-client-all/pom.xml +++ b/artemis-jakarta-client-all/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-jakarta-client-all</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Jakarta Messaging Client All</name> + <name>Apache Artemis Jakarta Messaging Client All</name> <properties> <jakarta.jms-api.version>${jakarta.jms-api.version.alt}</jakarta.jms-api.version> diff --git a/artemis-jakarta-client-osgi/pom.xml b/artemis-jakarta-client-osgi/pom.xml index 730444a127..5687f6a427 100644 --- a/artemis-jakarta-client-osgi/pom.xml +++ b/artemis-jakarta-client-osgi/pom.xml @@ -20,7 +20,7 @@ <artifactId>artemis-jakarta-client-osgi</artifactId> <packaging>bundle</packaging> - <name>ActiveMQ Artemis Jakarta Messaging Client OSGi</name> + <name>Apache Artemis Jakarta Messaging Client OSGi</name> <description> Combines the commons, jms-client and core-client as they contain too many duplicate packages diff --git a/artemis-jakarta-client/pom.xml b/artemis-jakarta-client/pom.xml index c518590fd1..8f7362b75b 100644 --- a/artemis-jakarta-client/pom.xml +++ b/artemis-jakarta-client/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-jakarta-client</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Jakarta Messaging Client</name> + <name>Apache Artemis Jakarta Messaging Client</name> <properties> <jakarta.jms-api.version>${jakarta.jms-api.version.alt}</jakarta.jms-api.version> diff --git a/artemis-jakarta-ra/pom.xml b/artemis-jakarta-ra/pom.xml index 82fa25e9e3..730b77798d 100644 --- a/artemis-jakarta-ra/pom.xml +++ b/artemis-jakarta-ra/pom.xml @@ -15,7 +15,7 @@ limitations under the License. --> <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 http://maven.apache.org/maven-v4_0_0.xsd"> - <name>ActiveMQ Artemis Jakarta RAR</name> + <name>Apache Artemis Jakarta RAR</name> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/artemis-jakarta-server/pom.xml b/artemis-jakarta-server/pom.xml index a2fea48868..82beb4c7ea 100644 --- a/artemis-jakarta-server/pom.xml +++ b/artemis-jakarta-server/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-jakarta-server</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Jakarta Messaging Server</name> + <name>Apache Artemis Jakarta Messaging Server</name> <properties> <jakarta.jms-api.version>${jakarta.jms-api.version.alt}</jakarta.jms-api.version> diff --git a/artemis-jakarta-service-extensions/pom.xml b/artemis-jakarta-service-extensions/pom.xml index 48957cf0f2..511d291ece 100644 --- a/artemis-jakarta-service-extensions/pom.xml +++ b/artemis-jakarta-service-extensions/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-jakarta-service-extensions</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Jakarta Service Extensions</name> + <name>Apache Artemis Jakarta Service Extensions</name> <properties> <jakarta.jms-api.version>${jakarta.jms-api.version.alt}</jakarta.jms-api.version> diff --git a/artemis-jdbc-store/pom.xml b/artemis-jdbc-store/pom.xml index 93d5c457f8..0aa4d43986 100644 --- a/artemis-jdbc-store/pom.xml +++ b/artemis-jdbc-store/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-jdbc-store</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis JDBC Store</name> + <name>Apache Artemis JDBC Store</name> <dependencies> diff --git a/artemis-jms-client-all/pom.xml b/artemis-jms-client-all/pom.xml index fad9c87015..14a75e5873 100644 --- a/artemis-jms-client-all/pom.xml +++ b/artemis-jms-client-all/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-jms-client-all</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis JMS Client All</name> + <name>Apache Artemis JMS Client All</name> <dependencies> <dependency> diff --git a/artemis-jms-client-osgi/pom.xml b/artemis-jms-client-osgi/pom.xml index ddf6c6f575..61ca559c03 100644 --- a/artemis-jms-client-osgi/pom.xml +++ b/artemis-jms-client-osgi/pom.xml @@ -20,7 +20,7 @@ <artifactId>artemis-jms-client-osgi</artifactId> <packaging>bundle</packaging> - <name>ActiveMQ Artemis JMS Client OSGi</name> + <name>Apache Artemis JMS Client OSGi</name> <description> Combines the commons, jms-client and core-client as they contain too many duplicate packages diff --git a/artemis-jms-client/pom.xml b/artemis-jms-client/pom.xml index b79bb60765..d66ac3108e 100644 --- a/artemis-jms-client/pom.xml +++ b/artemis-jms-client/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-jms-client</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis JMS Client</name> + <name>Apache Artemis JMS Client</name> <dependencies> <!-- logging --> diff --git a/artemis-jms-server/pom.xml b/artemis-jms-server/pom.xml index 2b3aed5ee0..0645e36ec4 100644 --- a/artemis-jms-server/pom.xml +++ b/artemis-jms-server/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-jms-server</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis JMS Server</name> + <name>Apache Artemis JMS Server</name> <dependencies> <!-- logging --> diff --git a/artemis-journal/pom.xml b/artemis-journal/pom.xml index a597927f7c..3ee8da97ad 100644 --- a/artemis-journal/pom.xml +++ b/artemis-journal/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-journal</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Journal</name> + <name>Apache Artemis Journal</name> <dependencies> diff --git a/artemis-junit/artemis-junit-4/pom.xml b/artemis-junit/artemis-junit-4/pom.xml index 341d1140a5..0274130007 100644 --- a/artemis-junit/artemis-junit-4/pom.xml +++ b/artemis-junit/artemis-junit-4/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-junit</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis JUnit 4 Rules</name> + <name>Apache Artemis JUnit 4 Rules</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/artemis-junit/artemis-junit-5/pom.xml b/artemis-junit/artemis-junit-5/pom.xml index c9e24c5ab4..2270a3e9ec 100644 --- a/artemis-junit/artemis-junit-5/pom.xml +++ b/artemis-junit/artemis-junit-5/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-junit-5</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis JUnit 5 Extensions</name> + <name>Apache Artemis JUnit 5 Extensions</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/artemis-junit/artemis-junit-commons/pom.xml b/artemis-junit/artemis-junit-commons/pom.xml index 98fc2bbca6..38af253cf9 100644 --- a/artemis-junit/artemis-junit-commons/pom.xml +++ b/artemis-junit/artemis-junit-commons/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-junit-commons</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis JUnit Commons</name> + <name>Apache Artemis JUnit Commons</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/artemis-junit/pom.xml b/artemis-junit/pom.xml index cc4dcfd74b..0bd36256f9 100644 --- a/artemis-junit/pom.xml +++ b/artemis-junit/pom.xml @@ -27,7 +27,7 @@ <artifactId>artemis-junit-parent</artifactId> <packaging>pom</packaging> - <name>ActiveMQ Artemis JUnit</name> + <name>Apache Artemis JUnit</name> <modules> <module>artemis-junit-commons</module> diff --git a/artemis-lockmanager/artemis-lockmanager-api/pom.xml b/artemis-lockmanager/artemis-lockmanager-api/pom.xml index e5c739c992..612ca299d0 100644 --- a/artemis-lockmanager/artemis-lockmanager-api/pom.xml +++ b/artemis-lockmanager/artemis-lockmanager-api/pom.xml @@ -25,7 +25,7 @@ <artifactId>artemis-lockmanager-api</artifactId> <packaging>bundle</packaging> - <name>ActiveMQ Artemis Lock Manager API</name> + <name>Apache Artemis Lock Manager API</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/artemis-lockmanager/artemis-lockmanager-ri/pom.xml b/artemis-lockmanager/artemis-lockmanager-ri/pom.xml index d720d8c3f5..3667be31ce 100644 --- a/artemis-lockmanager/artemis-lockmanager-ri/pom.xml +++ b/artemis-lockmanager/artemis-lockmanager-ri/pom.xml @@ -25,7 +25,7 @@ <artifactId>artemis-lockmanager-ri</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Lock Manager RI</name> + <name>Apache Artemis Lock Manager RI</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/artemis-lockmanager/pom.xml b/artemis-lockmanager/pom.xml index ccff60cbe6..a3ff42eede 100644 --- a/artemis-lockmanager/pom.xml +++ b/artemis-lockmanager/pom.xml @@ -27,7 +27,7 @@ <artifactId>artemis-lockmanager</artifactId> <packaging>pom</packaging> - <name>ActiveMQ Artemis Lock Manager</name> + <name>Apache Artemis Lock Manager</name> <modules> <module>artemis-lockmanager-api</module> diff --git a/artemis-log-annotation-processor/pom.xml b/artemis-log-annotation-processor/pom.xml index 129c46fd1f..4e94c34f4b 100644 --- a/artemis-log-annotation-processor/pom.xml +++ b/artemis-log-annotation-processor/pom.xml @@ -25,7 +25,7 @@ <artifactId>artemis-log-annotation-processor</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Log Annotation Processor</name> + <name>Apache Artemis Log Annotation Processor</name> <properties> <activemq.basedir>${project.basedir}/..</activemq.basedir> diff --git a/artemis-log-annotation-processor/tests/pom.xml b/artemis-log-annotation-processor/tests/pom.xml index b46145e3c4..6543227af8 100644 --- a/artemis-log-annotation-processor/tests/pom.xml +++ b/artemis-log-annotation-processor/tests/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-log-annotation-processor-tests</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Log Annotation Processor Tests</name> + <name>Apache Artemis Log Annotation Processor Tests</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/artemis-maven-plugin/pom.xml b/artemis-maven-plugin/pom.xml index f8ac57ca1f..59426f78cd 100644 --- a/artemis-maven-plugin/pom.xml +++ b/artemis-maven-plugin/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-maven-plugin</artifactId> <packaging>maven-plugin</packaging> - <name>ActiveMQ Artemis Maven Plugin</name> + <name>Apache Artemis Maven Plugin</name> <properties> <plugin.components.maven.version>3.9.12</plugin.components.maven.version> diff --git a/artemis-pom/pom.xml b/artemis-pom/pom.xml index 181cb41be2..a55d17c3a0 100644 --- a/artemis-pom/pom.xml +++ b/artemis-pom/pom.xml @@ -25,7 +25,7 @@ <artifactId>artemis-pom</artifactId> <packaging>pom</packaging> - <name>ActiveMQ Artemis POM</name> + <name>Apache Artemis POM</name> <properties> <activemq.basedir>${project.basedir}/..</activemq.basedir> diff --git a/artemis-protocols/artemis-amqp-protocol/pom.xml b/artemis-protocols/artemis-amqp-protocol/pom.xml index 3f376ce358..4dd242607c 100644 --- a/artemis-protocols/artemis-amqp-protocol/pom.xml +++ b/artemis-protocols/artemis-amqp-protocol/pom.xml @@ -25,7 +25,7 @@ <artifactId>artemis-amqp-protocol</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis AMQP Protocol</name> + <name>Apache Artemis AMQP Protocol</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/artemis-protocols/artemis-hornetq-protocol/pom.xml b/artemis-protocols/artemis-hornetq-protocol/pom.xml index c2dc68545a..bae92bf62d 100644 --- a/artemis-protocols/artemis-hornetq-protocol/pom.xml +++ b/artemis-protocols/artemis-hornetq-protocol/pom.xml @@ -25,7 +25,7 @@ <artifactId>artemis-hornetq-protocol</artifactId> <packaging>bundle</packaging> - <name>ActiveMQ Artemis HornetQ Protocol</name> + <name>Apache Artemis HornetQ Protocol</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/artemis-protocols/artemis-hqclient-protocol/pom.xml b/artemis-protocols/artemis-hqclient-protocol/pom.xml index 046c393c24..614044a4f5 100644 --- a/artemis-protocols/artemis-hqclient-protocol/pom.xml +++ b/artemis-protocols/artemis-hqclient-protocol/pom.xml @@ -25,7 +25,7 @@ <artifactId>artemis-hqclient-protocol</artifactId> <packaging>bundle</packaging> - <name>ActiveMQ Artemis HQClient Protocol</name> + <name>Apache Artemis HQClient Protocol</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml b/artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml index 12b2b7759a..da694d974f 100644 --- a/artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml +++ b/artemis-protocols/artemis-jakarta-openwire-protocol/pom.xml @@ -25,7 +25,7 @@ <artifactId>artemis-jakarta-openwire-protocol</artifactId> <packaging>bundle</packaging> - <name>ActiveMQ Artemis Jakarta OpenWire Protocol</name> + <name>Apache Artemis Jakarta OpenWire Protocol</name> <description>To support OpenWire clients from an embedded broker deployed in a Jakarta environment (e.g. Spring Boot 3)</description> <properties> diff --git a/artemis-protocols/artemis-mqtt-protocol/pom.xml b/artemis-protocols/artemis-mqtt-protocol/pom.xml index c7263644b6..10061b87ef 100644 --- a/artemis-protocols/artemis-mqtt-protocol/pom.xml +++ b/artemis-protocols/artemis-mqtt-protocol/pom.xml @@ -25,7 +25,7 @@ <artifactId>artemis-mqtt-protocol</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis MQTT Protocol</name> + <name>Apache Artemis MQTT Protocol</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/artemis-protocols/artemis-openwire-protocol/pom.xml b/artemis-protocols/artemis-openwire-protocol/pom.xml index a4b9ca5db0..6d43b8478a 100644 --- a/artemis-protocols/artemis-openwire-protocol/pom.xml +++ b/artemis-protocols/artemis-openwire-protocol/pom.xml @@ -25,7 +25,7 @@ <artifactId>artemis-openwire-protocol</artifactId> <packaging>bundle</packaging> - <name>ActiveMQ Artemis OpenWire Protocol</name> + <name>Apache Artemis OpenWire Protocol</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/artemis-protocols/artemis-stomp-protocol/pom.xml b/artemis-protocols/artemis-stomp-protocol/pom.xml index cc66d01f41..b2e2897443 100644 --- a/artemis-protocols/artemis-stomp-protocol/pom.xml +++ b/artemis-protocols/artemis-stomp-protocol/pom.xml @@ -24,7 +24,7 @@ <artifactId>artemis-stomp-protocol</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis STOMP Protocol</name> + <name>Apache Artemis STOMP Protocol</name> <properties> diff --git a/artemis-protocols/pom.xml b/artemis-protocols/pom.xml index 1179d81a04..c5a5d0388b 100644 --- a/artemis-protocols/pom.xml +++ b/artemis-protocols/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-protocols</artifactId> <packaging>pom</packaging> - <name>ActiveMQ Artemis Protocols</name> + <name>Apache Artemis Protocols</name> <modules> <module>artemis-amqp-protocol</module> diff --git a/artemis-ra/pom.xml b/artemis-ra/pom.xml index 8292b96bf0..a03385fa65 100644 --- a/artemis-ra/pom.xml +++ b/artemis-ra/pom.xml @@ -15,7 +15,7 @@ limitations under the License. --> <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 http://maven.apache.org/maven-v4_0_0.xsd"> - <name>ActiveMQ Artemis RAR POM</name> + <name>Apache Artemis RAR POM</name> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/artemis-selector/pom.xml b/artemis-selector/pom.xml index 4f778f5451..76efc62977 100644 --- a/artemis-selector/pom.xml +++ b/artemis-selector/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-selector</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Selector Implementation</name> + <name>Apache Artemis Selector Implementation</name> <dependencies> <dependency> diff --git a/artemis-server-osgi/pom.xml b/artemis-server-osgi/pom.xml index ed63e30ce7..9f5c8623b1 100644 --- a/artemis-server-osgi/pom.xml +++ b/artemis-server-osgi/pom.xml @@ -20,7 +20,7 @@ <artifactId>artemis-server-osgi</artifactId> <packaging>bundle</packaging> - <name>ActiveMQ Artemis Server OSGi</name> + <name>Apache Artemis Server OSGi</name> <description> Combines the commons, core-client and server jars as they contain too many duplicate packages diff --git a/artemis-server/pom.xml b/artemis-server/pom.xml index 521ff097da..3d01b0bdd1 100644 --- a/artemis-server/pom.xml +++ b/artemis-server/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-server</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Server</name> + <name>Apache Artemis Server</name> <dependencies> <!-- logging --> diff --git a/artemis-service-extensions/pom.xml b/artemis-service-extensions/pom.xml index 953de9131d..b8285b1fbe 100644 --- a/artemis-service-extensions/pom.xml +++ b/artemis-service-extensions/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-service-extensions</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Service Extensions</name> + <name>Apache Artemis Service Extensions</name> <dependencies> <!-- logging --> diff --git a/artemis-unit-test-support/pom.xml b/artemis-unit-test-support/pom.xml index 17cd067886..15f4b9171e 100644 --- a/artemis-unit-test-support/pom.xml +++ b/artemis-unit-test-support/pom.xml @@ -25,7 +25,7 @@ <artifactId>artemis-unit-test-support</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Unit Test Support</name> + <name>Apache Artemis Unit Test Support</name> <dependencies> <dependency> diff --git a/artemis-web/pom.xml b/artemis-web/pom.xml index b693f58969..7459b95046 100644 --- a/artemis-web/pom.xml +++ b/artemis-web/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-web</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Web</name> + <name>Apache Artemis Web</name> <dependencies> <!-- logging --> diff --git a/artemis-website/pom.xml b/artemis-website/pom.xml index 5c23a48a6a..67821481f8 100644 --- a/artemis-website/pom.xml +++ b/artemis-website/pom.xml @@ -26,7 +26,7 @@ <artifactId>artemis-website</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Website</name> + <name>Apache Artemis Website</name> <properties> <!-- we need a "scratch" directory because we dynamically generate a few docs --> diff --git a/pom.xml b/pom.xml index 34c9f63a0d..1edba18f98 100644 --- a/pom.xml +++ b/pom.xml @@ -652,14 +652,14 @@ <taskdef name="report" classname="org.jacoco.ant.ReportTask"> <classpath path="${project.build.directory}/jacoco-jars/org.jacoco.ant.jar" /> </taskdef> - <echo>Creating JaCoCo ActiveMQ Artemis test coverage reports...</echo> + <echo>Creating JaCoCo Apache Artemis test coverage reports...</echo> <report> <executiondata> <fileset dir="${basedir}"> <include name="**/target/jacoco.exec" /> </fileset> </executiondata> - <structure name="JaCoCo ActiveMQ Artemis"> + <structure name="JaCoCo Apache Artemis"> <classfiles> <fileset dir="${activemq.basedir}/artemis-boot/target/classes" /> <fileset dir="${activemq.basedir}/artemis-cdi-client/target/classes" /> diff --git a/tests/activemq5-unit-tests/pom.xml b/tests/activemq5-unit-tests/pom.xml index 301c1d3776..8de26c81be 100644 --- a/tests/activemq5-unit-tests/pom.xml +++ b/tests/activemq5-unit-tests/pom.xml @@ -25,7 +25,7 @@ <artifactId>activemq5-unit-tests</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Classic unit tests</name> + <name>ActiveMQ 5 unit tests</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/tests/artemis-test-support/pom.xml b/tests/artemis-test-support/pom.xml index 55943de1ea..3bdf018a3a 100644 --- a/tests/artemis-test-support/pom.xml +++ b/tests/artemis-test-support/pom.xml @@ -24,7 +24,7 @@ <artifactId>artemis-test-support</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis System Test Support</name> + <name>Apache Artemis System Test Support</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/tests/compatibility-tests/pom.xml b/tests/compatibility-tests/pom.xml index 8d2211b320..e3d3bcb139 100644 --- a/tests/compatibility-tests/pom.xml +++ b/tests/compatibility-tests/pom.xml @@ -25,7 +25,7 @@ <artifactId>compatibility-tests</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Compatibility Tests</name> + <name>Apache Artemis Compatibility Tests</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/tests/db-tests/pom.xml b/tests/db-tests/pom.xml index 864985dd6e..e744f25ebb 100644 --- a/tests/db-tests/pom.xml +++ b/tests/db-tests/pom.xml @@ -24,7 +24,7 @@ <artifactId>db-tests</artifactId> <packaging>jar</packaging> - <name>Database Tests</name> + <name>Apache Artemis Database Tests</name> <properties> <activemq.basedir>${project.basedir}/../../</activemq.basedir> diff --git a/tests/e2e-tests/pom.xml b/tests/e2e-tests/pom.xml index aaba48fe48..d0a6f5b17c 100644 --- a/tests/e2e-tests/pom.xml +++ b/tests/e2e-tests/pom.xml @@ -25,7 +25,7 @@ <artifactId>e2e-tests</artifactId> <packaging>jar</packaging> - <name>End-to-End Tests</name> + <name>Apache Artemis End-to-End Tests</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/tests/integration-tests-isolated/pom.xml b/tests/integration-tests-isolated/pom.xml index 78b6e551c8..4a8f034e2d 100644 --- a/tests/integration-tests-isolated/pom.xml +++ b/tests/integration-tests-isolated/pom.xml @@ -25,7 +25,7 @@ <artifactId>integration-tests-isolated</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Isolated Integration Tests</name> + <name>Apache Artemis Isolated Integration Tests</name> <description>This project is pretty much a copy of integration-tests however the tests here will run with fork=always, isolating each test on its own VM. </description> <properties> diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml index 4ef588f3e3..5783e8c1c6 100644 --- a/tests/integration-tests/pom.xml +++ b/tests/integration-tests/pom.xml @@ -25,7 +25,7 @@ <artifactId>integration-tests</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Integration Tests</name> + <name>Apache Artemis Integration Tests</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/tests/jms-tests/pom.xml b/tests/jms-tests/pom.xml index 4c3d1d3543..fd821dbb5e 100644 --- a/tests/jms-tests/pom.xml +++ b/tests/jms-tests/pom.xml @@ -25,7 +25,7 @@ <artifactId>jms-tests</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis JMS Tests</name> + <name>Apache Artemis JMS Tests</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/tests/joram-tests/pom.xml b/tests/joram-tests/pom.xml index 7de0f7a7c8..390ba5ee43 100644 --- a/tests/joram-tests/pom.xml +++ b/tests/joram-tests/pom.xml @@ -25,7 +25,7 @@ <artifactId>joram-tests</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Joram Tests</name> + <name>Apache Artemis Joram Tests</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/tests/karaf-client-integration-tests/pom.xml b/tests/karaf-client-integration-tests/pom.xml index 8d68282e4e..8bf3afbda0 100644 --- a/tests/karaf-client-integration-tests/pom.xml +++ b/tests/karaf-client-integration-tests/pom.xml @@ -25,7 +25,7 @@ <artifactId>karaf-client-integration-tests</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Karaf Client Integration Tests</name> + <name>Apache Artemis Karaf Client Integration Tests</name> <description> Integration tests for the artemis client features using Apache Karaf diff --git a/tests/karaf-jakarta-client-integration-tests/pom.xml b/tests/karaf-jakarta-client-integration-tests/pom.xml index cc34238106..9b774e817d 100644 --- a/tests/karaf-jakarta-client-integration-tests/pom.xml +++ b/tests/karaf-jakarta-client-integration-tests/pom.xml @@ -25,7 +25,7 @@ <artifactId>karaf-jakarta-client-integration-tests</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Karaf Jakarta Client Int Tests</name> + <name>Apache Artemis Karaf Jakarta Client Int Tests</name> <description> Integration tests for the artemis client features using Apache Karaf diff --git a/tests/karaf-server-integration-tests/pom.xml b/tests/karaf-server-integration-tests/pom.xml index 809f3762ab..af9655aff4 100644 --- a/tests/karaf-server-integration-tests/pom.xml +++ b/tests/karaf-server-integration-tests/pom.xml @@ -25,7 +25,7 @@ <artifactId>karaf-server-integration-tests</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Karaf Server Integration Tests</name> + <name>Apache Artemis Karaf Server Integration Tests</name> <description> Integration tests for the artemis server feature using Apache Karaf diff --git a/tests/leak-tests/pom.xml b/tests/leak-tests/pom.xml index 8ff9a774a2..3aa02013de 100644 --- a/tests/leak-tests/pom.xml +++ b/tests/leak-tests/pom.xml @@ -25,7 +25,7 @@ <artifactId>leak-tests</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Leak Tests</name> + <name>Apache Artemis Leak Tests</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> @@ -50,7 +50,7 @@ <scope>test</scope> </dependency> - <!-- Dependencies for the ActiveMQ Artemis Server and its protocols --> + <!-- Dependencies for the Apache Artemis Server and its protocols --> <dependency> <groupId>org.apache.artemis</groupId> <artifactId>artemis-server</artifactId> diff --git a/tests/performance-jmh/pom.xml b/tests/performance-jmh/pom.xml index f45c856bde..52fcfcc133 100644 --- a/tests/performance-jmh/pom.xml +++ b/tests/performance-jmh/pom.xml @@ -26,7 +26,7 @@ <artifactId>performance-jmh</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis JMH Performance Tests</name> + <name>Apache Artemis JMH Performance Tests</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/tests/performance-tests/pom.xml b/tests/performance-tests/pom.xml index 77587e4c09..75bea185a4 100644 --- a/tests/performance-tests/pom.xml +++ b/tests/performance-tests/pom.xml @@ -25,7 +25,7 @@ <artifactId>performance-tests</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis performance Tests</name> + <name>Apache Artemis performance Tests</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/tests/pom.xml b/tests/pom.xml index c1d3d22456..1d840ea18d 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -22,7 +22,7 @@ <relativePath>../artemis-pom/pom.xml</relativePath> </parent> - <name>ActiveMQ Artemis Tests POM</name> + <name>Apache Artemis Tests POM</name> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.artemis.tests</groupId> <artifactId>artemis-tests-pom</artifactId> diff --git a/tests/smoke-tests/pom.xml b/tests/smoke-tests/pom.xml index 28fff51554..0524f69733 100644 --- a/tests/smoke-tests/pom.xml +++ b/tests/smoke-tests/pom.xml @@ -24,7 +24,7 @@ <artifactId>smoke-tests</artifactId> <packaging>jar</packaging> - <name>Smoke Tests</name> + <name>Apache Artemis Smoke Tests</name> <properties> <activemq.basedir>${project.basedir}/../../</activemq.basedir> diff --git a/tests/soak-tests/pom.xml b/tests/soak-tests/pom.xml index bfeffb4be3..a9f729bfb7 100644 --- a/tests/soak-tests/pom.xml +++ b/tests/soak-tests/pom.xml @@ -26,7 +26,7 @@ <artifactId>soak-tests</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis soak Tests</name> + <name>Apache Artemis soak Tests</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/tests/stress-tests/pom.xml b/tests/stress-tests/pom.xml index f3569d8fae..bbd0275880 100644 --- a/tests/stress-tests/pom.xml +++ b/tests/stress-tests/pom.xml @@ -26,7 +26,7 @@ <artifactId>stress-tests</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis stress Tests</name> + <name>Apache Artemis stress Tests</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/tests/timing-tests/pom.xml b/tests/timing-tests/pom.xml index 00c81211fb..3d6ee63af6 100644 --- a/tests/timing-tests/pom.xml +++ b/tests/timing-tests/pom.xml @@ -26,7 +26,7 @@ <artifactId>timing-tests</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis timing Tests</name> + <name>Apache Artemis timing Tests</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> diff --git a/tests/unit-tests/pom.xml b/tests/unit-tests/pom.xml index 753d860b91..401755b968 100644 --- a/tests/unit-tests/pom.xml +++ b/tests/unit-tests/pom.xml @@ -24,7 +24,7 @@ <artifactId>unit-tests</artifactId> <packaging>jar</packaging> - <name>ActiveMQ Artemis Unit Tests</name> + <name>Apache Artemis Unit Tests</name> <properties> <activemq.basedir>${project.basedir}/../..</activemq.basedir> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
