[unleash-maven-plugin] Preparation for next development cycle.

This commit is contained in:
CloudBees DEV@Cloud 2017-12-17 23:40:22 +01:00
parent fa11c3a758
commit 5c6bfba450
35 changed files with 73 additions and 104 deletions

View File

@ -4,7 +4,7 @@ Bundle-Name: openHAB 1.x Compatibility Layer Tests
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: org.openhab.core.compat1x.test Bundle-SymbolicName: org.openhab.core.compat1x.test
Bundle-Vendor: openHAB Bundle-Vendor: openHAB
Bundle-Version: 2.2.0.qualifier Bundle-Version: 2.3.0.qualifier
Fragment-Host: org.openhab.core.compat1x Fragment-Host: org.openhab.core.compat1x
Import-Package: Import-Package:
groovy.lang, groovy.lang,

View File

@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.openhab.core</groupId> <groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId> <artifactId>pom-bundles</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.openhab.core.compat1x.test</artifactId> <artifactId>org.openhab.core.compat1x.test</artifactId>
@ -20,7 +19,7 @@
<groupId>${tycho-groupid}</groupId> <groupId>${tycho-groupid}</groupId>
<artifactId>target-platform-configuration</artifactId> <artifactId>target-platform-configuration</artifactId>
<configuration> <configuration>
<environments combine.self="override"></environments> <environments combine.self="override"/>
<dependency-resolution> <dependency-resolution>
<extraRequirements> <extraRequirements>
<requirement> <requirement>

View File

@ -10,7 +10,7 @@ Bundle-Name: openHAB 1.x Compatibility Layer
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: org.openhab.core.compat1x Bundle-SymbolicName: org.openhab.core.compat1x
Bundle-Vendor: openHAB Bundle-Vendor: openHAB
Bundle-Version: 2.2.0.qualifier Bundle-Version: 2.3.0.qualifier
Export-Package: Export-Package:
org.codehaus.jackson, org.codehaus.jackson,
org.codehaus.jackson.annotate, org.codehaus.jackson.annotate,

View File

@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.openhab.core</groupId> <groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId> <artifactId>pom-bundles</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.openhab.core.compat1x</artifactId> <artifactId>org.openhab.core.compat1x</artifactId>

View File

@ -5,7 +5,7 @@ Bundle-Name: openHAB Karaf Integration
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: org.openhab.core.karaf;singleton:=true Bundle-SymbolicName: org.openhab.core.karaf;singleton:=true
Bundle-Vendor: openHAB Bundle-Vendor: openHAB
Bundle-Version: 2.2.0.qualifier Bundle-Version: 2.3.0.qualifier
Import-Package: Import-Package:
com.google.common.base, com.google.common.base,
com.google.common.collect, com.google.common.collect,

View File

@ -1,14 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.openhab.core</groupId> <groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId> <artifactId>pom-bundles</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.3.0-SNAPSHOT</version>
</parent> </parent>
<properties> <properties>
@ -60,7 +57,7 @@
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<ignore></ignore> <ignore/>
</action> </action>
</pluginExecution> </pluginExecution>
<pluginExecution> <pluginExecution>
@ -73,7 +70,7 @@
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<ignore></ignore> <ignore/>
</action> </action>
</pluginExecution> </pluginExecution>
<pluginExecution> <pluginExecution>
@ -88,7 +85,7 @@
</goals> </goals>
</pluginExecutionFilter> </pluginExecutionFilter>
<action> <action>
<ignore></ignore> <ignore/>
</action> </action>
</pluginExecution> </pluginExecution>
</pluginExecutions> </pluginExecutions>

View File

@ -8,7 +8,7 @@ Bundle-Name: openHAB Core
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: org.openhab.core Bundle-SymbolicName: org.openhab.core
Bundle-Vendor: openHAB Bundle-Vendor: openHAB
Bundle-Version: 2.2.0.qualifier Bundle-Version: 2.3.0.qualifier
Export-Package: org.openhab.core Export-Package: org.openhab.core
Ignore-Package: org.openhab.core.internal.items,org.openhab.core.interna Ignore-Package: org.openhab.core.internal.items,org.openhab.core.interna
l,org.openhab.core.internal.events l,org.openhab.core.internal.events

View File

@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.openhab.core</groupId> <groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId> <artifactId>pom-bundles</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.openhab.core</artifactId> <artifactId>org.openhab.core</artifactId>

View File

@ -8,7 +8,7 @@ Bundle-Name: openHAB SSL Certificate Generator
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: org.openhab.io.jetty.certificate;singleton:=true Bundle-SymbolicName: org.openhab.io.jetty.certificate;singleton:=true
Bundle-Vendor: openHAB Bundle-Vendor: openHAB
Bundle-Version: 2.2.0.qualifier Bundle-Version: 2.3.0.qualifier
Import-Package: Import-Package:
org.eclipse.jdt.annotation;resolution:=optional, org.eclipse.jdt.annotation;resolution:=optional,
org.osgi.framework, org.osgi.framework,

View File

@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.openhab.core</groupId> <groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId> <artifactId>pom-bundles</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.openhab.io.jetty.certificate</artifactId> <artifactId>org.openhab.io.jetty.certificate</artifactId>
@ -63,4 +62,4 @@
</plugins> </plugins>
</build> </build>
</project> </project>

View File

@ -5,7 +5,7 @@ Bundle-Name: openHAB REST Documentation
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: org.openhab.io.rest.docs Bundle-SymbolicName: org.openhab.io.rest.docs
Bundle-Vendor: openHAB Bundle-Vendor: openHAB
Bundle-Version: 2.2.0.qualifier Bundle-Version: 2.3.0.qualifier
Import-Package: Import-Package:
com.google.gson, com.google.gson,
com.google.gson.annotations, com.google.gson.annotations,

View File

@ -1,12 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>
<parent> <parent>
<groupId>org.openhab.core</groupId> <groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId> <artifactId>pom-bundles</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.openhab.io.rest.docs</artifactId> <artifactId>org.openhab.io.rest.docs</artifactId>

View File

@ -8,7 +8,7 @@ Bundle-Name: openHAB Sound Support
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: org.openhab.io.sound Bundle-SymbolicName: org.openhab.io.sound
Bundle-Vendor: openHAB Bundle-Vendor: openHAB
Bundle-Version: 2.2.0.qualifier Bundle-Version: 2.3.0.qualifier
Fragment-Host: org.eclipse.smarthome.io.javasound Fragment-Host: org.eclipse.smarthome.io.javasound
Import-Package: Import-Package:
org.apache.commons.collections, org.apache.commons.collections,

View File

@ -1,12 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>
<parent> <parent>
<groupId>org.openhab.core</groupId> <groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId> <artifactId>pom-bundles</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.openhab.io.sound</artifactId> <artifactId>org.openhab.io.sound</artifactId>

View File

@ -8,7 +8,7 @@ Bundle-Name: openHAB Basic UI Fragment
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: org.openhab.ui.basicui Bundle-SymbolicName: org.openhab.ui.basicui
Bundle-Vendor: openHAB Bundle-Vendor: openHAB
Bundle-Version: 2.2.0.qualifier Bundle-Version: 2.3.0.qualifier
Fragment-Host: org.eclipse.smarthome.ui.basic Fragment-Host: org.eclipse.smarthome.ui.basic
Import-Package: Import-Package:
org.eclipse.jdt.annotation;resolution:=optional, org.eclipse.jdt.annotation;resolution:=optional,

View File

@ -1,14 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.openhab.core</groupId> <groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId> <artifactId>pom-bundles</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.openhab.ui.basicui</artifactId> <artifactId>org.openhab.ui.basicui</artifactId>

View File

@ -8,7 +8,7 @@ Bundle-Name: openHAB Classic UI Fragment
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: org.openhab.ui.classicui Bundle-SymbolicName: org.openhab.ui.classicui
Bundle-Vendor: openHAB Bundle-Vendor: openHAB
Bundle-Version: 2.2.0.qualifier Bundle-Version: 2.3.0.qualifier
Fragment-Host: org.eclipse.smarthome.ui.classic Fragment-Host: org.eclipse.smarthome.ui.classic
Import-Package: Import-Package:
org.eclipse.jdt.annotation;resolution:=optional, org.eclipse.jdt.annotation;resolution:=optional,

View File

@ -1,14 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.openhab.core</groupId> <groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId> <artifactId>pom-bundles</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.openhab.ui.classicui</artifactId> <artifactId>org.openhab.ui.classicui</artifactId>

View File

@ -5,7 +5,7 @@ Bundle-Name: openHAB Dashboard UI
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: org.openhab.ui.dashboard Bundle-SymbolicName: org.openhab.ui.dashboard
Bundle-Vendor: openHAB Bundle-Vendor: openHAB
Bundle-Version: 2.2.0.qualifier Bundle-Version: 2.3.0.qualifier
Export-Package: org.openhab.ui.dashboard Export-Package: org.openhab.ui.dashboard
Import-Package: Import-Package:
javax.servlet, javax.servlet,

View File

@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion> <parent>
<parent> <groupId>org.openhab.core</groupId>
<groupId>org.openhab.core</groupId> <artifactId>pom-bundles</artifactId>
<artifactId>pom-bundles</artifactId> <version>2.3.0-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version> </parent>
</parent>
<artifactId>org.openhab.ui.dashboard</artifactId>
<artifactId>org.openhab.ui.dashboard</artifactId> <name>openHAB Dashboard UI</name>
<name>openHAB Dashboard UI</name>
<packaging>eclipse-plugin</packaging>
<packaging>eclipse-plugin</packaging> </project>
</project>

View File

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: HomeBuilder User Interface Bundle-Name: HomeBuilder User Interface
Bundle-SymbolicName: org.openhab.ui.homebuilder Bundle-SymbolicName: org.openhab.ui.homebuilder
Bundle-Version: 2.2.0.qualifier Bundle-Version: 2.3.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Service-Component: OSGI-INF/*.xml Service-Component: OSGI-INF/*.xml
Import-Package: com.google.gson, Import-Package: com.google.gson,

View File

@ -1,12 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<groupId>org.openhab.core</groupId> <groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId> <artifactId>pom-bundles</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.3.0-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -8,7 +8,7 @@ Bundle-Name: openHAB Paper UI Theme Fragment
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: org.openhab.ui.paperui Bundle-SymbolicName: org.openhab.ui.paperui
Bundle-Vendor: openHAB Bundle-Vendor: openHAB
Bundle-Version: 2.2.0.qualifier Bundle-Version: 2.3.0.qualifier
Fragment-Host: org.eclipse.smarthome.ui.paper Fragment-Host: org.eclipse.smarthome.ui.paper
Import-Package: Import-Package:
org.eclipse.jdt.annotation;resolution:=optional, org.eclipse.jdt.annotation;resolution:=optional,

View File

@ -1,14 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.openhab.core</groupId> <groupId>org.openhab.core</groupId>
<artifactId>pom-bundles</artifactId> <artifactId>pom-bundles</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.openhab.ui.paperui</artifactId> <artifactId>org.openhab.ui.paperui</artifactId>

View File

@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<groupId>org.openhab.core</groupId> <groupId>org.openhab.core</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.openhab.core</groupId> <groupId>org.openhab.core</groupId>
<artifactId>pom-features</artifactId> <artifactId>pom-features</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>openhab-core</artifactId> <artifactId>openhab-core</artifactId>

View File

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

View File

@ -1,10 +1,9 @@
<?xml version="1.0" encoding="MACROMAN"?> <?xml version="1.0" encoding="MACROMAN" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<groupId>org.openhab</groupId> <groupId>org.openhab</groupId>
<artifactId>pom-tycho</artifactId> <artifactId>pom-tycho</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.3.0-SNAPSHOT</version>
<relativePath>../../poms/tycho/pom.xml</relativePath> <relativePath>../../poms/tycho/pom.xml</relativePath>
</parent> </parent>

View File

@ -1,10 +1,9 @@
<?xml version="1.0" encoding="MACROMAN"?> <?xml version="1.0" encoding="MACROMAN" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<groupId>org.openhab.core</groupId> <groupId>org.openhab.core</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>

View File

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

View File

@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent> <parent>
<groupId>org.openhab</groupId> <groupId>org.openhab</groupId>
<artifactId>pom-tycho</artifactId> <artifactId>pom-tycho</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.3.0-SNAPSHOT</version>
<relativePath>../../poms/tycho/pom.xml</relativePath> <relativePath>../../poms/tycho/pom.xml</relativePath>
</parent> </parent>

View File

@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.openhab.core</groupId> <groupId>org.openhab.core</groupId>
<artifactId>pom-features</artifactId> <artifactId>pom-features</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.3.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.openhab.features.karaf.verify</artifactId> <artifactId>org.openhab.features.karaf.verify</artifactId>

View File

@ -1,17 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.openhab</groupId> <groupId>org.openhab</groupId>
<artifactId>pom-tycho</artifactId> <artifactId>pom-tycho</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.3.0-SNAPSHOT</version>
<relativePath>poms/tycho/pom.xml</relativePath> <relativePath>poms/tycho/pom.xml</relativePath>
</parent> </parent>
<groupId>org.openhab.core</groupId> <groupId>org.openhab.core</groupId>
<artifactId>pom</artifactId> <artifactId>pom</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.3.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>openHAB</name> <name>openHAB</name>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<prerequisites> <prerequisites>
@ -58,7 +57,7 @@
<groovy.eclipse.batch.version>2.4.3-01</groovy.eclipse.batch.version> <groovy.eclipse.batch.version>2.4.3-01</groovy.eclipse.batch.version>
<ohdr.version>1.0.19</ohdr.version> <ohdr.version>1.0.19</ohdr.version>
<esh.version>0.10.0.b1</esh.version> <esh.version>0.10.0-SNAPSHOT</esh.version>
<esh.releaseVersion>0.10.0.b1</esh.releaseVersion> <esh.releaseVersion>0.10.0.b1</esh.releaseVersion>
<repo.version>2.2.x</repo.version> <repo.version>2.2.x</repo.version>
<karaf.version>4.1.3</karaf.version> <karaf.version>4.1.3</karaf.version>

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
@ -10,7 +9,7 @@
</parent> </parent>
<artifactId>pom-tycho</artifactId> <artifactId>pom-tycho</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.3.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>openHAB - Tycho settings</name> <name>openHAB - Tycho settings</name>