mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
use consistent coordinates also for tools and archetypes (#781)
Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
This commit is contained in:
parent
01681454d6
commit
5e8c8bb4ec
@ -3,8 +3,8 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab.core</groupId>
|
<groupId>org.openhab.core.tools.archetypes</groupId>
|
||||||
<artifactId>org.openhab.core.tools.archetypes</artifactId>
|
<artifactId>org.openhab.core.reactor.tools.archetypes</artifactId>
|
||||||
<version>2.5.0-SNAPSHOT</version>
|
<version>2.5.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
@ -4,12 +4,13 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.openhab.core</groupId>
|
<groupId>org.openhab.core.tools</groupId>
|
||||||
<artifactId>org.openhab.core.tools</artifactId>
|
<artifactId>org.openhab.core.reactor.tools</artifactId>
|
||||||
<version>2.5.0-SNAPSHOT</version>
|
<version>2.5.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.openhab.core.tools.archetypes</artifactId>
|
<groupId>org.openhab.core.tools.archetypes</groupId>
|
||||||
|
<artifactId>org.openhab.core.reactor.tools.archetypes</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>openHAB Core :: Tools :: Archetypes</name>
|
<name>openHAB Core :: Tools :: Archetypes</name>
|
||||||
@ -39,7 +40,6 @@
|
|||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
@ -9,7 +9,8 @@
|
|||||||
<version>2.5.0-SNAPSHOT</version>
|
<version>2.5.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.openhab.core.tools</artifactId>
|
<groupId>org.openhab.core.tools</groupId>
|
||||||
|
<artifactId>org.openhab.core.reactor.tools</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>openHAB Core :: Tools</name>
|
<name>openHAB Core :: Tools</name>
|
||||||
|
Loading…
Reference in New Issue
Block a user