You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2020/01/27 12:31:27 UTC

[sling-parent] branch master updated: SLING-9027 use bnd 5.0.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a34719c  SLING-9027 use bnd 5.0.0
a34719c is described below

commit a34719cf88746c6304571fa1618a9c641856a8df
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Jan 27 13:31:16 2020 +0100

    SLING-9027 use bnd 5.0.0
---
 sling-bundle-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sling-bundle-parent/pom.xml b/sling-bundle-parent/pom.xml
index ff29e5c..45e0b5f 100644
--- a/sling-bundle-parent/pom.xml
+++ b/sling-bundle-parent/pom.xml
@@ -40,7 +40,7 @@
     </scm>
 
     <properties>
-        <bnd.version>4.3.1</bnd.version>
+        <bnd.version>5.0.0</bnd.version>
     </properties>
 
     <build>