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:21:52 UTC

[sling-org-apache-sling-caconfig-bnd-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-caconfig-bnd-plugin.git

commit 871ccedcd42fcbb1ab2a438d5075d881777a8fdc
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Fri Nov 1 11:18:37 2019 +0100

    SLING-8824 caconfig: Upgrade to parent pom 35
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 40337d9..1b11d95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>30</version>
+        <version>35</version>
         <relativePath />
     </parent>
 
@@ -43,6 +43,7 @@
         <dependency>
             <groupId>biz.aQute.bnd</groupId>
             <artifactId>biz.aQute.bndlib</artifactId>
+            <version>3.2.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>