Skip to content

Commit 92ce272

Browse files
committed
ARTEMIS-5816: update names in pom files
1 parent cd71d6d commit 92ce272

File tree

76 files changed

+79
-79
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+79
-79
lines changed

artemis-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<artifactId>artemis-bom</artifactId>
2727
<packaging>pom</packaging>
28-
<name>ActiveMQ Artemis Bill of Materials</name>
28+
<name>Apache Artemis Bill of Materials</name>
2929

3030
<properties>
3131
<activemq.basedir>${project.basedir}/..</activemq.basedir>

artemis-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828

2929
<artifactId>artemis-boot</artifactId>
3030
<packaging>jar</packaging>
31-
<name>ActiveMQ Artemis Boot</name>
31+
<name>Apache Artemis Boot</name>
3232

3333
</project>

artemis-cdi-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<modelVersion>4.0.0</modelVersion>
2929

3030
<artifactId>artemis-cdi-client</artifactId>
31-
<name>ActiveMQ Artemis CDI Integration</name>
31+
<name>Apache Artemis CDI Integration</name>
3232

3333
<dependencies>
3434
<!-- logging -->

artemis-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<artifactId>artemis-cli</artifactId>
2828
<packaging>jar</packaging>
29-
<name>ActiveMQ Artemis CLI</name>
29+
<name>Apache Artemis CLI</name>
3030

3131
<properties>
3232
<winsw.version>2.9.0</winsw.version>

artemis-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<artifactId>artemis-commons</artifactId>
2828
<packaging>jar</packaging>
29-
<name>ActiveMQ Artemis Commons</name>
29+
<name>Apache Artemis Commons</name>
3030

3131
<properties>
3232
<skipCommonsJavadocGeneration>true</skipCommonsJavadocGeneration>

artemis-console/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</parent>
2828

2929
<artifactId>artemis-console</artifactId>
30-
<name>ActiveMQ Artemis Console</name>
30+
<name>Apache Artemis Console</name>
3131

3232
<packaging>war</packaging>
3333

artemis-core-client-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<artifactId>artemis-core-client-all</artifactId>
2828
<packaging>jar</packaging>
29-
<name>ActiveMQ Artemis Core Client All</name>
29+
<name>Apache Artemis Core Client All</name>
3030

3131
<dependencies>
3232
<dependency>

artemis-core-client-osgi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<artifactId>artemis-core-client-osgi</artifactId>
2222
<packaging>bundle</packaging>
23-
<name>ActiveMQ Artemis Client OSGi</name>
23+
<name>Apache Artemis Client OSGi</name>
2424

2525
<description>
2626
Combines the commons and core-client as they contain too many duplicate packages

artemis-core-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<artifactId>artemis-core-client</artifactId>
2828
<packaging>jar</packaging>
29-
<name>ActiveMQ Artemis Core Client</name>
29+
<name>Apache Artemis Core Client</name>
3030

3131
<dependencies>
3232
<!-- logging -->

artemis-distribution/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727

2828
<artifactId>apache-artemis</artifactId>
2929
<packaging>pom</packaging>
30-
<name>Apache ActiveMQ Artemis Distribution</name>
30+
<name>Apache Artemis Distribution</name>
3131

3232
<properties>
3333
<schemaLocation>${project.build.directory}/${project.artifactId}-${project.version}-bin/${project.artifactId}-${project.version}/schema</schemaLocation>
3434
<configLocation>src/main/resources/config</configLocation>
3535
</properties>
3636

3737
<dependencies>
38-
<!-- ActiveMQ Artemis artifacts -->
38+
<!-- Apache Artemis artifacts -->
3939
<dependency>
4040
<groupId>org.apache.artemis</groupId>
4141
<artifactId>artemis-boot</artifactId>

0 commit comments

Comments
 (0)