From 1a448736beb5a92d5e502a0ad49ebd7e632755e8 Mon Sep 17 00:00:00 2001 From: Sander Fieten Date: Wed, 16 Sep 2020 15:01:57 +0200 Subject: [PATCH] Version 5.0.2 release --- CHANGELOG.MD | 8 ++++++++ modules/holodeckb2b-core/pom.xml | 2 +- modules/holodeckb2b-distribution/pom.xml | 2 +- modules/holodeckb2b-ebms3as4/pom.xml | 2 +- modules/holodeckb2b-interfaces/pom.xml | 2 +- modules/holodeckb2b-it/pom.xml | 2 +- modules/holodeckb2b-persistency/pom.xml | 2 +- modules/holodeckb2b-security/certmanager/pom.xml | 2 +- modules/holodeckb2b-security/pom.xml | 2 +- modules/holodeckb2b-security/sec-provider/pom.xml | 2 +- modules/holodeckb2b-ui/pom.xml | 2 +- pom.xml | 2 +- 12 files changed, 19 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 103777eb1..9ee322ac3 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 5.0.2 +##### 2020-09-16 + +### Changed +* Included version 1.0.1 of the file back-end which fixes in the _single\_xml_ delivery format and uses a temporary + extension when writing the meta-data file to disk to prevent premature reading by the back-end application. See + also the [issues on the file back-end project](https://github.com/holodeck-b2b/file-backend/issues?q=is%3Aissue). + ## 5.0.1 ##### 2020-09-03 diff --git a/modules/holodeckb2b-core/pom.xml b/modules/holodeckb2b-core/pom.xml index 35526b333..c69991607 100644 --- a/modules/holodeckb2b-core/pom.xml +++ b/modules/holodeckb2b-core/pom.xml @@ -22,7 +22,7 @@ org.holodeckb2b holodeckb2b - 5.0.1 + 5.0.2 ../../pom.xml diff --git a/modules/holodeckb2b-distribution/pom.xml b/modules/holodeckb2b-distribution/pom.xml index a4613dfc8..74e0ca958 100644 --- a/modules/holodeckb2b-distribution/pom.xml +++ b/modules/holodeckb2b-distribution/pom.xml @@ -22,7 +22,7 @@ org.holodeckb2b holodeckb2b - 5.0.1 + 5.0.2 ../../pom.xml diff --git a/modules/holodeckb2b-ebms3as4/pom.xml b/modules/holodeckb2b-ebms3as4/pom.xml index 337c49a6e..6541c6490 100644 --- a/modules/holodeckb2b-ebms3as4/pom.xml +++ b/modules/holodeckb2b-ebms3as4/pom.xml @@ -22,7 +22,7 @@ org.holodeckb2b holodeckb2b - 5.0.1 + 5.0.2 ../../pom.xml diff --git a/modules/holodeckb2b-interfaces/pom.xml b/modules/holodeckb2b-interfaces/pom.xml index 837473d79..8bd9f1a08 100644 --- a/modules/holodeckb2b-interfaces/pom.xml +++ b/modules/holodeckb2b-interfaces/pom.xml @@ -21,7 +21,7 @@ org.holodeckb2b holodeckb2b - 5.0.1 + 5.0.2 ../../pom.xml holodeckb2b-interfaces diff --git a/modules/holodeckb2b-it/pom.xml b/modules/holodeckb2b-it/pom.xml index b05f37724..d896cd03d 100644 --- a/modules/holodeckb2b-it/pom.xml +++ b/modules/holodeckb2b-it/pom.xml @@ -21,7 +21,7 @@ holodeckb2b org.holodeckb2b - 5.0.1 + 5.0.2 ../../pom.xml diff --git a/modules/holodeckb2b-persistency/pom.xml b/modules/holodeckb2b-persistency/pom.xml index d2da33f81..1021c0192 100644 --- a/modules/holodeckb2b-persistency/pom.xml +++ b/modules/holodeckb2b-persistency/pom.xml @@ -22,7 +22,7 @@ org.holodeckb2b holodeckb2b - 5.0.1 + 5.0.2 ../../pom.xml 4.0.0 diff --git a/modules/holodeckb2b-security/certmanager/pom.xml b/modules/holodeckb2b-security/certmanager/pom.xml index f817887ff..24dfb63f7 100644 --- a/modules/holodeckb2b-security/certmanager/pom.xml +++ b/modules/holodeckb2b-security/certmanager/pom.xml @@ -21,7 +21,7 @@ org.holodeckb2b holodeckb2b-security - 5.0.1 + 5.0.2 ../pom.xml holodeckb2b-certmanager diff --git a/modules/holodeckb2b-security/pom.xml b/modules/holodeckb2b-security/pom.xml index 831c53254..9f5977297 100644 --- a/modules/holodeckb2b-security/pom.xml +++ b/modules/holodeckb2b-security/pom.xml @@ -21,7 +21,7 @@ org.holodeckb2b holodeckb2b - 5.0.1 + 5.0.2 ../../pom.xml holodeckb2b-security diff --git a/modules/holodeckb2b-security/sec-provider/pom.xml b/modules/holodeckb2b-security/sec-provider/pom.xml index f3f10655b..eec42dc94 100644 --- a/modules/holodeckb2b-security/sec-provider/pom.xml +++ b/modules/holodeckb2b-security/sec-provider/pom.xml @@ -21,7 +21,7 @@ org.holodeckb2b holodeckb2b-security - 5.0.1 + 5.0.2 ../pom.xml hb2b-ebms3-secprovider diff --git a/modules/holodeckb2b-ui/pom.xml b/modules/holodeckb2b-ui/pom.xml index bdef82acd..4c0f074f0 100644 --- a/modules/holodeckb2b-ui/pom.xml +++ b/modules/holodeckb2b-ui/pom.xml @@ -5,7 +5,7 @@ org.holodeckb2b holodeckb2b - 5.0.1 + 5.0.2 ../../pom.xml holodeckb2b-ui diff --git a/pom.xml b/pom.xml index 4f2b4e76e..43d12fcf4 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.holodeckb2b holodeckb2b pom - 5.0.1 + 5.0.2 Holodeck B2B http://www.holodeck-b2b.org/ 2015