Update bnd to 5.2.0 ()

See: https://github.com/bndtools/bnd/wiki/Changes-in-5.2.0

Signed-off-by: Wouter Born <github@maindrain.net>
pull/799/head
Wouter Born 2021-01-13 09:08:00 +01:00 committed by GitHub
parent 33365e1681
commit e270d759ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,7 @@
<maven.compiler.target>${oh.java.version}</maven.compiler.target>
<maven.compiler.compilerVersion>${oh.java.version}</maven.compiler.compilerVersion>
<bnd.version>5.1.2</bnd.version>
<bnd.version>5.2.0</bnd.version>
<eea.version>2.2.1</eea.version>
<karaf.version>4.2.7</karaf.version>
<sat.version>0.10.0</sat.version>
@ -100,6 +100,7 @@ Import-Package: \\
!*.internal.*,\\
!*.impl.*, \\
org.openhab.*
-noimportjava: true
-sources: false
-contract: *
-includeresource: -${.}/NOTICE, -${.}/*.xsd]]></bnd>