diff --git a/tools/archetype/binding/pom.xml b/tools/archetype/binding/pom.xml
index 21870d4d6..58b4d2760 100644
--- a/tools/archetype/binding/pom.xml
+++ b/tools/archetype/binding/pom.xml
@@ -3,8 +3,8 @@
4.0.0
- org.openhab.core
- org.openhab.core.tools.archetypes
+ org.openhab.core.tools.archetypes
+ org.openhab.core.reactor.tools.archetypes
2.5.0-SNAPSHOT
diff --git a/tools/archetype/pom.xml b/tools/archetype/pom.xml
index 117a3e5af..3c56c6d7b 100644
--- a/tools/archetype/pom.xml
+++ b/tools/archetype/pom.xml
@@ -4,12 +4,13 @@
4.0.0
- org.openhab.core
- org.openhab.core.tools
+ org.openhab.core.tools
+ org.openhab.core.reactor.tools
2.5.0-SNAPSHOT
- org.openhab.core.tools.archetypes
+ org.openhab.core.tools.archetypes
+ org.openhab.core.reactor.tools.archetypes
pom
openHAB Core :: Tools :: Archetypes
@@ -39,7 +40,6 @@
-
diff --git a/tools/pom.xml b/tools/pom.xml
index 0c4412853..cd664326e 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -9,7 +9,8 @@
2.5.0-SNAPSHOT
- org.openhab.core.tools
+ org.openhab.core.tools
+ org.openhab.core.reactor.tools
pom
openHAB Core :: Tools