From d283e12faf7a75f2fc10bf27d20995750a5ef808 Mon Sep 17 00:00:00 2001 From: Marius Dumitru Florea <marius@xwiki.com> Date: Tue, 25 Jun 2019 16:06:12 +0300 Subject: [PATCH] XDOCKER-111: Upgrade stable version to 11.5 --- 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 173c658..c63ebd9 100644 --- a/11/mysql-tomcat/.env +++ b/11/mysql-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=11.4 +XWIKI_VERSION=11.5 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/11/mysql-tomcat/Dockerfile b/11/mysql-tomcat/Dockerfile index 3d8a5df..a12ab99 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.4 +ENV XWIKI_VERSION=11.5 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 8a0d83edd44b2a73c079bc43672c88c096e28b59e50a69dd37391d6789ba4670 +ENV XWIKI_DOWNLOAD_SHA256 4095548065fd32c6d7d90af9ae15e008207b5a144f5823b0bd8520d6a874bf3a 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 04e2fa5..caa77d7 100644 --- a/11/postgres-tomcat/.env +++ b/11/postgres-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=11.4 +XWIKI_VERSION=11.5 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/11/postgres-tomcat/Dockerfile b/11/postgres-tomcat/Dockerfile index 412f293..0ea68ec 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.4 +ENV XWIKI_VERSION=11.5 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 8a0d83edd44b2a73c079bc43672c88c096e28b59e50a69dd37391d6789ba4670 +ENV XWIKI_DOWNLOAD_SHA256 4095548065fd32c6d7d90af9ae15e008207b5a144f5823b0bd8520d6a874bf3a 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 7843c30..86a2b34 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ def tokens = [ xwikiSha256: 'd3ac801e156966b1e5729a5251aa13662262460edcbf903ec8b5e5d98563bf7e' ], '11': [ - xwikiVersion: '11.4', - xwikiSha256: '8a0d83edd44b2a73c079bc43672c88c096e28b59e50a69dd37391d6789ba4670' + xwikiVersion: '11.5', + xwikiSha256: '4095548065fd32c6d7d90af9ae15e008207b5a144f5823b0bd8520d6a874bf3a' ] ] -- GitLab