Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Dec 10, 2023
1 parent e4ad1ab commit 632fd32
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
It is appreciated if you star the GitHub project if you like it.
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=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
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=7.0.3
set version=7.1.0

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 @@ -16,7 +16,7 @@
# limitations under the License.
#

version=7.0.3
version=7.1.0

echo Docker login
docker login --username phelger
Expand Down

0 comments on commit 632fd32

Please sign in to comment.