From 7d0648634752469e3aa91fb48f42cfcf89116fe0 Mon Sep 17 00:00:00 2001
From: Guillaume Delhumeau <guillaume.delhumeau@xwiki.com>
Date: Tue, 29 May 2018 16:09:54 +0200
Subject: [PATCH] XDOCKER-60: Upgrade LTS version to 9.11.5.

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

diff --git a/9/mysql-tomcat/.env b/9/mysql-tomcat/.env
index 060698c..a7ba4b7 100644
--- a/9/mysql-tomcat/.env
+++ b/9/mysql-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=9.11.4
+XWIKI_VERSION=9.11.5
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/9/mysql-tomcat/Dockerfile b/9/mysql-tomcat/Dockerfile
index c330ceb..4cb9188 100644
--- a/9/mysql-tomcat/Dockerfile
+++ b/9/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=9.11.4
+ENV XWIKI_VERSION=9.11.5
 ENV XWIKI_URL_PREFIX "http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 fcc07a2d4982847925d4405465c1e73f2e7475d99da9ed224cf6c63131f4de47
+ENV XWIKI_DOWNLOAD_SHA256 177fd372acf0006e3899fb6d116b885f01fc0fb71f7426d139435f6d07872192
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/9/postgres-tomcat/.env b/9/postgres-tomcat/.env
index 9a833f8..0d50608 100644
--- a/9/postgres-tomcat/.env
+++ b/9/postgres-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=9.11.4
+XWIKI_VERSION=9.11.5
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/9/postgres-tomcat/Dockerfile b/9/postgres-tomcat/Dockerfile
index 414a979..9b9a7a9 100644
--- a/9/postgres-tomcat/Dockerfile
+++ b/9/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=9.11.4
+ENV XWIKI_VERSION=9.11.5
 ENV XWIKI_URL_PREFIX "http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 fcc07a2d4982847925d4405465c1e73f2e7475d99da9ed224cf6c63131f4de47
+ENV XWIKI_DOWNLOAD_SHA256 177fd372acf0006e3899fb6d116b885f01fc0fb71f7426d139435f6d07872192
 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 8988d7f..9345792 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,8 +35,8 @@ def variants = ['mysql-tomcat', 'postgres-tomcat']
 
 def tokens = [
     '9' : [
-        xwikiVersion: '9.11.4',
-        xwikiSha256: 'fcc07a2d4982847925d4405465c1e73f2e7475d99da9ed224cf6c63131f4de47'
+        xwikiVersion: '9.11.5',
+        xwikiSha256: '177fd372acf0006e3899fb6d116b885f01fc0fb71f7426d139435f6d07872192'
     ],
     '10': [
         xwikiVersion: '10.4',
-- 
GitLab