You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/06/22 15:45:02 UTC

[sling-org-apache-sling-jcr-presence] 01/02: SLING-10531 Update to Sling Bundle Parent 43

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-presence.git

commit 6944f001f78c403ebe88a20c1be8a649a9c1a000
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Jun 22 17:43:55 2021 +0200

    SLING-10531 Update to Sling Bundle Parent 43
---
 pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3097716..7ac50ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling-bundle-parent</artifactId>
-    <version>39</version>
+    <version>43</version>
     <relativePath />
   </parent>
 
@@ -52,10 +52,6 @@
     <plugins>
       <plugin>
         <groupId>biz.aQute.bnd</groupId>
-        <artifactId>bnd-maven-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>biz.aQute.bnd</groupId>
         <artifactId>bnd-baseline-maven-plugin</artifactId>
         <configuration>
           <failOnMissing>false</failOnMissing>