diff --git a/README.md b/README.md index e96cee2c..bbd9cbcd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ It comes with a management GUI and an XML, SQL or MongoDB backend for simplified It was the first SMP to be [CEF eDelivery conformant](https://ec.europa.eu/digital-building-blocks/wikis/display/DIGITAL/OASIS+SMP+conformant+solutions). -Latest version: **[7.1.3](https://github.com/phax/phoss-smp/releases/tag/phoss-smp-parent-pom-7.1.3)** (2024-05-24). +Latest version: **[7.1.4](https://github.com/phax/phoss-smp/releases/tag/phoss-smp-parent-pom-7.1.4)** (2024-07-30). 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 db72493f..e5e40a36 100644 --- a/docker/README.md +++ b/docker/README.md @@ -209,7 +209,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.3 -t phoss-smp-release-binary-xml-7.1.3 -f Dockerfile-release-binary-xml . +docker build --build-arg SMP_VERSION=7.1.4 -t phoss-smp-release-binary-xml-7.1.4 -f Dockerfile-release-binary-xml . ``` ### Docker cheatsheet diff --git a/docker/build-all.cmd b/docker/build-all.cmd index 14bc43d3..a61db984 100644 --- a/docker/build-all.cmd +++ b/docker/build-all.cmd @@ -17,7 +17,7 @@ @echo off -set version=7.1.3 +set version=7.1.4 echo Docker login docker login --username phelger diff --git a/docker/build-all.sh b/docker/build-all.sh index 9949c089..87c45ab9 100755 --- a/docker/build-all.sh +++ b/docker/build-all.sh @@ -16,7 +16,7 @@ # limitations under the License. # -version=7.1.3 +version=7.1.4 echo Docker login docker login --username phelger