From 632fd32979730d2e15759dc1dd92dac59326c081 Mon Sep 17 00:00:00 2001 From: Philip Helger Date: Sun, 10 Dec 2023 18:04:06 +0100 Subject: [PATCH] Prepared for release --- README.md | 9 +++------ docker/README.md | 2 +- docker/build-all.cmd | 2 +- docker/build-all.sh | 2 +- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e8ac63521..1172f656b 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,14 @@ [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.helger/phoss-smp-parent-pom/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.helger/phoss-smp-parent-pom) -phoss SMP is a complete SMP server that supports both the Peppol SMP specification as well - as the OASIS BDXR SMP 1.0 and 2.0 specifications. +phoss SMP is a complete SMP server that supports both the Peppol SMP 1.x specification as well as the OASIS BDXR SMP 1.0 and 2.0 specifications. It comes with a management GUI and an XML, SQL or MongoDB backend for simplified operations. 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.0.3](https://github.com/phax/phoss-smp/releases/tag/phoss-smp-parent-pom-7.0.3)** (2023-08-25). +Latest version: **[7.1.0](https://github.com/phax/phoss-smp/releases/tag/phoss-smp-parent-pom-7.1.0)** (2023-12-10). See the special [Migrations guide](https://github.com/phax/phoss-smp/wiki/Migrations) for actions necessary on updates/version changes. -**!! Users with SQL backend need to change the DB layout when updating to 5.3.x !!** - Docker containers can be found, depending on the backend you want to use: * https://hub.docker.com/r/phelger/phoss-smp-xml/tags (same as https://hub.docker.com/r/phelger/smp/tags) * https://hub.docker.com/r/phelger/phoss-smp-sql/tags @@ -29,4 +26,4 @@ If you like (and use) this SMP it is highly appreciated if you could star this p --- My personal [Coding Styleguide](https://github.com/phax/meta/blob/master/CodingStyleguide.md) | -It is appreciated if you star the GitHub project if you like it. \ No newline at end of file +It is appreciated if you star the GitHub project if you like it. diff --git a/docker/README.md b/docker/README.md index 91cb87f3d..2070a3e4f 100644 --- a/docker/README.md +++ b/docker/README.md @@ -202,7 +202,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.0.3 -t phoss-smp-release-binary-xml-7.0.3 -f Dockerfile-release-binary-xml . +docker build --build-arg SMP_VERSION=7.1.0 -t phoss-smp-release-binary-xml-7.1.0 -f Dockerfile-release-binary-xml . ``` ### Docker cheatsheet diff --git a/docker/build-all.cmd b/docker/build-all.cmd index 457d8988e..891f3c1be 100644 --- a/docker/build-all.cmd +++ b/docker/build-all.cmd @@ -17,7 +17,7 @@ @echo off -set version=7.0.3 +set version=7.1.0 echo Docker login docker login --username phelger diff --git a/docker/build-all.sh b/docker/build-all.sh index 4e781a1ec..d440882d9 100755 --- a/docker/build-all.sh +++ b/docker/build-all.sh @@ -16,7 +16,7 @@ # limitations under the License. # -version=7.0.3 +version=7.1.0 echo Docker login docker login --username phelger