From 9ba1d9eccbf5269bd5090f005702f30281fc50fc Mon Sep 17 00:00:00 2001 From: Yeray Borges Date: Thu, 16 May 2024 13:12:43 +0100 Subject: [PATCH] Use the property version.junit5 as placeholder value to drive the org.junit:junit-bom version Fixes #90 --- .../src/main/resources-filtered/archetype-resources/pom.xml | 2 +- .../src/main/resources-filtered/archetype-resources/pom.xml | 2 +- .../src/main/resources-filtered/archetype-resources/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wildfly-getting-started-archetype/src/main/resources-filtered/archetype-resources/pom.xml b/wildfly-getting-started-archetype/src/main/resources-filtered/archetype-resources/pom.xml index 878df98..74266cf 100644 --- a/wildfly-getting-started-archetype/src/main/resources-filtered/archetype-resources/pom.xml +++ b/wildfly-getting-started-archetype/src/main/resources-filtered/archetype-resources/pom.xml @@ -129,7 +129,7 @@ org.junit junit-bom - ${version.junit5} + \${version.junit5} pom import diff --git a/wildfly-jakartaee-ear-archetype/src/main/resources-filtered/archetype-resources/pom.xml b/wildfly-jakartaee-ear-archetype/src/main/resources-filtered/archetype-resources/pom.xml index e6d1c5c..4dcbbf5 100644 --- a/wildfly-jakartaee-ear-archetype/src/main/resources-filtered/archetype-resources/pom.xml +++ b/wildfly-jakartaee-ear-archetype/src/main/resources-filtered/archetype-resources/pom.xml @@ -162,7 +162,7 @@ org.junit junit-bom - ${version.junit5} + \${version.junit5} pom import diff --git a/wildfly-jakartaee-webapp-archetype/src/main/resources-filtered/archetype-resources/pom.xml b/wildfly-jakartaee-webapp-archetype/src/main/resources-filtered/archetype-resources/pom.xml index 46352c8..0e2dc90 100644 --- a/wildfly-jakartaee-webapp-archetype/src/main/resources-filtered/archetype-resources/pom.xml +++ b/wildfly-jakartaee-webapp-archetype/src/main/resources-filtered/archetype-resources/pom.xml @@ -135,7 +135,7 @@ org.junit junit-bom - ${version.junit5} + \${version.junit5} pom import