diff --git a/11/mysql-tomcat/.env b/11/mysql-tomcat/.env index 0ef8542e00fd0ee01d34a35cb6f1c9e1d6a6728a..286b4edf4009be8cf981debb535f087fd5a84af0 100644 --- a/11/mysql-tomcat/.env +++ b/11/mysql-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=11.9 +XWIKI_VERSION=11.10 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/11/mysql-tomcat/Dockerfile b/11/mysql-tomcat/Dockerfile index 6b5874cbddcdc90cf841987d05e6e64aedfeb82c..7302c2f2801a2b4580c92930a4e9199a48d0afde 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.9 +ENV XWIKI_VERSION=11.10 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 f4fc420b570c5da374492b236cca5df1239793979126722c1adcc642ee9b335c +ENV XWIKI_DOWNLOAD_SHA256 793266765290a43776b73862773dd76106b496010969822f093b31e16e9c7a3e 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 ed4398a6a1b82678c7601bf6e4158c0b28cb3dec..178f9959bf56a56c62e6f4c89923d855d0722151 100644 --- a/11/postgres-tomcat/.env +++ b/11/postgres-tomcat/.env @@ -1,5 +1,5 @@ # Default environment values -XWIKI_VERSION=11.9 +XWIKI_VERSION=11.10 DB_USER=xwiki DB_PASSWORD=xwiki DB_DATABASE=xwiki diff --git a/11/postgres-tomcat/Dockerfile b/11/postgres-tomcat/Dockerfile index 8da0659701c36e62fa86109265f7982b1ebea2b4..5d6aed8ed79888783ae4bf3eeae4c35ae33382dc 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.9 +ENV XWIKI_VERSION=11.10 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}" -ENV XWIKI_DOWNLOAD_SHA256 f4fc420b570c5da374492b236cca5df1239793979126722c1adcc642ee9b335c +ENV XWIKI_DOWNLOAD_SHA256 793266765290a43776b73862773dd76106b496010969822f093b31e16e9c7a3e 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 170abe94ab6c01736018ef07817d3f4ca0b5e0eb..d7abf27b896abc9b590f1970eb5b98a2085b3fc5 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ def tokens = [ xwikiSha256: 'e1feedd24f0a27ba4e36464913a2fcb43a60f9310283a8a6be017a1979618bb7' ], '11': [ - xwikiVersion: '11.9', - xwikiSha256: 'f4fc420b570c5da374492b236cca5df1239793979126722c1adcc642ee9b335c' + xwikiVersion: '11.10', + xwikiSha256: '793266765290a43776b73862773dd76106b496010969822f093b31e16e9c7a3e' ] ]