mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
Version bump to version 2.2.0-SNAPSHOT (#160)
Signed-off-by: Martin van Wingerden <martinvw@mtin.nl>
This commit is contained in:
parent
9c2e581d5b
commit
6fcb85b311
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: openHAB 1.x Compatibility Layer Tests
|
Bundle-Name: openHAB 1.x Compatibility Layer Tests
|
||||||
Bundle-SymbolicName: org.openhab.core.compat1x.test
|
Bundle-SymbolicName: org.openhab.core.compat1x.test
|
||||||
Bundle-Version: 2.1.0.qualifier
|
Bundle-Version: 2.2.0.qualifier
|
||||||
Bundle-Vendor: openHAB
|
Bundle-Vendor: openHAB
|
||||||
Fragment-Host: org.openhab.core.compat1x
|
Fragment-Host: org.openhab.core.compat1x
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab.core</groupId>
|
<groupId>org.openhab.core</groupId>
|
||||||
<artifactId>pom-bundles</artifactId>
|
<artifactId>pom-bundles</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.openhab.core.compat1x.test</artifactId>
|
<artifactId>org.openhab.core.compat1x.test</artifactId>
|
||||||
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: openHAB 1.x Compatibility Layer
|
Bundle-Name: openHAB 1.x Compatibility Layer
|
||||||
Bundle-SymbolicName: org.openhab.core.compat1x
|
Bundle-SymbolicName: org.openhab.core.compat1x
|
||||||
Bundle-Version: 2.1.0.qualifier
|
Bundle-Version: 2.2.0.qualifier
|
||||||
Bundle-Activator: org.openhab.core.compat1x.internal.CompatibilityActivator
|
Bundle-Activator: org.openhab.core.compat1x.internal.CompatibilityActivator
|
||||||
Bundle-Vendor: openHAB
|
Bundle-Vendor: openHAB
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab.core</groupId>
|
<groupId>org.openhab.core</groupId>
|
||||||
<artifactId>pom-bundles</artifactId>
|
<artifactId>pom-bundles</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.openhab.core.compat1x</artifactId>
|
<artifactId>org.openhab.core.compat1x</artifactId>
|
||||||
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: openHAB Karaf Integration
|
Bundle-Name: openHAB Karaf Integration
|
||||||
Bundle-SymbolicName: org.openhab.core.karaf
|
Bundle-SymbolicName: org.openhab.core.karaf
|
||||||
Bundle-Version: 2.1.0.qualifier
|
Bundle-Version: 2.2.0.qualifier
|
||||||
Bundle-Vendor: openHAB
|
Bundle-Vendor: openHAB
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
Karaf-Commands: org.openhab.core.karaf.internal.command
|
Karaf-Commands: org.openhab.core.karaf.internal.command
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab.core</groupId>
|
<groupId>org.openhab.core</groupId>
|
||||||
<artifactId>pom-bundles</artifactId>
|
<artifactId>pom-bundles</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -7,7 +7,7 @@ Ignore-Package: org.openhab.core.internal.items,org.openhab.core.inter
|
|||||||
Bundle-Name: openHAB Core
|
Bundle-Name: openHAB Core
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
Bundle-Vendor: openHAB
|
Bundle-Vendor: openHAB
|
||||||
Bundle-Version: 2.1.0.qualifier
|
Bundle-Version: 2.2.0.qualifier
|
||||||
Bundle-Activator: org.openhab.core.internal.CoreActivator
|
Bundle-Activator: org.openhab.core.internal.CoreActivator
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-License: http://www.eclipse.org/legal/epl-v10.html
|
Bundle-License: http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab.core</groupId>
|
<groupId>org.openhab.core</groupId>
|
||||||
<artifactId>pom-bundles</artifactId>
|
<artifactId>pom-bundles</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.openhab.core</artifactId>
|
<artifactId>org.openhab.core</artifactId>
|
||||||
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: openHAB SSL Certificate Generator
|
Bundle-Name: openHAB SSL Certificate Generator
|
||||||
Bundle-SymbolicName: org.openhab.io.jetty.certificate;singleton:=true
|
Bundle-SymbolicName: org.openhab.io.jetty.certificate;singleton:=true
|
||||||
Bundle-Version: 2.1.0.qualifier
|
Bundle-Version: 2.2.0.qualifier
|
||||||
Bundle-Activator: org.openhab.io.jetty.certificate.internal.CertificateGenerator
|
Bundle-Activator: org.openhab.io.jetty.certificate.internal.CertificateGenerator
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
Bundle-Vendor: openHAB
|
Bundle-Vendor: openHAB
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab.core</groupId>
|
<groupId>org.openhab.core</groupId>
|
||||||
<artifactId>pom-bundles</artifactId>
|
<artifactId>pom-bundles</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.openhab.io.jetty.certificate</artifactId>
|
<artifactId>org.openhab.io.jetty.certificate</artifactId>
|
||||||
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: openHAB REST Documentation
|
Bundle-Name: openHAB REST Documentation
|
||||||
Bundle-SymbolicName: org.openhab.io.rest.docs
|
Bundle-SymbolicName: org.openhab.io.rest.docs
|
||||||
Bundle-Version: 2.1.0.qualifier
|
Bundle-Version: 2.2.0.qualifier
|
||||||
Import-Package: com.google.gson,
|
Import-Package: com.google.gson,
|
||||||
com.google.gson.annotations,
|
com.google.gson.annotations,
|
||||||
javax.servlet,
|
javax.servlet,
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab.core</groupId>
|
<groupId>org.openhab.core</groupId>
|
||||||
<artifactId>pom-bundles</artifactId>
|
<artifactId>pom-bundles</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.openhab.io.rest.docs</artifactId>
|
<artifactId>org.openhab.io.rest.docs</artifactId>
|
||||||
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: openHAB Sound Support
|
Bundle-Name: openHAB Sound Support
|
||||||
Bundle-SymbolicName: org.openhab.io.sound
|
Bundle-SymbolicName: org.openhab.io.sound
|
||||||
Bundle-Version: 2.1.0.qualifier
|
Bundle-Version: 2.2.0.qualifier
|
||||||
Import-Package: org.apache.commons.collections,
|
Import-Package: org.apache.commons.collections,
|
||||||
org.apache.commons.io,
|
org.apache.commons.io,
|
||||||
org.eclipse.smarthome.core.audio,
|
org.eclipse.smarthome.core.audio,
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab.core</groupId>
|
<groupId>org.openhab.core</groupId>
|
||||||
<artifactId>pom-bundles</artifactId>
|
<artifactId>pom-bundles</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.openhab.io.sound</artifactId>
|
<artifactId>org.openhab.io.sound</artifactId>
|
||||||
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: openHAB Basic UI Fragment
|
Bundle-Name: openHAB Basic UI Fragment
|
||||||
Bundle-SymbolicName: org.openhab.ui.basicui
|
Bundle-SymbolicName: org.openhab.ui.basicui
|
||||||
Bundle-Version: 2.1.0.qualifier
|
Bundle-Version: 2.2.0.qualifier
|
||||||
Fragment-Host: org.eclipse.smarthome.ui.basic
|
Fragment-Host: org.eclipse.smarthome.ui.basic
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
Bundle-ClassPath: patch/,.
|
Bundle-ClassPath: patch/,.
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab.core</groupId>
|
<groupId>org.openhab.core</groupId>
|
||||||
<artifactId>pom-bundles</artifactId>
|
<artifactId>pom-bundles</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.openhab.ui.basicui</artifactId>
|
<artifactId>org.openhab.ui.basicui</artifactId>
|
||||||
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: openHAB Classic UI Fragment
|
Bundle-Name: openHAB Classic UI Fragment
|
||||||
Bundle-SymbolicName: org.openhab.ui.classicui
|
Bundle-SymbolicName: org.openhab.ui.classicui
|
||||||
Bundle-Version: 2.1.0.qualifier
|
Bundle-Version: 2.2.0.qualifier
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
Bundle-ClassPath: .
|
Bundle-ClassPath: .
|
||||||
Service-Component: OSGI-INF/*.xml
|
Service-Component: OSGI-INF/*.xml
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab.core</groupId>
|
<groupId>org.openhab.core</groupId>
|
||||||
<artifactId>pom-bundles</artifactId>
|
<artifactId>pom-bundles</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.openhab.ui.classicui</artifactId>
|
<artifactId>org.openhab.ui.classicui</artifactId>
|
||||||
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: openHAB Dashboard UI
|
Bundle-Name: openHAB Dashboard UI
|
||||||
Bundle-SymbolicName: org.openhab.ui.dashboard
|
Bundle-SymbolicName: org.openhab.ui.dashboard
|
||||||
Bundle-Version: 2.1.0.qualifier
|
Bundle-Version: 2.2.0.qualifier
|
||||||
Bundle-Vendor: openHAB
|
Bundle-Vendor: openHAB
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
Service-Component: OSGI-INF/*.xml
|
Service-Component: OSGI-INF/*.xml
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab.core</groupId>
|
<groupId>org.openhab.core</groupId>
|
||||||
<artifactId>pom-bundles</artifactId>
|
<artifactId>pom-bundles</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.openhab.ui.dashboard</artifactId>
|
<artifactId>org.openhab.ui.dashboard</artifactId>
|
||||||
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: openHAB Paper UI Theme Fragment
|
Bundle-Name: openHAB Paper UI Theme Fragment
|
||||||
Bundle-SymbolicName: org.openhab.ui.paperui
|
Bundle-SymbolicName: org.openhab.ui.paperui
|
||||||
Bundle-Version: 2.1.0.qualifier
|
Bundle-Version: 2.2.0.qualifier
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
Fragment-Host: org.eclipse.smarthome.ui.paper
|
Fragment-Host: org.eclipse.smarthome.ui.paper
|
||||||
Bundle-ClassPath: patch/,.
|
Bundle-ClassPath: patch/,.
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab.core</groupId>
|
<groupId>org.openhab.core</groupId>
|
||||||
<artifactId>pom-bundles</artifactId>
|
<artifactId>pom-bundles</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.openhab.ui.paperui</artifactId>
|
<artifactId>org.openhab.ui.paperui</artifactId>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab</groupId>
|
<groupId>org.openhab</groupId>
|
||||||
<artifactId>pom-tycho</artifactId>
|
<artifactId>pom-tycho</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
<relativePath>../poms/tycho/pom.xml</relativePath>
|
<relativePath>../poms/tycho/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab.core</groupId>
|
<groupId>org.openhab.core</groupId>
|
||||||
<artifactId>pom-features</artifactId>
|
<artifactId>pom-features</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>openhab-core</artifactId>
|
<artifactId>openhab-core</artifactId>
|
||||||
|
@ -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.1.0.qualifier"
|
version="2.2.0.qualifier"
|
||||||
provider-name="openHAB.org">
|
provider-name="openHAB.org">
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab</groupId>
|
<groupId>org.openhab</groupId>
|
||||||
<artifactId>pom-tycho</artifactId>
|
<artifactId>pom-tycho</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
<relativePath>../../poms/tycho/pom.xml</relativePath>
|
<relativePath>../../poms/tycho/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab</groupId>
|
<groupId>org.openhab</groupId>
|
||||||
<artifactId>pom-tycho</artifactId>
|
<artifactId>pom-tycho</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
<relativePath>../poms/tycho/pom.xml</relativePath>
|
<relativePath>../poms/tycho/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -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.1.0.qualifier.jar" id="org.openhab.feature.p2" version="2.1.0.qualifier">
|
<feature url="features/org.openhab.feature.p2_2.2.0.qualifier.jar" id="org.openhab.feature.p2" version="2.2.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">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab</groupId>
|
<groupId>org.openhab</groupId>
|
||||||
<artifactId>pom-tycho</artifactId>
|
<artifactId>pom-tycho</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
<relativePath>../../poms/tycho/pom.xml</relativePath>
|
<relativePath>../../poms/tycho/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab.core</groupId>
|
<groupId>org.openhab.core</groupId>
|
||||||
<artifactId>pom-features</artifactId>
|
<artifactId>pom-features</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.openhab.features.karaf.verify</artifactId>
|
<artifactId>org.openhab.features.karaf.verify</artifactId>
|
||||||
|
2
pom.xml
2
pom.xml
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<groupId>org.openhab.core</groupId>
|
<groupId>org.openhab.core</groupId>
|
||||||
<artifactId>pom</artifactId>
|
<artifactId>pom</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>openHAB</name>
|
<name>openHAB</name>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<groupId>org.openhab</groupId>
|
<groupId>org.openhab</groupId>
|
||||||
<artifactId>pom</artifactId>
|
<artifactId>pom</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
<name>openHAB</name>
|
<name>openHAB</name>
|
||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab</groupId>
|
<groupId>org.openhab</groupId>
|
||||||
<artifactId>pom</artifactId>
|
<artifactId>pom</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
<relativePath>../pom.xml</relativePath>
|
<relativePath>../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab</groupId>
|
<groupId>org.openhab</groupId>
|
||||||
<artifactId>pom-tycho</artifactId>
|
<artifactId>pom-tycho</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.2.0-SNAPSHOT</version>
|
||||||
<relativePath>../poms/tycho/pom.xml</relativePath>
|
<relativePath>../poms/tycho/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user