ARTEMIS-2612 Corrected Bundle-Name and Bundle-Description in artemis-hawtio

This commit is contained in:
Maurice Betzel 2020-02-01 15:55:07 +01:00 committed by Justin Bertram
parent a2ed46358f
commit 12170fd792
2 changed files with 6 additions and 2 deletions

View File

@ -28,6 +28,8 @@
<artifactId>activemq-branding</artifactId>
<name>ActiveMQ Artemis HawtIO Branding</name>
<description>Artemis branding plugin module for the HawtIO web console</description>
<!-- hawtio plugins are almost always war files -->
<packaging>war</packaging>
@ -214,7 +216,7 @@
<Bundle-ClassPath>.,WEB-INF/classes</Bundle-ClassPath>
<Bundle-Name>${project.description}</Bundle-Name>
<Bundle-Name>${project.name}</Bundle-Name>
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
<Implementation-Title>HawtIO</Implementation-Title>
<Implementation-Version>${project.version}</Implementation-Version>

View File

@ -28,6 +28,8 @@
<artifactId>artemis-plugin</artifactId>
<name>ActiveMQ Artemis HawtIO Plugin</name>
<description>Artemis plugin module for the HawtIO web console</description>
<!-- hawtio plugins are almost always war files -->
<packaging>war</packaging>
@ -219,7 +221,7 @@
<Bundle-ClassPath>.,WEB-INF/classes</Bundle-ClassPath>
<Bundle-Name>${project.description}</Bundle-Name>
<Bundle-Name>${project.name}</Bundle-Name>
<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
<Implementation-Title>HawtIO</Implementation-Title>
<Implementation-Version>${project.version}</Implementation-Version>