Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Apr 24, 2024
1 parent cbd89a4 commit fc80c76
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1](https://github.com/phax/phoss-smp/releases/tag/phoss-smp-parent-pom-7.1.1)** (2024-02-27).
Latest version: **[7.1.2](https://github.com/phax/phoss-smp/releases/tag/phoss-smp-parent-pom-7.1.2)** (2024-04-24).
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:
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1 -t phoss-smp-release-binary-xml-7.1.1 -f Dockerfile-release-binary-xml .
docker build --build-arg SMP_VERSION=7.1.2 -t phoss-smp-release-binary-xml-7.1.2 -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.1.1
set version=7.1.2

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.1.1
version=7.1.2

echo Docker login
docker login --username phelger
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<dependency>
<groupId>com.helger.photon</groupId>
<artifactId>ph-oton-parent-pom</artifactId>
<version>9.2.2</version>
<version>9.2.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit fc80c76

Please sign in to comment.