From 566d012574da31554854d03895b0a214579e2ed7 Mon Sep 17 00:00:00 2001
From: Thomas Mortagne <thomas.mortagne@gmail.com>
Date: Thu, 28 Jun 2018 17:59:27 +0200
Subject: [PATCH] XDOCKER-64: Upgrade stable version to 9.11.7

---
 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 4b434ca..e5b7c1f 100644
--- a/9/mysql-tomcat/.env
+++ b/9/mysql-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=9.11.6
+XWIKI_VERSION=9.11.7
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/9/mysql-tomcat/Dockerfile b/9/mysql-tomcat/Dockerfile
index de4012f..e2c60a6 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.6
+ENV XWIKI_VERSION=9.11.7
 ENV XWIKI_URL_PREFIX "http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 56e61b53d75bdac6dfb4460033746cbbadb8af4be5c6789921a7221c55e031a1
+ENV XWIKI_DOWNLOAD_SHA256 3102643408f3db9e0d1a82f7586afecb02d0a186e8314ff32c76e4ed23d83afe
 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 1467923..144c31e 100644
--- a/9/postgres-tomcat/.env
+++ b/9/postgres-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=9.11.6
+XWIKI_VERSION=9.11.7
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/9/postgres-tomcat/Dockerfile b/9/postgres-tomcat/Dockerfile
index c7e85f2..605fd36 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.6
+ENV XWIKI_VERSION=9.11.7
 ENV XWIKI_URL_PREFIX "http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 56e61b53d75bdac6dfb4460033746cbbadb8af4be5c6789921a7221c55e031a1
+ENV XWIKI_DOWNLOAD_SHA256 3102643408f3db9e0d1a82f7586afecb02d0a186e8314ff32c76e4ed23d83afe
 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 573ea3f..d6a6b46 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,8 +35,8 @@ def variants = ['mysql-tomcat', 'postgres-tomcat']
 
 def tokens = [
     '9' : [
-        xwikiVersion: '9.11.6',
-        xwikiSha256: '56e61b53d75bdac6dfb4460033746cbbadb8af4be5c6789921a7221c55e031a1'
+        xwikiVersion: '9.11.7',
+        xwikiSha256: '3102643408f3db9e0d1a82f7586afecb02d0a186e8314ff32c76e4ed23d83afe'
     ],
     '10': [
         xwikiVersion: '10.5',
-- 
GitLab