Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Feb 23, 2023
1 parent 383d89e commit 18bb573
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ phoss SMP is a complete SMP server that supports both the Peppol SMP specificati
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/cefdigital/wiki/display/CEFDIGITAL/OASIS+SMP+conformant+solutions).

Latest version: **[6.0.6](https://github.com/phax/phoss-smp/releases/tag/phoss-smp-parent-pom-6.0.6)** (2023-02-15).
Latest version: **[6.0.7](https://github.com/phax/phoss-smp/releases/tag/phoss-smp-parent-pom-6.0.7)** (2023-02-23).
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 !!**
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=6.0.6 -t phoss-smp-release-binary-xml-6.0.6 -f Dockerfile-release-binary-xml .
docker build --build-arg SMP_VERSION=6.0.7 -t phoss-smp-release-binary-xml-6.0.7 -f Dockerfile-release-binary-xml .
```

### Docker cheatsheet
Expand Down
2 changes: 1 addition & 1 deletion docker/build-all.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

@echo off

set version=6.0.6
set version=6.0.7

echo Docker login
docker login --username phelger
Expand Down
2 changes: 1 addition & 1 deletion docker/build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#


version=6.0.6
version=6.0.7

echo Docker login
docker login --username phelger
Expand Down

0 comments on commit 18bb573

Please sign in to comment.