From 65ced309022ade77705bd3578641f2a00b7a22d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Cotiug=C4=83?= <alexandru.cotiuga@xwiki.com> Date: Tue, 29 Oct 2019 12:24:37 +0200 Subject: [PATCH] XDOCKER-121: Upgrade stable version to 11.9 --- 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 8b825df..0ef8542 100644 --- a/11/mysql-tomcat/.env +++ b/11/mysql-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=11.8.1 +XWIKI_VERSION=11.9 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/11/mysql-tomcat/Dockerfile b/11/mysql-tomcat/Dockerfile index 28f5621..6b5874c 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.8.1 +ENV XWIKI_VERSION=11.9 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 fc08acd66e3b7f229bad301039de0be1dcae5fc2b360d985424215c324c4dc47 +ENV XWIKI_DOWNLOAD_SHA256 f4fc420b570c5da374492b236cca5df1239793979126722c1adcc642ee9b335c 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 5184049..ed4398a 100644 --- a/11/postgres-tomcat/.env +++ b/11/postgres-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=11.8.1 +XWIKI_VERSION=11.9 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/11/postgres-tomcat/Dockerfile b/11/postgres-tomcat/Dockerfile index 8d08bd1..8da0659 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.8.1 +ENV XWIKI_VERSION=11.9 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 fc08acd66e3b7f229bad301039de0be1dcae5fc2b360d985424215c324c4dc47 +ENV XWIKI_DOWNLOAD_SHA256 f4fc420b570c5da374492b236cca5df1239793979126722c1adcc642ee9b335c 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 4aa37fc..dcb117c 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ def tokens = [ xwikiSha256: '299fe60d5b32ee1a363ba48ff2346e78eea5f713a0174c20fe9d7531be426a58' ], '11': [ - xwikiVersion: '11.8.1', - xwikiSha256: 'fc08acd66e3b7f229bad301039de0be1dcae5fc2b360d985424215c324c4dc47' + xwikiVersion: '11.9', + xwikiSha256: 'f4fc420b570c5da374492b236cca5df1239793979126722c1adcc642ee9b335c' ] ] -- GitLab