diff --git a/features/karaf/src/main/feature/feature.xml b/features/karaf/src/main/feature/feature.xml index 0dfe2c9f7e8c9..17aff9059088f 100644 --- a/features/karaf/src/main/feature/feature.xml +++ b/features/karaf/src/main/feature/feature.xml @@ -12,13 +12,21 @@ - shk-esh-base - shk-esh-io-console-karaf - mvn:org.openhab.core/org.openhab.core/${project.version} + esh-base + esh-io-console-karaf + esh-io-rest-sitemap + esh-model-item-runtime + esh-model-persistence-runtime + esh-model-rule-runtime + esh-model-script-runtime + esh-model-sitemap-runtime + esh-model-thing-runtime + esh-storage-mapdb + esh-ui-iconset-classic shell + mvn:org.openhab.core/org.openhab.core/${project.version} mvn:org.apache.karaf.shell/org.apache.karaf.shell.core/${dep.karaf.version} mvn:org.apache.karaf.wrapper/org.apache.karaf.wrapper.core/${dep.karaf.version} - mvn:org.openhab.core/org.openhab.core/${project.version} mvn:org.openhab.core/org.openhab.core.karaf/${project.version} @@ -40,15 +48,20 @@ openhab-runtime-base + esh-model-item + esh-model-persistence + esh-model-script + esh-model-sitemap + esh-ui mvn:org.openhab.core/org.openhab.core.compat1x/${project.version} - shk-esh-io-transport-mdns + esh-io-transport-mdns - shk-esh-io-transport-mqtt + esh-io-transport-mqtt @@ -57,11 +70,11 @@ - shk-esh-io-transport-upnp + esh-io-transport-upnp - shk-esh-base + esh-base shk-jax-rs-provider-swagger openhab-dashboard mvn:org.openhab.core/org.openhab.io.rest.docs/${project.version} @@ -74,14 +87,15 @@ - shk-esh-base + esh-base mvn:org.openhab.core/org.openhab.ui.dashboard/${project.version} openhab-runtime-base openhab-dashboard - shk-esh-ui-basic + esh-ui-basic + esh-ui-icon mvn:org.openhab.core/org.openhab.ui.basicui/${project.version} mvn:org.openhab.core/org.openhab.ui.iconset.classic/${project.version} @@ -93,7 +107,8 @@ openhab-runtime-base openhab-dashboard - shk-esh-ui-classic + esh-ui-classic + esh-ui-icon mvn:org.openhab.core/org.openhab.ui.classicui/${project.version} mvn:org.openhab.core/org.openhab.ui.iconset.classic/${project.version} @@ -104,7 +119,7 @@ openhab-runtime-base openhab-dashboard - shk-esh-ui-paper + esh-ui-paper mvn:org.openhab.core/org.openhab.ui.paperui/${project.version} diff --git a/features/verify-karaf/pom.xml b/features/verify-karaf/pom.xml index 51a6205280604..aa30381ae3949 100644 --- a/features/verify-karaf/pom.xml +++ b/features/verify-karaf/pom.xml @@ -24,12 +24,20 @@ provided - de.maggu2810.playground.shk - shk-feature-base - 1.0.3 + org.eclipse.smarthome + karaf + ${esh.version} features xml + + de.maggu2810.shk + shk-feature-base + ${shk.version} + features + xml + runtime + org.openhab.core openhab-core @@ -65,7 +73,8 @@ mvn:org.apache.karaf.features/framework/${dep.karaf.version}/xml/features mvn:org.apache.karaf.features/standard/${dep.karaf.version}/xml/features - mvn:de.maggu2810.playground.shk/shk-feature-base/1.0.3/xml/features + mvn:org.eclipse.smarthome/karaf/${esh.version}/xml/features + mvn:de.maggu2810.shk/shk-feature-base/${shk.version}/xml/features mvn:org.openhab.core/openhab-core/${project.version}/xml/features org.apache.karaf.features:framework @@ -78,6 +87,7 @@ false true + first diff --git a/pom.xml b/pom.xml index c0ac8a5054481..d3f23a73839c4 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ 1.7 0.8.0-SNAPSHOT - + 1.2 4.0.3 4.0.3 4.0.3 @@ -162,6 +162,11 @@ JCenter Repository https://jcenter.bintray.com/ + + shk-bintray + Bintray Repository for shk + https://dl.bintray.com/maggu2810/maven + jfrog JFrog OSS Repository @@ -179,20 +184,6 @@ true - - tmp-jaxrs-swagger - https://github.com/maggu2810/openhab2-mvn-repo/raw/jaxrs-swagger - - true - - - - tmp-shk - https://github.com/maggu2810/openhab2-mvn-repo/raw/shk - - true - -