Skip to content

Commit

Permalink
Upgrade Payara and GlassFish versions
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reza-rahman committed Feb 4, 2024
1 parent 5ec1544 commit ba3ef81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions archetype/src/main/resources/archetype-resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
#elseif (${runtime} == 'payara')
#if (${javaVersion} == '17')
#if (${profile} == 'full')
#set ($baseImage = "payara/server-full:6.2023.12-jdk17")
#set ($baseImage = "payara/server-full:6.2024.1-jdk17")
#else
#set ($baseImage = "payara/server-web:6.2023.12-jdk17")
#set ($baseImage = "payara/server-web:6.2024.1-jdk17")
#end
#else
#if (${profile} == 'full')
#set ($baseImage = "payara/server-full:6.2023.12")
#set ($baseImage = "payara/server-full:6.2024.1")
#else
#set ($baseImage = "payara/server-web:6.2023.12")
#set ($baseImage = "payara/server-web:6.2024.1")
#end
#end
#set ($deployDirectory = "$DEPLOY_DIR")
Expand Down
6 changes: 3 additions & 3 deletions archetype/src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
#set ($glassfishUrl = "https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/5.1.0/glassfish-5.1.0.zip")
#end
#else
#set ($payaraVersion = "6.2023.12")
#set ($payaraVersion = "6.2024.1")
#set ($tomeeVersion = "9.1.1")
#set ($glassfishContainerId = "glassfish7x")
#if (${profile} == 'web')
#set ($glassfishUrl = "https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/web/7.0.11/web-7.0.11.zip")
#set ($glassfishUrl = "https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/web/7.0.12/web-7.0.12.zip")
#else
#set ($glassfishUrl = "https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/7.0.11/glassfish-7.0.11.zip")
#set ($glassfishUrl = "https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/7.0.12/glassfish-7.0.12.zip")
#end
#end
#if (${jakartaVersion} == '10')
Expand Down

0 comments on commit ba3ef81

Please sign in to comment.