Releasing 2.0.0.b3

Signed-off-by: Kai Kreuzer <kai@openhab.org>
pull/47/head
Kai Kreuzer 2016-05-21 13:51:10 +02:00
parent 542d550f63
commit 8bd77e32c5
38 changed files with 44 additions and 49 deletions

View File

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: openHAB 1.x Compatibility Layer Tests
Bundle-SymbolicName: org.openhab.core.compat1x.test
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.0.b3
Bundle-Vendor: openHAB.org
Fragment-Host: org.openhab.core.compat1x
Bundle-RequiredExecutionEnvironment: JavaSE-1.7

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
</parent>
<artifactId>org.openhab.core.compat1x.test</artifactId>

View File

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: openHAB 1.x Compatibility Layer
Bundle-SymbolicName: org.openhab.core.compat1x
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.0.b3
Bundle-Activator: org.openhab.core.compat1x.internal.CompatibilityActivator
Bundle-Vendor: openHAB.org
Bundle-RequiredExecutionEnvironment: JavaSE-1.7

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
</parent>
<artifactId>org.openhab.core.compat1x</artifactId>

View File

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: openHAB Karaf Integration
Bundle-SymbolicName: org.openhab.core.karaf
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.0.b3
Bundle-Vendor: openHAB.org
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Karaf-Commands: org.openhab.core.karaf.internal.command

View File

@ -8,7 +8,7 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
</parent>
<properties>

View File

@ -7,7 +7,7 @@ Ignore-Package: org.openhab.core.internal.items,org.openhab.core.inter
Bundle-Name: openHAB Core
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: openHAB.org
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.0.b3
Bundle-Activator: org.openhab.core.internal.CoreActivator
Bundle-ManifestVersion: 2
Bundle-Description: This is the runtime component of the open Home Aut

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
</parent>
<artifactId>org.openhab.core</artifactId>

View File

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: openHAB SSL Certificate Generator
Bundle-SymbolicName: org.openhab.io.jetty.certificate;singleton:=true
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.0.b3
Bundle-Activator: org.openhab.io.jetty.certificate.internal.CertificateGenerator
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Vendor: openHAB.org

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
</parent>
<artifactId>org.openhab.io.jetty.certificate</artifactId>

View File

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: openHAB REST Documentation
Bundle-SymbolicName: org.openhab.io.rest.docs
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.0.b3
Import-Package: com.google.gson,
com.google.gson.annotations,
javax.servlet,

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
</parent>
<artifactId>org.openhab.io.rest.docs</artifactId>

View File

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: openHAB Serial Transport Bundle
Bundle-SymbolicName: org.openhab.io.transport.serial
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.0.b3
Bundle-Vendor: openHAB.org
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: lib/nrjavaserial-3.9.3.jar

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
</parent>
<artifactId>org.openhab.io.transport.serial</artifactId>

View File

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: openHAB Basic UI Fragment
Bundle-SymbolicName: org.openhab.ui.basicui
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.0.b3
Fragment-Host: org.eclipse.smarthome.ui.basic
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: patch/,.

View File

@ -8,10 +8,9 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
</parent>
<groupId>org.openhab.ui</groupId>
<artifactId>org.openhab.ui.basicui</artifactId>
<name>openHAB Basic UI Dashboard Integration</name>

View File

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: openHAB Classic UI Fragment
Bundle-SymbolicName: org.openhab.ui.classicui
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.0.b3
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ClassPath: .
Service-Component: OSGI-INF/dashboardtile.xml

View File

@ -8,10 +8,9 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
</parent>
<groupId>org.openhab.ui</groupId>
<artifactId>org.openhab.ui.classicui</artifactId>
<name>openHAB Classic UI Dashboard Integration</name>

View File

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: openHAB Dashboard UI
Bundle-SymbolicName: org.openhab.ui.dashboard
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.0.b3
Bundle-Vendor: openHAB.org
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Service-Component: OSGI-INF/dashboardservice.xml

View File

@ -4,10 +4,9 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
</parent>
<groupId>org.openhab.ui</groupId>
<artifactId>org.openhab.ui.dashboard</artifactId>
<name>openHAB Dashboard UI</name>

View File

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: openHAB Classic Iconset
Bundle-SymbolicName: org.openhab.ui.iconset.classic
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.0.b3
Bundle-Vendor: openHAB.org
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Service-Component: OSGI-INF/*.xml

View File

@ -4,10 +4,9 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
</parent>
<groupId>org.openhab.ui</groupId>
<artifactId>org.openhab.ui.iconset.classic</artifactId>
<name>openHAB Classic Iconset</name>

View File

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: openHAB Paper UI Theme Fragment
Bundle-SymbolicName: org.openhab.ui.paperui
Bundle-Version: 2.0.0.qualifier
Bundle-Version: 2.0.0.b3
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Fragment-Host: org.eclipse.smarthome.ui.paper
Bundle-ClassPath: patch/,.

View File

@ -8,10 +8,9 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
</parent>
<groupId>org.openhab.ui</groupId>
<artifactId>org.openhab.ui.paperui</artifactId>
<name>openHAB Paper UI Theme Fragment</name>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-tycho</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
<relativePath>../poms/tycho/pom.xml</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-features</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
</parent>
<artifactId>openhab-core</artifactId>

View File

@ -96,8 +96,8 @@
<feature>openhab-dashboard</feature>
<feature>esh-ui-basic</feature>
<feature>esh-ui-icon</feature>
<bundle start-level="80">mvn:org.openhab.ui/org.openhab.ui.basicui/${project.version}</bundle>
<bundle start-level="80">mvn:org.openhab.ui/org.openhab.ui.iconset.classic/${project.version}</bundle>
<bundle start-level="80">mvn:org.openhab.core/org.openhab.ui.basicui/${project.version}</bundle>
<bundle start-level="80">mvn:org.openhab.core/org.openhab.ui.iconset.classic/${project.version}</bundle>
<config name="org.eclipse.smarthome.basicui">
defaultSitemap = _default
iconType = svg
@ -109,8 +109,8 @@
<feature>openhab-dashboard</feature>
<feature>esh-ui-classic</feature>
<feature>esh-ui-icon</feature>
<bundle start-level="80">mvn:org.openhab.ui/org.openhab.ui.classicui/${project.version}</bundle>
<bundle start-level="80">mvn:org.openhab.ui/org.openhab.ui.iconset.classic/${project.version}</bundle>
<bundle start-level="80">mvn:org.openhab.core/org.openhab.ui.classicui/${project.version}</bundle>
<bundle start-level="80">mvn:org.openhab.core/org.openhab.ui.iconset.classic/${project.version}</bundle>
<config name="org.eclipse.smarthome.classicui">
defaultSitemap = _default
</config>
@ -120,7 +120,7 @@
<feature>openhab-runtime-base</feature>
<feature>openhab-dashboard</feature>
<feature>esh-ui-paper</feature>
<bundle start-level="80">mvn:org.openhab.ui/org.openhab.ui.paperui/${project.version}</bundle>
<bundle start-level="80">mvn:org.openhab.core/org.openhab.ui.paperui/${project.version}</bundle>
</feature>
</features>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-features</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
</parent>
<artifactId>openhab-esh-addons</artifactId>

View File

@ -12,7 +12,7 @@
<feature
id="org.openhab.feature.p2"
label="openHAB Core Components"
version="2.0.0.qualifier"
version="2.0.0.b3"
provider-name="openHAB.org">
<description>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-tycho</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
<relativePath>../../poms/tycho/pom.xml</relativePath>
</parent>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.openhab.feature.p2_2.0.0.qualifier.jar" id="org.openhab.feature.p2" version="2.0.0.qualifier">
<feature url="features/org.openhab.feature.p2_2.0.0.b3.jar" id="org.openhab.feature.p2" version="2.0.0.b3">
<category name="org.openhab"/>
</feature>
<category-def name="org.openhab" label="openHAB">

View File

@ -4,7 +4,7 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-tycho</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
<relativePath>../../poms/tycho/pom.xml</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-features</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
</parent>
<artifactId>org.openhab.features.karaf.verify</artifactId>

View File

@ -8,7 +8,7 @@
<groupId>org.openhab.core</groupId>
<artifactId>pom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
<packaging>pom</packaging>
<name>openHAB</name>
@ -56,8 +56,8 @@
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.compilerVersion>1.7</maven.compiler.compilerVersion>
<ohdr.version>1.0.3</ohdr.version>
<esh.version>0.8.0-SNAPSHOT</esh.version>
<ohdr.version>1.0.6</ohdr.version>
<esh.version>0.8.0.b5</esh.version>
<kat.version>1.4.1</kat.version>
<karaf.version>4.0.4</karaf.version>
<maven.compiler.plugin.version>3.3</maven.compiler.plugin.version>

View File

@ -9,7 +9,7 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
</parent>
<artifactId>pom-bundle-spec</artifactId>

View File

@ -9,7 +9,7 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-bundle-spec</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
</parent>
<artifactId>pom-tycho</artifactId>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>pom-tycho</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.b3</version>
<relativePath>../poms/tycho/pom.xml</relativePath>
</parent>