From f76519865a07f03dd3476f46e453fc1a21544a16 Mon Sep 17 00:00:00 2001 From: Santiago Pericasgeertsen Date: Wed, 17 Jun 2020 15:35:14 -0400 Subject: [PATCH] Fixed tag in catalog. Signed-off-by: Santiago Pericasgeertsen --- archetypes/catalog/catalog.xml.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archetypes/catalog/catalog.xml.mustache b/archetypes/catalog/catalog.xml.mustache index 22eb409c5fb..2c3b919e2aa 100644 --- a/archetypes/catalog/catalog.xml.mustache +++ b/archetypes/catalog/catalog.xml.mustache @@ -44,7 +44,7 @@ title="Helidon MP Quickstart" summary="Sample Helidon MP application" description="Sample Helidon MP project that includes multiple REST operations" - tags="se,rest" /> + tags="mp,rest" />