From 157f8936501795f455a96f0925046d0cea740c76 Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Fri, 8 Mar 2024 14:48:30 -0800 Subject: [PATCH] Add versions.xml so archetypes can be tested with latest CLI --- archetypes/catalog/pom.xml | 7 +++++++ archetypes/catalog/versions.xml.mustache | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 archetypes/catalog/versions.xml.mustache diff --git a/archetypes/catalog/pom.xml b/archetypes/catalog/pom.xml index e7d3308a265..db72cad4dbd 100644 --- a/archetypes/catalog/pom.xml +++ b/archetypes/catalog/pom.xml @@ -117,6 +117,13 @@ ${project.version} + + + diff --git a/archetypes/catalog/versions.xml.mustache b/archetypes/catalog/versions.xml.mustache new file mode 100644 index 00000000000..fb38b3e1b95 --- /dev/null +++ b/archetypes/catalog/versions.xml.mustache @@ -0,0 +1,22 @@ + + + + {{version}} + + \ No newline at end of file