From ec088c78a0cdbc29a5d4724c77de4f1b54b002d1 Mon Sep 17 00:00:00 2001 From: Kai Kreuzer Date: Wed, 6 Feb 2019 15:16:55 +0100 Subject: [PATCH] improved addons parent pom (#536) * improved addons parent pom - removed reference to openhab-core bom - added required dependencies to core bundles - removed Artifactory snapshot release Signed-off-by: Kai Kreuzer --- features/p2/poms/pom.xml | 41 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/features/p2/poms/pom.xml b/features/p2/poms/pom.xml index c0429cc3c..d6c785dec 100644 --- a/features/p2/poms/pom.xml +++ b/features/p2/poms/pom.xml @@ -1,13 +1,6 @@ 4.0.0 - - org.openhab.core.bom - org.openhab.core.bom.openhab-core - 2.5.0-SNAPSHOT - ../../../bom/openhab-core/pom.xml - - org.openhab pom 2.5.0-SNAPSHOT @@ -27,6 +20,17 @@ + + + bintray + https://api.bintray.com/maven/openhab/mvn/openhab-core/;publish=1 + + + jfrog + https://openhab.jfrog.io/openhab/libs-snapshot-local + + + UTF-8 UTF-8 @@ -84,20 +88,6 @@ https://openhab.jfrog.io/openhab/libs-release - - - - false - - - true - always - - openhab-artifactory-snapshot - JFrog Artifactory Repository - https://openhab.jfrog.io/openhab/libs-snapshot - - @@ -369,4 +359,13 @@ + + + org.openhab.core.bom + org.openhab.core.bom.openhab-core + 2.5.0-SNAPSHOT + pom + + + \ No newline at end of file