diff --git a/archetype/pom.xml b/archetype/pom.xml
index 3e5805c..06d83c1 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -12,7 +12,7 @@
org.eclipse.ee4j
project
- 1.0.9
+ 2.0.2
diff --git a/archetype/src/main/resources/archetype-resources/Dockerfile b/archetype/src/main/resources/archetype-resources/Dockerfile
index a360309..912c51c 100644
--- a/archetype/src/main/resources/archetype-resources/Dockerfile
+++ b/archetype/src/main/resources/archetype-resources/Dockerfile
@@ -44,15 +44,15 @@
#elseif (${jakartaVersion} == '11')
#if (${runtime} == 'payara')
#if (${profile} == 'full')
- #set ($baseImage = "payara/server-full:7.2025.2")
+ #set ($baseImage = "payara/server-full:7.2026.5")
#else
- #set ($baseImage = "payara/server-web:7.2025.2")
+ #set ($baseImage = "payara/server-web:7.2026.5")
#end
#set ($deployDirectory = "$DEPLOY_DIR")
#end
#else
#if (${runtime} == 'glassfish')
- #set ($baseImage = "ghcr.io/eclipse-ee4j/glassfish:7.0.23")
+ #set ($baseImage = "ghcr.io/eclipse-ee4j/glassfish:7.0.25")
#set ($deployDirectory = "/opt/glassfish7/glassfish/domains/domain1/autodeploy")
#elseif (${runtime} == 'payara')
#if (${javaVersion} == '21')
diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml
index 749d0c7..8fcf3e8 100644
--- a/archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/pom.xml
@@ -18,16 +18,16 @@
#set ($glassfishVersion = "8.0.0")
#end
#set ($glassfishContainerId = "glassfish8x")
- #set ($payaraVersion = "7.2025.2")
+ #set ($payaraVersion = "7.2026.5")
#elseif (${jakartaVersion} == '10')
#set ($eeApiVersion = "10.0.0")
- #set ($glassfishVersion = "7.0.23")
+ #set ($glassfishVersion = "7.0.25")
#set ($glassfishContainerId = "glassfish7x")
#set ($payaraVersion = "6.2025.11")
#if (${javaVersion} == '11')
#set ($wildflyVersion = "29.0.1.Final")
#else
- #set ($wildflyVersion = "38.0.1.Final")
+ #set ($wildflyVersion = "39.0.1.Final")
#end
#elseif (${jakartaVersion} == '9.1')
#set ($eeApiVersion = "9.1.0")
@@ -89,16 +89,16 @@
#if (${runtime} == 'wildfly')
${wildflyVersion}
#end
- 3.14.1
+ 3.15.0
3.5.1
#if ((${runtime} == 'glassfish') || ((${runtime} == 'payara') && (${profile} == 'full')))
- 1.10.25
+ 1.10.27
#end
#if ((${runtime} == 'payara') && (${profile} != 'full'))
#if (${javaVersion} == '8')
2.0
#else
- 2.5.2
+ 2.5.3
#end
#end
#if (${runtime} == 'wildfly')
@@ -109,7 +109,7 @@
#end
#end
#if (${runtime} == 'open-liberty')
- 3.11.5
+ 3.12.0
#end
diff --git a/pom.xml b/pom.xml
index f8fd10b..90ed894 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.eclipse.ee4j
project
- 1.0.9
+ 2.0.2
4.0.0
diff --git a/ui/pom.xml b/ui/pom.xml
index bf5be2f..2daf051 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -12,7 +12,7 @@
org.eclipse.ee4j
project
- 1.0.9
+ 2.0.2
@@ -140,12 +140,12 @@
org.codehaus.plexus
plexus-xml
- 4.1.0
+ 4.1.1
org.codehaus.plexus
plexus-interpolation
- 1.26
+ 1.29
org.codehaus.plexus
@@ -170,7 +170,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.14.1
+ 3.15.0
org.apache.maven.plugins