This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch 2.6.x
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/2.6.x by this push:
     new 4ee957f  ARTEMIS-2227 add Implementation-Version for artemis-protocols 
module
4ee957f is described below

commit 4ee957f23b36d58f607c37f5c10f850d8197b98d
Author: Chao Wang <chao...@redhat.com>
AuthorDate: Mon Jan 14 10:48:07 2019 +0800

    ARTEMIS-2227 add Implementation-Version for artemis-protocols module
    
    (cherry picked from commit b0886f09bf8c37d1e5bf3fffb604be7195bc7d0b)
---
 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>

Reply via email to