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-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}
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";