mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
changed groupId to org.openhab.core
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
+3
-3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user