mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 11:45:49 +01:00
Update bnd to 5.2.0 (#2105)
See: https://github.com/bndtools/bnd/wiki/Changes-in-5.2.0 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
parent
a0d58006e8
commit
987af36bcf
3
pom.xml
3
pom.xml
@ -69,7 +69,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.compile.version>4.2.1</karaf.compile.version>
|
||||
<karaf.tooling.version>4.2.7</karaf.tooling.version>
|
||||
@ -138,6 +138,7 @@ Import-Package: \\
|
||||
!*.impl.*, \\
|
||||
org.openhab.*,\\
|
||||
org.openhab.core.*
|
||||
-noimportjava: true
|
||||
-sources: false
|
||||
-contract: *
|
||||
-includeresource: -${.}/NOTICE, -${.}/*.xsd]]></bnd>
|
||||
|
Loading…
Reference in New Issue
Block a user