From f89ecde9170d6a2880deaf2a61c1d0cef4ca08df Mon Sep 17 00:00:00 2001
From: Simon Urli <simon.urli@xwiki.com>
Date: Tue, 27 Dec 2022 15:56:52 +0100
Subject: [PATCH] XDOCKER-259: Upgrade LTS version to 14.10.2

---
 14/mariadb-tomcat/.env        | 2 +-
 14/mariadb-tomcat/Dockerfile  | 4 ++--
 14/mysql-tomcat/.env          | 2 +-
 14/mysql-tomcat/Dockerfile    | 4 ++--
 14/postgres-tomcat/.env       | 2 +-
 14/postgres-tomcat/Dockerfile | 4 ++--
 build.gradle                  | 4 ++--
 7 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/14/mariadb-tomcat/.env b/14/mariadb-tomcat/.env
index 18b558c..9fee031 100644
--- a/14/mariadb-tomcat/.env
+++ b/14/mariadb-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=14.10.1
+XWIKI_VERSION=14.10.2
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/14/mariadb-tomcat/Dockerfile b/14/mariadb-tomcat/Dockerfile
index 4f3f6b4..1928f63 100644
--- a/14/mariadb-tomcat/Dockerfile
+++ b/14/mariadb-tomcat/Dockerfile
@@ -48,9 +48,9 @@ RUN apt-get update && \
 # Install XWiki as the ROOT webapp context in Tomcat
 # Create the Tomcat temporary directory
 # Configure the XWiki permanent directory
-ENV XWIKI_VERSION="14.10.1"
+ENV XWIKI_VERSION="14.10.2"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 88d84d3fdf6acabea7e0ab5ad10d3191da8320b5820b1ca83adf05db5c6b457a
+ENV XWIKI_DOWNLOAD_SHA256 d84eda7c2952dd4e7336abf3dbe4cec58e8f857938925b130b02296d415d3f14
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/14/mysql-tomcat/.env b/14/mysql-tomcat/.env
index 18b558c..9fee031 100644
--- a/14/mysql-tomcat/.env
+++ b/14/mysql-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=14.10.1
+XWIKI_VERSION=14.10.2
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/14/mysql-tomcat/Dockerfile b/14/mysql-tomcat/Dockerfile
index e67ffa1..28ba92b 100644
--- a/14/mysql-tomcat/Dockerfile
+++ b/14/mysql-tomcat/Dockerfile
@@ -48,9 +48,9 @@ RUN apt-get update && \
 # Install XWiki as the ROOT webapp context in Tomcat
 # Create the Tomcat temporary directory
 # Configure the XWiki permanent directory
-ENV XWIKI_VERSION="14.10.1"
+ENV XWIKI_VERSION="14.10.2"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 88d84d3fdf6acabea7e0ab5ad10d3191da8320b5820b1ca83adf05db5c6b457a
+ENV XWIKI_DOWNLOAD_SHA256 d84eda7c2952dd4e7336abf3dbe4cec58e8f857938925b130b02296d415d3f14
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/14/postgres-tomcat/.env b/14/postgres-tomcat/.env
index d27f94c..654c60f 100644
--- a/14/postgres-tomcat/.env
+++ b/14/postgres-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=14.10.1
+XWIKI_VERSION=14.10.2
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/14/postgres-tomcat/Dockerfile b/14/postgres-tomcat/Dockerfile
index f42c053..59b7397 100644
--- a/14/postgres-tomcat/Dockerfile
+++ b/14/postgres-tomcat/Dockerfile
@@ -49,9 +49,9 @@ RUN apt-get update && \
 # Install XWiki as the ROOT webapp context in Tomcat
 # Create the Tomcat temporary directory
 # Configure the XWiki permanent directory
-ENV XWIKI_VERSION="14.10.1"
+ENV XWIKI_VERSION="14.10.2"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 88d84d3fdf6acabea7e0ab5ad10d3191da8320b5820b1ca83adf05db5c6b457a
+ENV XWIKI_DOWNLOAD_SHA256 d84eda7c2952dd4e7336abf3dbe4cec58e8f857938925b130b02296d415d3f14
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/build.gradle b/build.gradle
index 9f6324b..b96b6d4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -43,8 +43,8 @@ def variants = ['mysql-tomcat', 'mariadb-tomcat', 'postgres-tomcat']
 
 def tokens = [
     '14': [
-        xwikiVersion: '14.10.1',
-        xwikiSha256: '88d84d3fdf6acabea7e0ab5ad10d3191da8320b5820b1ca83adf05db5c6b457a',
+        xwikiVersion: '14.10.2',
+        xwikiSha256: 'd84eda7c2952dd4e7336abf3dbe4cec58e8f857938925b130b02296d415d3f14',
         mysqlJDBCVersion: '8.0.31',
         mysqlJDBCSha256: '5249e3dc6d6531b37790e3f61845b96db5e41e891d3d8edb0e2e3a1b53ca2f4f',
         mariadbJDBCVersion: '3.1.0',
-- 
GitLab