changed groupId to org.openhab.core

Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
Kai Kreuzer
2015-12-27 23:48:19 +01:00
parent a5b86617a6
commit 78a586b378
26 changed files with 199 additions and 147 deletions
+3 -3
View File
@@ -2,14 +2,13 @@
<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>
<groupId>org.openhab</groupId>
<groupId>org.openhab.core</groupId>
<artifactId>pom</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.openhab.features</groupId>
<artifactId>pom</artifactId>
<artifactId>pom-features</artifactId>
<name>openHAB Features</name>
@@ -17,6 +16,7 @@
<modules>
<module>karaf</module>
<module>verify-karaf</module>
<module>p2</module>
<module>repo</module>
</modules>