From 735526ef11aab7c90fa14cf2b338ac33ee32bf59 Mon Sep 17 00:00:00 2001
From: Vincent Massol <vincent@massol.net>
Date: Mon, 30 Sep 2019 16:01:18 +0200
Subject: [PATCH] XDOCKER-119: Upgrade stable version to 11.8

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

diff --git a/11/mysql-tomcat/.env b/11/mysql-tomcat/.env
index 2c4458b..3f984b1 100644
--- a/11/mysql-tomcat/.env
+++ b/11/mysql-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=11.7
+XWIKI_VERSION=11.8
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/11/mysql-tomcat/Dockerfile b/11/mysql-tomcat/Dockerfile
index 7d6674c..fab1390 100644
--- a/11/mysql-tomcat/Dockerfile
+++ b/11/mysql-tomcat/Dockerfile
@@ -44,9 +44,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=11.7
+ENV XWIKI_VERSION=11.8
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 b3ab6ed460a963ff5412294f103b6142808812950011235a223ddafaf8ec4e59
+ENV XWIKI_DOWNLOAD_SHA256 0143c34ba155125bbeefe4e8fa2f0ae2f5c54af02454174d39cfdc7bd713e6ee
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/11/postgres-tomcat/.env b/11/postgres-tomcat/.env
index b86832b..991dbed 100644
--- a/11/postgres-tomcat/.env
+++ b/11/postgres-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=11.7
+XWIKI_VERSION=11.8
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/11/postgres-tomcat/Dockerfile b/11/postgres-tomcat/Dockerfile
index ff84945..ede3fc4 100644
--- a/11/postgres-tomcat/Dockerfile
+++ b/11/postgres-tomcat/Dockerfile
@@ -44,9 +44,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=11.7
+ENV XWIKI_VERSION=11.8
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 b3ab6ed460a963ff5412294f103b6142808812950011235a223ddafaf8ec4e59
+ENV XWIKI_DOWNLOAD_SHA256 0143c34ba155125bbeefe4e8fa2f0ae2f5c54af02454174d39cfdc7bd713e6ee
 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 967b0d6..883b6fc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ def tokens = [
         xwikiSha256: '299fe60d5b32ee1a363ba48ff2346e78eea5f713a0174c20fe9d7531be426a58'
     ],
     '11': [
-        xwikiVersion: '11.7',
-        xwikiSha256: 'b3ab6ed460a963ff5412294f103b6142808812950011235a223ddafaf8ec4e59'
+        xwikiVersion: '11.8',
+        xwikiSha256: '0143c34ba155125bbeefe4e8fa2f0ae2f5c54af02454174d39cfdc7bd713e6ee'
     ]
 ]
 
-- 
GitLab