diff --git a/14.4/mariadb-tomcat/.env b/14.4/mariadb-tomcat/.env index 491052ce9283fadf30d302bb1dbe2bfdaa1f62e6..5ee414929763172d91a8b16d1cb703c9c83e08a8 100644 --- a/14.4/mariadb-tomcat/.env +++ b/14.4/mariadb-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=14.4.7 +XWIKI_VERSION=14.4.8 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/14.4/mariadb-tomcat/Dockerfile b/14.4/mariadb-tomcat/Dockerfile index 815fd6d47c0ef69997d3fc00e9d36c9032e50594..d838a0783085656e59ef24f29d4e2243df80fb9f 100644 --- a/14.4/mariadb-tomcat/Dockerfile +++ b/14.4/mariadb-tomcat/Dockerfile @@ -48,9 +48,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="14.4.7" +ENV XWIKI_VERSION="14.4.8" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 4545869f5e088c88401556f473edf356ff9e358652edd766d2588e8164ef68e0 +ENV XWIKI_DOWNLOAD_SHA256 79cc9b25eaa104496be9f135c706c1e6cb1730d38ebc523724d8583c2522051e RUN rm -rf /usr/local/tomcat/webapps/* && \ mkdir -p /usr/local/tomcat/temp && \ mkdir -p /usr/local/xwiki/data && \ diff --git a/14.4/mysql-tomcat/.env b/14.4/mysql-tomcat/.env index 491052ce9283fadf30d302bb1dbe2bfdaa1f62e6..5ee414929763172d91a8b16d1cb703c9c83e08a8 100644 --- a/14.4/mysql-tomcat/.env +++ b/14.4/mysql-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=14.4.7 +XWIKI_VERSION=14.4.8 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/14.4/mysql-tomcat/Dockerfile b/14.4/mysql-tomcat/Dockerfile index c821a5ffa38f6d25867b61d0392496057d51d8ac..b8d5344a352848fdd420b34a201a28fd6eea08e4 100644 --- a/14.4/mysql-tomcat/Dockerfile +++ b/14.4/mysql-tomcat/Dockerfile @@ -48,9 +48,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="14.4.7" +ENV XWIKI_VERSION="14.4.8" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 4545869f5e088c88401556f473edf356ff9e358652edd766d2588e8164ef68e0 +ENV XWIKI_DOWNLOAD_SHA256 79cc9b25eaa104496be9f135c706c1e6cb1730d38ebc523724d8583c2522051e RUN rm -rf /usr/local/tomcat/webapps/* && \ mkdir -p /usr/local/tomcat/temp && \ mkdir -p /usr/local/xwiki/data && \ diff --git a/14.4/postgres-tomcat/.env b/14.4/postgres-tomcat/.env index 42e5d3cec174c9dc9c4a36afbdfc1b21d009714a..6f0ee98a01a3928886998bbc7bec6981502ec8e9 100644 --- a/14.4/postgres-tomcat/.env +++ b/14.4/postgres-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=14.4.7 +XWIKI_VERSION=14.4.8 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/14.4/postgres-tomcat/Dockerfile b/14.4/postgres-tomcat/Dockerfile index 2394318605549260c4f25d48f40c573161e3e200..835d629399e1dc41c8007fa36dfb5bd4d542311a 100644 --- a/14.4/postgres-tomcat/Dockerfile +++ b/14.4/postgres-tomcat/Dockerfile @@ -49,9 +49,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="14.4.7" +ENV XWIKI_VERSION="14.4.8" ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 4545869f5e088c88401556f473edf356ff9e358652edd766d2588e8164ef68e0 +ENV XWIKI_DOWNLOAD_SHA256 79cc9b25eaa104496be9f135c706c1e6cb1730d38ebc523724d8583c2522051e 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 0cd2420eec1cf3d46d0c4da58a92dc535cbab947..11186b98c96041b498a2e2be8a50be05da5f3da1 100644 --- a/build.gradle +++ b/build.gradle @@ -60,8 +60,8 @@ def tokens = [ mariadbJDBCSha256: 'aaec1ad348d030a65b25c93c65cdaf472bf8b4b6b314b965e5ba13aec81bc622' ], '14.4': [ - xwikiVersion: '14.4.7', - xwikiSha256: '4545869f5e088c88401556f473edf356ff9e358652edd766d2588e8164ef68e0', + xwikiVersion: '14.4.8', + xwikiSha256: '79cc9b25eaa104496be9f135c706c1e6cb1730d38ebc523724d8583c2522051e', mysqlJDBCVersion: '8.0.32', mysqlJDBCSha256: '522329fe925980f02e5eb89b59d227245d345415ff0c08932a68c9765c13acc5', mariadbJDBCVersion: '3.1.2',