From 945db4368792175e53f8a25b527440f80ff99f72 Mon Sep 17 00:00:00 2001 From: Philip Helger Date: Fri, 20 Sep 2024 11:24:31 +0200 Subject: [PATCH] Updated for 7.1.6 --- README.md | 2 +- docker/README.md | 2 +- docker/build-all.cmd | 2 +- docker/build-all.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9748b606..0732baba 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It was the first SMP to be [CEF eDelivery conformant](https://ec.europa.eu/digit This project is part of my Peppol solution stack. See https://github.com/phax/peppol for other components and libraries in that area. -Latest version: **[7.1.5](https://github.com/phax/phoss-smp/releases/tag/phoss-smp-parent-pom-7.1.5)** (2024-08-20). +Latest version: **[7.1.6](https://github.com/phax/phoss-smp/releases/tag/phoss-smp-parent-pom-7.1.6)** (2024-09-20). See the special [Migrations guide](https://github.com/phax/phoss-smp/wiki/Migrations) for actions necessary on updates/version changes. Docker containers can be found, depending on the backend you want to use: diff --git a/docker/README.md b/docker/README.md index a3d3639f..23acea8a 100644 --- a/docker/README.md +++ b/docker/README.md @@ -210,7 +210,7 @@ Open `http://localhost:8888` in your browser. To change the version build of binary release versions you can specify the version on the commandline when building: ``` -docker build --build-arg SMP_VERSION=7.1.5 -t phoss-smp-release-binary-xml-7.1.5 -f Dockerfile-release-binary-xml . +docker build --build-arg SMP_VERSION=7.1.6 -t phoss-smp-release-binary-xml-7.1.6 -f Dockerfile-release-binary-xml . ``` ### Docker cheatsheet diff --git a/docker/build-all.cmd b/docker/build-all.cmd index e68b9c80..627a7602 100644 --- a/docker/build-all.cmd +++ b/docker/build-all.cmd @@ -17,7 +17,7 @@ @echo off -set version=7.1.5 +set version=7.1.6 echo Docker login docker login --username phelger diff --git a/docker/build-all.sh b/docker/build-all.sh index 73d470c3..117ac86a 100755 --- a/docker/build-all.sh +++ b/docker/build-all.sh @@ -16,7 +16,7 @@ # limitations under the License. # -version=7.1.5 +version=7.1.6 echo Docker login docker login --username phelger