From bdf1a8464a668061ba564249461633f0445e08a6 Mon Sep 17 00:00:00 2001
From: Guillaume Delhumeau <guillaume.delhumeau@xwiki.com>
Date: Wed, 28 Feb 2018 12:25:00 +0100
Subject: [PATCH] XDOCKER-50: Upgrade super stable version to 9.11.3.

---
 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 a454897..8868f2a 100644
--- a/9/mysql-tomcat/.env
+++ b/9/mysql-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=9.11.2
+XWIKI_VERSION=9.11.3
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/9/mysql-tomcat/Dockerfile b/9/mysql-tomcat/Dockerfile
index b941e34..df9ab32 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.2
+ENV XWIKI_VERSION=9.11.3
 ENV XWIKI_URL_PREFIX "http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 7f389fb1b6db949de12fba7df4f9103d97999f3f456a410593946a1eaa66aed1
+ENV XWIKI_DOWNLOAD_SHA256 40dcf3cd92580f4ef411b8d6d7e4454469e37a425408dff49f4a8b24917f2a48
 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 84c86d8..4269e96 100644
--- a/9/postgres-tomcat/.env
+++ b/9/postgres-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=9.11.2
+XWIKI_VERSION=9.11.3
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/9/postgres-tomcat/Dockerfile b/9/postgres-tomcat/Dockerfile
index dae8ebf..b9fa9b7 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.2
+ENV XWIKI_VERSION=9.11.3
 ENV XWIKI_URL_PREFIX "http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 7f389fb1b6db949de12fba7df4f9103d97999f3f456a410593946a1eaa66aed1
+ENV XWIKI_DOWNLOAD_SHA256 40dcf3cd92580f4ef411b8d6d7e4454469e37a425408dff49f4a8b24917f2a48
 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 65507fd..b928491 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,8 +35,8 @@ def variants = ['mysql-tomcat', 'postgres-tomcat']
 
 def tokens = [
     '9' : [
-        xwikiVersion: '9.11.2',
-        xwikiSha256: '7f389fb1b6db949de12fba7df4f9103d97999f3f456a410593946a1eaa66aed1'
+        xwikiVersion: '9.11.3',
+        xwikiSha256: '40dcf3cd92580f4ef411b8d6d7e4454469e37a425408dff49f4a8b24917f2a48'
     ],
     '10': [
         xwikiVersion: '10.1',
-- 
GitLab