Author: ghenzler
Date: Sun Feb 10 22:23:37 2019
New Revision: 1853324

URL: http://svn.apache.org/viewvc?rev=1853324&view=rev
Log:
FELIX-5952 Fixed baseline checks setup

Modified:
    felix/trunk/healthcheck/api/pom.xml
    felix/trunk/healthcheck/core/pom.xml
    felix/trunk/healthcheck/generalchecks/pom.xml
    felix/trunk/healthcheck/webconsoleplugin/pom.xml

Modified: felix/trunk/healthcheck/api/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/healthcheck/api/pom.xml?rev=1853324&r1=1853323&r2=1853324&view=diff
==============================================================================
--- felix/trunk/healthcheck/api/pom.xml (original)
+++ felix/trunk/healthcheck/api/pom.xml Sun Feb 10 22:23:37 2019
@@ -49,7 +49,7 @@
             <plugin>
                 <groupId>biz.aQute.bnd</groupId>
                 <artifactId>bnd-maven-plugin</artifactId>
-                <version>4.0.0</version>
+                <version>4.1.0</version>
                 <executions>
                     <execution>
                         <goals>
@@ -67,6 +67,19 @@
                     </archive>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <version>4.1.0</version>
+                <executions>
+                    <execution>
+                        <id>baseline</id>
+                        <goals>
+                            <goal>baseline</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>
 

Modified: felix/trunk/healthcheck/core/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/healthcheck/core/pom.xml?rev=1853324&r1=1853323&r2=1853324&view=diff
==============================================================================
--- felix/trunk/healthcheck/core/pom.xml (original)
+++ felix/trunk/healthcheck/core/pom.xml Sun Feb 10 22:23:37 2019
@@ -75,12 +75,6 @@
                     </archive>
                 </configuration>
             </plugin>
-
-            <plugin>
-                <groupId>biz.aQute.bnd</groupId>
-                <artifactId>bnd-baseline-maven-plugin</artifactId>
-                <version>4.1.0</version>
-            </plugin>
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
@@ -150,7 +144,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.healthcheck.api</artifactId>
-            <version>2.0.1-SNAPSHOT</version>
+            <version>2.0.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
 

Modified: felix/trunk/healthcheck/generalchecks/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/healthcheck/generalchecks/pom.xml?rev=1853324&r1=1853323&r2=1853324&view=diff
==============================================================================
--- felix/trunk/healthcheck/generalchecks/pom.xml (original)
+++ felix/trunk/healthcheck/generalchecks/pom.xml Sun Feb 10 22:23:37 2019
@@ -70,11 +70,18 @@
                     </archive>
                 </configuration>
             </plugin>
-
             <plugin>
-                <groupId>biz.aQute.bnd</groupId>
-                <artifactId>bnd-baseline-maven-plugin</artifactId>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
                 <version>4.1.0</version>
+                <executions>
+                    <execution>
+                        <id>baseline</id>
+                        <goals>
+                            <goal>baseline</goal>
+                        </goals>
+                    </execution>
+                </executions>
             </plugin>
         </plugins>
 

Modified: felix/trunk/healthcheck/webconsoleplugin/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/healthcheck/webconsoleplugin/pom.xml?rev=1853324&r1=1853323&r2=1853324&view=diff
==============================================================================
--- felix/trunk/healthcheck/webconsoleplugin/pom.xml (original)
+++ felix/trunk/healthcheck/webconsoleplugin/pom.xml Sun Feb 10 22:23:37 2019
@@ -75,7 +75,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.healthcheck.api</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>


Reply via email to