use consistent coordinates also for tools and archetypes (#781)

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
This commit is contained in:
Markus Rathgeb 2019-05-04 14:15:45 +02:00 committed by Christoph Weitkamp
parent 01681454d6
commit 5e8c8bb4ec
3 changed files with 8 additions and 7 deletions

View File

@ -3,8 +3,8 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>org.openhab.core.tools.archetypes</artifactId>
<groupId>org.openhab.core.tools.archetypes</groupId>
<artifactId>org.openhab.core.reactor.tools.archetypes</artifactId>
<version>2.5.0-SNAPSHOT</version>
</parent>

View File

@ -4,12 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openhab.core</groupId>
<artifactId>org.openhab.core.tools</artifactId>
<groupId>org.openhab.core.tools</groupId>
<artifactId>org.openhab.core.reactor.tools</artifactId>
<version>2.5.0-SNAPSHOT</version>
</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>
<name>openHAB Core :: Tools :: Archetypes</name>
@ -39,7 +40,6 @@
</executions>
</plugin>
</plugins>
</build>
</project>

View File

@ -9,7 +9,8 @@
<version>2.5.0-SNAPSHOT</version>
</parent>
<artifactId>org.openhab.core.tools</artifactId>
<groupId>org.openhab.core.tools</groupId>
<artifactId>org.openhab.core.reactor.tools</artifactId>
<packaging>pom</packaging>
<name>openHAB Core :: Tools</name>