Skip to content

Commit

Permalink
Version 5.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sfieten committed Sep 16, 2020
1 parent 716136e commit 1a44873
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion modules/holodeckb2b-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.holodeckb2b</groupId>
<artifactId>holodeckb2b</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/holodeckb2b-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.holodeckb2b</groupId>
<artifactId>holodeckb2b</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/holodeckb2b-ebms3as4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.holodeckb2b</groupId>
<artifactId>holodeckb2b</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/holodeckb2b-interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.holodeckb2b</groupId>
<artifactId>holodeckb2b</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>holodeckb2b-interfaces</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/holodeckb2b-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>holodeckb2b</artifactId>
<groupId>org.holodeckb2b</groupId>
<version>5.0.1</version>
<version>5.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/holodeckb2b-persistency/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.holodeckb2b</groupId>
<artifactId>holodeckb2b</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/holodeckb2b-security/certmanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.holodeckb2b</groupId>
<artifactId>holodeckb2b-security</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>holodeckb2b-certmanager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/holodeckb2b-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.holodeckb2b</groupId>
<artifactId>holodeckb2b</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>holodeckb2b-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/holodeckb2b-security/sec-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.holodeckb2b</groupId>
<artifactId>holodeckb2b-security</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hb2b-ebms3-secprovider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/holodeckb2b-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.holodeckb2b</groupId>
<artifactId>holodeckb2b</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>holodeckb2b-ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>org.holodeckb2b</groupId>
<artifactId>holodeckb2b</artifactId>
<packaging>pom</packaging>
<version>5.0.1</version>
<version>5.0.2</version>
<name>Holodeck B2B</name>
<url>http://www.holodeck-b2b.org/</url>
<inceptionYear>2015</inceptionYear>
Expand Down

0 comments on commit 1a44873

Please sign in to comment.