From 58e142f36c9eb814d9ad41019718ab8a7dc8e48c Mon Sep 17 00:00:00 2001 From: Timon Borter Date: Sun, 18 Aug 2024 18:48:25 +0200 Subject: [PATCH] fix(#1202): citrus-testng version in archetypes --- .../jms/src/main/resources/archetype-resources/pom.xml | 2 +- .../quickstart/src/main/resources/archetype-resources/pom.xml | 2 +- .../soap/src/main/resources/archetype-resources/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/archetypes/jms/src/main/resources/archetype-resources/pom.xml b/tools/archetypes/jms/src/main/resources/archetype-resources/pom.xml index 269962df56..8876425f79 100644 --- a/tools/archetypes/jms/src/main/resources/archetype-resources/pom.xml +++ b/tools/archetypes/jms/src/main/resources/archetype-resources/pom.xml @@ -50,7 +50,7 @@ org.citrusframework citrus-testng - ${project.version} + ${citrus.version} diff --git a/tools/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/tools/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml index 9d03a32e96..468c003daa 100644 --- a/tools/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml +++ b/tools/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml @@ -49,7 +49,7 @@ org.citrusframework citrus-testng - ${project.version} + ${citrus.version} diff --git a/tools/archetypes/soap/src/main/resources/archetype-resources/pom.xml b/tools/archetypes/soap/src/main/resources/archetype-resources/pom.xml index 665a65a162..809e37c53e 100644 --- a/tools/archetypes/soap/src/main/resources/archetype-resources/pom.xml +++ b/tools/archetypes/soap/src/main/resources/archetype-resources/pom.xml @@ -49,7 +49,7 @@ org.citrusframework citrus-testng - ${project.version} + ${citrus.version}