diff --git a/README.md b/README.md index 0732baba..1ba2b9b5 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.6](https://github.com/phax/phoss-smp/releases/tag/phoss-smp-parent-pom-7.1.6)** (2024-09-20). +Latest version: **[7.1.7](https://github.com/phax/phoss-smp/releases/tag/phoss-smp-parent-pom-7.1.7)** (2024-10-17). 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 23acea8a..fe5619ca 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.6 -t phoss-smp-release-binary-xml-7.1.6 -f Dockerfile-release-binary-xml . +docker build --build-arg SMP_VERSION=7.1.7 -t phoss-smp-release-binary-xml-7.1.7 -f Dockerfile-release-binary-xml . ``` ### Docker cheatsheet diff --git a/docker/build-all.cmd b/docker/build-all.cmd index 627a7602..965bd2b9 100644 --- a/docker/build-all.cmd +++ b/docker/build-all.cmd @@ -17,7 +17,7 @@ @echo off -set version=7.1.6 +set version=7.1.7 echo Docker login docker login --username phelger diff --git a/docker/build-all.sh b/docker/build-all.sh index 117ac86a..576ed667 100755 --- a/docker/build-all.sh +++ b/docker/build-all.sh @@ -16,7 +16,7 @@ # limitations under the License. # -version=7.1.6 +version=7.1.7 echo Docker login docker login --username phelger