[
https://issues.apache.org/jira/browse/ARTEMIS-2227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chao Wang resolved ARTEMIS-2227.
--------------------------------
Resolution: Fixed
Fix Version/s: 2.7.0
> Missing Implementation-Version attribute in MANIFEST.MF
> -------------------------------------------------------
>
> Key: ARTEMIS-2227
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2227
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.6.3
> Reporter: Chao Wang
> Priority: Major
> Fix For: 2.7.0
>
>
> Following artifacts do not contain {{Implementation-Version}} attribute in
> their MANIFEST.MF file in the jar archive:
> {code}
> ./modules/system/layers/base/org/apache/activemq/artemis/protocol/hornetq/main/artemis-hornetq-protocol-2.6.3.redhat-00012.jar
> ./modules/system/layers/base/org/apache/activemq/artemis/main/artemis-hqclient-protocol-2.6.3.redhat-00012.jar
> {code}
> I can see that there is available {{Bundle-Version}} which can be utilized
> instead:
> {code}
> Bundle-Version: 2.6.3.redhat-00012
> {code}
> Although, in other artifacts we have {{Implementation-Version}} specified.
> Thus I believe that we should be consistent and have it specified also in
> these two packages.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)