From 743ae2846f4645f9a65e02fa63b57ae89aaea163 Mon Sep 17 00:00:00 2001 From: Gaurav Gupta Date: Thu, 14 Dec 2023 20:36:13 +0530 Subject: [PATCH] FISH-8115 Release Payara Starter 1.0-beta4 --- 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 ff7a76f..27ed03c 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ 4.0.0 fish.payara.starter payara-starter-parent - 1.0-beta3 + 1.0-beta4 pom Payara Starter Parent Payara Starter Parent diff --git a/starter-archetype/pom.xml b/starter-archetype/pom.xml index c88ec54..4db2c27 100644 --- a/starter-archetype/pom.xml +++ b/starter-archetype/pom.xml @@ -41,14 +41,14 @@ 4.0.0 payara-starter-archetype - 1.0-beta3 + 1.0-beta4 maven-archetype Payara Starter Archetype Archetype for Payara Platform application. fish.payara.starter payara-starter-parent - 1.0-beta3 + 1.0-beta4 ../pom.xml diff --git a/starter-ui/pom.xml b/starter-ui/pom.xml index 0c81b4e..486e258 100644 --- a/starter-ui/pom.xml +++ b/starter-ui/pom.xml @@ -41,14 +41,14 @@ 4.0.0 payara-starter-ui - 1.0-beta3 + 1.0-beta4 war Payara Starter UI Payara Starter UI fish.payara.starter payara-starter-parent - 1.0-beta3 + 1.0-beta4 ../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 0bb7874..2d02f9e 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-beta3"; + private static final String ARCHETYPE_VERSION = "1.0-beta4"; private static final String MAVEN_ARCHETYPE_CMD = "archetype:generate"; private static final String ZIP_EXTENSION = ".zip";