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> <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>

View File

@ -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>

View File

@ -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>