You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2018/11/24 23:33:27 UTC

[incubator-plc4x] 01/02: [plc4x-osgi] fixed complains about missing plugin version

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit eca6fc32252fb8007bf7a5ba826418fc8b4f88ee
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Sun Nov 25 00:17:23 2018 +0100

    [plc4x-osgi] fixed complains about missing plugin version
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index b9dac77..15d34fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -753,6 +753,12 @@
         </plugin>
 
         <plugin>
+          <groupId>org.apache.felix</groupId>
+          <artifactId>maven-bundle-plugin</artifactId>
+          <version>4.1.0</version>
+        </plugin>
+
+        <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>
           <version>0.8.2</version>