diff --git a/11/mysql-tomcat/.env b/11/mysql-tomcat/.env index 9a3da4bae313fc64bf3b952299b29e40066a24ea..47987403834f7ca9ab6e3905851aeef102963119 100644 --- a/11/mysql-tomcat/.env +++ b/11/mysql-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=11.0.1 +XWIKI_VERSION=11.0.2 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/11/mysql-tomcat/Dockerfile b/11/mysql-tomcat/Dockerfile index 0cd628afc93398f58ad0106e5fc18136b1bf80c9..cbc7a5a70c9e3d2ea58511f25452161c378169b3 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.0.1 +ENV XWIKI_VERSION=11.0.2 ENV XWIKI_URL_PREFIX "http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 caf0bbd945b6d43366c37317bc49d46d30f2991e33ec4d1c86853944d199cbcb +ENV XWIKI_DOWNLOAD_SHA256 1c18d2f56d3e722a767dcc8747b73cbc44fd68f6acd37da736fa0bc2c3a98350 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 61d03265ccadec19d983c520aad00916c26ca905..e2cad4896948460ed50afff21a980277f4a924e0 100644 --- a/11/postgres-tomcat/.env +++ b/11/postgres-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=11.0.1 +XWIKI_VERSION=11.0.2 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/11/postgres-tomcat/Dockerfile b/11/postgres-tomcat/Dockerfile index dde45c95a19ee75676d1de8f4c7971cfd98738d5..e6bab9080c832b2a8754e73408d2f466e3034849 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.0.1 +ENV XWIKI_VERSION=11.0.2 ENV XWIKI_URL_PREFIX "http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 caf0bbd945b6d43366c37317bc49d46d30f2991e33ec4d1c86853944d199cbcb +ENV XWIKI_DOWNLOAD_SHA256 1c18d2f56d3e722a767dcc8747b73cbc44fd68f6acd37da736fa0bc2c3a98350 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 af4391f809417db90133c0259876abbfd6f88a14..be594e9a7434c24cc1df735ec9c3f473750cd753 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ def tokens = [ xwikiSha256: 'd2a65cbd8f4aea8fb8feae7d5778343b8f6ca88003b4c11b67915fb856b432af' ], '11': [ - xwikiVersion: '11.0.1', - xwikiSha256: 'caf0bbd945b6d43366c37317bc49d46d30f2991e33ec4d1c86853944d199cbcb' + xwikiVersion: '11.0.2', + xwikiSha256: '1c18d2f56d3e722a767dcc8747b73cbc44fd68f6acd37da736fa0bc2c3a98350' ] ]