From 259fee92fef80ac0aba4334fb41604f9d7109f81 Mon Sep 17 00:00:00 2001 From: Thomas Mortagne <thomas.mortagne@gmail.com> Date: Wed, 26 Apr 2017 18:52:34 +0200 Subject: [PATCH] XDOCKER-27: Upgrade stable version to 9.3.1 --- 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 475e32b..6a2b1dc 100644 --- a/9/mysql-tomcat/.env +++ b/9/mysql-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=9.3 +XWIKI_VERSION=9.3.1 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/9/mysql-tomcat/Dockerfile b/9/mysql-tomcat/Dockerfile index 914b75c..c548382 100644 --- a/9/mysql-tomcat/Dockerfile +++ b/9/mysql-tomcat/Dockerfile @@ -42,9 +42,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.3 +ENV XWIKI_VERSION=9.3.1 ENV XWIKI_URL_PREFIX "http://maven.xwiki.org/releases/org/xwiki/enterprise/xwiki-enterprise-web/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 bfffb44567cc4204ff46cabd045462a4d40eafe8b56e398f684fd432f7be8ff6 +ENV XWIKI_DOWNLOAD_SHA256 e113d5c805c4c5977a8e0c0d27700bb45fa69f0d155132f7cc5f06ed0f888e79 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 8d72491..b26c5fb 100644 --- a/9/postgres-tomcat/.env +++ b/9/postgres-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=9.3 +XWIKI_VERSION=9.3.1 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/9/postgres-tomcat/Dockerfile b/9/postgres-tomcat/Dockerfile index c7912ba..b2ea092 100644 --- a/9/postgres-tomcat/Dockerfile +++ b/9/postgres-tomcat/Dockerfile @@ -42,9 +42,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.3 +ENV XWIKI_VERSION=9.3.1 ENV XWIKI_URL_PREFIX "http://maven.xwiki.org/releases/org/xwiki/enterprise/xwiki-enterprise-web/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 bfffb44567cc4204ff46cabd045462a4d40eafe8b56e398f684fd432f7be8ff6 +ENV XWIKI_DOWNLOAD_SHA256 e113d5c805c4c5977a8e0c0d27700bb45fa69f0d155132f7cc5f06ed0f888e79 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 b6bd9a7..31d556f 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ def tokens = [ xwikiSha256: '52ed122c44984748a729a784c94cb70ccf0d2fa34c2340d0fd45c75deb3b0bc9' ], '9' : [ - xwikiVersion: '9.3', - xwikiSha256: 'bfffb44567cc4204ff46cabd045462a4d40eafe8b56e398f684fd432f7be8ff6' + xwikiVersion: '9.3.1', + xwikiSha256: 'e113d5c805c4c5977a8e0c0d27700bb45fa69f0d155132f7cc5f06ed0f888e79' ] ] -- GitLab