From 6e8c007d2f8cbe6070f7892341360926a023a1de Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Sun, 10 Nov 2019 23:42:43 +0100 Subject: [PATCH] Upgrade bnd to 4.3.0 For bnd 4.3.0 release notes, see: https://github.com/bndtools/bnd/wiki/Changes-in-4.3.0 Also note: The Bnd Maven plugins are now marked thread safe and can be used with -T. It seems to work well so far as long as the features are build after the bundles so I've added the bundles BOM as dependency to the features POM. We still need to make SAT thread safe (openhab/static-code-analysis#200). When disabling SAT you can build using one thread per processor core by executing: mvn clean install -DskipChecks -T 1C This significantly speeds up Maven builds and puts all your processor cores to good use. :-) Signed-off-by: Wouter Born --- features/pom.xml | 10 ++++++++++ pom.xml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/features/pom.xml b/features/pom.xml index cace6327ce..10fdbcd34e 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -17,6 +17,16 @@ openHAB UI :: Features openHAB UI Features + + + + org.openhab.ui.bom + org.openhab.ui.bom.openhab-ui + ${project.version} + pom + + + diff --git a/pom.xml b/pom.xml index 96fe8339d9..de8a389f32 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ - Github + GitHub https://github.com/openhab/openhab-webui/issues @@ -61,7 +61,7 @@ ${oh.java.version} ${oh.java.version} - 4.2.0 + 4.3.0 4.2.7 0.8.0