diff --git a/payara-micro-maven-archetype/pom.xml b/payara-micro-maven-archetype/pom.xml index e2bc1be8..05718c76 100644 --- a/payara-micro-maven-archetype/pom.xml +++ b/payara-micro-maven-archetype/pom.xml @@ -42,7 +42,7 @@ 4.0.0 fish.payara.maven.archetypes payara-micro-maven-archetype - 2.2-SNAPSHOT + 2.2 maven-archetype Payara Micro Archetype Archetype for Payara Micro application. diff --git a/payara-micro-maven-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/payara-micro-maven-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml index e6fc3d12..0499fbe0 100644 --- a/payara-micro-maven-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/payara-micro-maven-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -48,7 +48,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 11 - 6.2023.12 + 6.2024.2 true diff --git a/payara-micro-maven-plugin/pom.xml b/payara-micro-maven-plugin/pom.xml index a543f97c..5826a8fc 100644 --- a/payara-micro-maven-plugin/pom.xml +++ b/payara-micro-maven-plugin/pom.xml @@ -40,7 +40,7 @@ 4.0.0 fish.payara.maven.plugins payara-micro-maven-plugin - 2.2-SNAPSHOT + 2.2 maven-plugin Payara Micro Maven Plugin Payara Micro Maven Plugin that incorporates payara-micro with the produced artifact @@ -49,7 +49,7 @@ 1.8 1.8 3.9.5 - 6.2023.12 + 6.2024.2 scm:git:https://github.com/payara/ecosystem-maven/ diff --git a/payara-micro-maven-plugin/src/main/java/fish/payara/maven/plugins/micro/BundleMojo.java b/payara-micro-maven-plugin/src/main/java/fish/payara/maven/plugins/micro/BundleMojo.java index ff75ae98..3dcc4191 100644 --- a/payara-micro-maven-plugin/src/main/java/fish/payara/maven/plugins/micro/BundleMojo.java +++ b/payara-micro-maven-plugin/src/main/java/fish/payara/maven/plugins/micro/BundleMojo.java @@ -51,7 +51,7 @@ /** * Bundle mojo incorporates payara-micro with the produced artifact by following steps given as follows: *