From 74180bba3d8f271fa82d5b006a871b36e5c0f905 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Sun, 10 Nov 2019 23:42:34 +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 13c8eb26807..7d20ec5e3a8 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -19,4 +19,14 @@ karaf + + + + org.openhab.core.bom + org.openhab.core.bom.openhab-core + ${project.version} + pom + + + diff --git a/pom.xml b/pom.xml index c8c8a741ed8..4d4b2086e0f 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ - Github + GitHub https://github.com/openhab/openhab-core/issues @@ -69,7 +69,7 @@ ${oh.java.version} ${oh.java.version} - 4.2.0 + 4.3.0 4.2.1 4.2.7 0.8.0