This is an automated email from the ASF dual-hosted git repository. clebertsuconic pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/master by this push: new b0886f0 ARTEMIS-2227 add Implementation-Version for artemis-protocols module new 17ce158 This closes #2496 b0886f0 is described below commit b0886f09bf8c37d1e5bf3fffb604be7195bc7d0b Author: Chao Wang <chao...@redhat.com> AuthorDate: Mon Jan 14 10:48:07 2019 +0800 ARTEMIS-2227 add Implementation-Version for artemis-protocols module --- artemis-protocols/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/artemis-protocols/pom.xml b/artemis-protocols/pom.xml index 4c6940d..6fdf53f 100644 --- a/artemis-protocols/pom.xml +++ b/artemis-protocols/pom.xml @@ -41,4 +41,20 @@ <module>artemis-mqtt-protocol</module> </modules> + <build> + <plugins> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <version>3.0.0</version> + <extensions>true</extensions> + <configuration> + <instructions> + <Implementation-Version>${project.version}</Implementation-Version> + </instructions> + </configuration> + </plugin> + </plugins> + </build> + </project>