You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2019/11/01 10:22:00 UTC

[sling-org-apache-sling-testing-caconfig-mock-plugin] 01/01: SLING-8824 caconfig: Upgrade to parent pom 35

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

sseifert pushed a commit to branch feature/SLING-8824-parent25
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-caconfig-mock-plugin.git

commit f49c7e75bdeec168ba1704cc87d5963f28b80921
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Fri Nov 1 11:19:34 2019 +0100

    SLING-8824 caconfig: Upgrade to parent pom 35
---
 pom.xml | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index fce7156..ddce7f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,13 +22,13 @@
 
     <parent>
         <groupId>org.apache.sling</groupId>
-        <artifactId>sling</artifactId>
-        <version>34</version>
+        <artifactId>sling-bundle-parent</artifactId>
+        <version>35</version>
         <relativePath />
     </parent>
     
     <artifactId>org.apache.sling.testing.caconfig-mock-plugin</artifactId>
-    <packaging>bundle</packaging>
+    <packaging>jar</packaging>
     <version>1.3.3-SNAPSHOT</version>
     <name>Apache Sling Context-Aware Configuration Mock Plugin</name>
     <description>Mock Context Plugin for Apache Sling Context-Aware Configuration</description>
@@ -43,9 +43,12 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <extensions>true</extensions>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-baseline-maven-plugin</artifactId>
             </plugin>
         </plugins>
     </build>