Skip to content

Commit

Permalink
Update bnd to 5.2.0 (openhab#9785)
Browse files Browse the repository at this point in the history
See: https://github.com/bndtools/bnd/wiki/Changes-in-5.2.0

Signed-off-by: Wouter Born <[email protected]>
Signed-off-by: John Marshall <[email protected]>
  • Loading branch information
wborn authored and themillhousegroup committed May 10, 2021
1 parent 8c65162 commit 37ea208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<maven.compiler.compilerVersion>${oh.java.version}</maven.compiler.compilerVersion>

<ohc.version>3.1.0-SNAPSHOT</ohc.version>
<bnd.version>5.1.2</bnd.version>
<bnd.version>5.2.0</bnd.version>
<karaf.version>4.2.7</karaf.version>
<sat.version>0.10.0</sat.version>
<slf4j.version>1.7.21</slf4j.version>
Expand Down Expand Up @@ -152,6 +152,7 @@ Import-Package: \\
!*.impl.*, \\
org.openhab.*, \\
${bnd.exportpackage}
-noimportjava: true
-sources: false
-contract: *
-includeresource: ${bnd.includeresource}
Expand Down

0 comments on commit 37ea208

Please sign in to comment.