Skip to content

Commit cb5d39e

Browse files
committed
XDOCKER-295: Upgrade stable version to 15.9
1 parent 2ffe164 commit cb5d39e

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

15/mariadb-tomcat/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Default environment values
2-
XWIKI_VERSION=15.8
2+
XWIKI_VERSION=15.9
33
DB_USER=xwiki
44
DB_PASSWORD=xwiki
55
DB_DATABASE=xwiki

15/mariadb-tomcat/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ RUN apt-get update && \
4848
# Install XWiki as the ROOT webapp context in Tomcat
4949
# Create the Tomcat temporary directory
5050
# Configure the XWiki permanent directory
51-
ENV XWIKI_VERSION="15.8"
51+
ENV XWIKI_VERSION="15.9"
5252
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
53-
ENV XWIKI_DOWNLOAD_SHA256 359e44485615722ab533559ec3e3334197a10935e4dfa6fc872b93d1447475fc
53+
ENV XWIKI_DOWNLOAD_SHA256 cf7b7bb3fc47f1e20c49cf29faaa80941c2b5ca9d3377f9c4aa716f672f25436
5454
RUN rm -rf /usr/local/tomcat/webapps/* && \
5555
mkdir -p /usr/local/tomcat/temp && \
5656
mkdir -p /usr/local/xwiki/data && \

15/mysql-tomcat/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Default environment values
2-
XWIKI_VERSION=15.8
2+
XWIKI_VERSION=15.9
33
DB_USER=xwiki
44
DB_PASSWORD=xwiki
55
DB_DATABASE=xwiki

15/mysql-tomcat/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ RUN apt-get update && \
4848
# Install XWiki as the ROOT webapp context in Tomcat
4949
# Create the Tomcat temporary directory
5050
# Configure the XWiki permanent directory
51-
ENV XWIKI_VERSION="15.8"
51+
ENV XWIKI_VERSION="15.9"
5252
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
53-
ENV XWIKI_DOWNLOAD_SHA256 359e44485615722ab533559ec3e3334197a10935e4dfa6fc872b93d1447475fc
53+
ENV XWIKI_DOWNLOAD_SHA256 cf7b7bb3fc47f1e20c49cf29faaa80941c2b5ca9d3377f9c4aa716f672f25436
5454
RUN rm -rf /usr/local/tomcat/webapps/* && \
5555
mkdir -p /usr/local/tomcat/temp && \
5656
mkdir -p /usr/local/xwiki/data && \

15/postgres-tomcat/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Default environment values
2-
XWIKI_VERSION=15.8
2+
XWIKI_VERSION=15.9
33
DB_USER=xwiki
44
DB_PASSWORD=xwiki
55
DB_DATABASE=xwiki

15/postgres-tomcat/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ RUN apt-get update && \
4949
# Install XWiki as the ROOT webapp context in Tomcat
5050
# Create the Tomcat temporary directory
5151
# Configure the XWiki permanent directory
52-
ENV XWIKI_VERSION="15.8"
52+
ENV XWIKI_VERSION="15.9"
5353
ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
54-
ENV XWIKI_DOWNLOAD_SHA256 359e44485615722ab533559ec3e3334197a10935e4dfa6fc872b93d1447475fc
54+
ENV XWIKI_DOWNLOAD_SHA256 cf7b7bb3fc47f1e20c49cf29faaa80941c2b5ca9d3377f9c4aa716f672f25436
5555
RUN rm -rf /usr/local/tomcat/webapps/* && \
5656
mkdir -p /usr/local/tomcat/temp && \
5757
mkdir -p /usr/local/xwiki/data && \

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ def variants = ['mysql-tomcat', 'mariadb-tomcat', 'postgres-tomcat']
4444

4545
def tokens = [
4646
'15': [
47-
xwikiVersion: '15.8',
48-
xwikiSha256: '359e44485615722ab533559ec3e3334197a10935e4dfa6fc872b93d1447475fc',
47+
xwikiVersion: '15.9',
48+
xwikiSha256: 'cf7b7bb3fc47f1e20c49cf29faaa80941c2b5ca9d3377f9c4aa716f672f25436',
4949
mysqlJDBCVersion: '8.1.0',
5050
mysqlJDBCSha256: 'e2e657e9c5ebe06a73485c9739ebd8a18e7bebb852a58d0da287da850beca1c7',
5151
mariadbJDBCVersion: '3.2.0',

0 commit comments

Comments
 (0)