From b9b14149a54215dfbb7d77504583c71361131a41 Mon Sep 17 00:00:00 2001 From: Gaurav Gupta Date: Wed, 3 Apr 2024 11:12:35 +0530 Subject: [PATCH 1/2] FISH-8466 Upgrade payara-micro-maven-plugin to 2.3 --- .../src/main/resources/archetype-resources/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starter-archetype/src/main/resources/archetype-resources/pom.xml b/starter-archetype/src/main/resources/archetype-resources/pom.xml index db2c4f7..d671c8e 100644 --- a/starter-archetype/src/main/resources/archetype-resources/pom.xml +++ b/starter-archetype/src/main/resources/archetype-resources/pom.xml @@ -189,14 +189,14 @@ #if ((${platform} == 'micro')) - + fish.payara.maven.plugins payara-micro-maven-plugin #if (${javaVersion} == '8') 2.0 #else - 2.2 + 2.3 #end ${payara.version} From a7b5aa59ea9f766e3c55f9decc62eb54987a6be8 Mon Sep 17 00:00:00 2001 From: Gaurav Gupta Date: Wed, 3 Apr 2024 11:13:22 +0530 Subject: [PATCH 2/2] FISH-8466 Release v1.0-beta7 --- pom.xml | 2 +- starter-archetype/pom.xml | 4 ++-- starter-ui/pom.xml | 4 ++-- .../starter/resources/ApplicationGeneratorResource.java | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 40343b0..7292581 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ 4.0.0 fish.payara.starter payara-starter-parent - 1.0-beta6 + 1.0-beta7 pom Payara Starter Parent Payara Starter Parent diff --git a/starter-archetype/pom.xml b/starter-archetype/pom.xml index 92c44f7..ab2b8f0 100644 --- a/starter-archetype/pom.xml +++ b/starter-archetype/pom.xml @@ -41,14 +41,14 @@ 4.0.0 payara-starter-archetype - 1.0-beta6 + 1.0-beta7 maven-archetype Payara Starter Archetype Archetype for Payara Platform application. fish.payara.starter payara-starter-parent - 1.0-beta6 + 1.0-beta7 ../pom.xml diff --git a/starter-ui/pom.xml b/starter-ui/pom.xml index 617a80e..c7940cc 100644 --- a/starter-ui/pom.xml +++ b/starter-ui/pom.xml @@ -41,14 +41,14 @@ 4.0.0 payara-starter-ui - 1.0-beta6 + 1.0-beta7 war Payara Starter UI Payara Starter UI fish.payara.starter payara-starter-parent - 1.0-beta6 + 1.0-beta7 ../pom.xml diff --git a/starter-ui/src/main/java/fish/payara/starter/resources/ApplicationGeneratorResource.java b/starter-ui/src/main/java/fish/payara/starter/resources/ApplicationGeneratorResource.java index d6124ce..bd73dec 100644 --- a/starter-ui/src/main/java/fish/payara/starter/resources/ApplicationGeneratorResource.java +++ b/starter-ui/src/main/java/fish/payara/starter/resources/ApplicationGeneratorResource.java @@ -86,7 +86,7 @@ public class ApplicationGeneratorResource { private static final String WORKING_DIR_PREFIX = "payara-starter-"; private static final String ARCHETYPE_GROUP_ID = "fish.payara.starter"; private static final String ARCHETYPE_ARTIFACT_ID = "payara-starter-archetype"; - private static final String ARCHETYPE_VERSION = "1.0-beta6"; + private static final String ARCHETYPE_VERSION = "1.0-beta7"; private static final String MAVEN_ARCHETYPE_CMD = "archetype:generate"; private static final String ZIP_EXTENSION = ".zip";