Skip to content

Commit

Permalink
Initial release of version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Fieten committed Mar 6, 2019
1 parent 26934c2 commit 603a008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.1.0
###### 2019-01-04
### Added
* Support for setting of the Pull Request's `eb:MessageId` in the trigger.

## 1.0.0
###### (Unreleased)
###### 2019-03-06
### Added
* Support for triggering a _Pull Request_ by the _Consumer_ system. The extension
allows the back-end to trigger both a "normal" Pull Request as described in the
ebMS3 Core Specification or a "selective" Pull Request as specified in section
5.1 of ebMS3 Part 2 Advanced Features.
NOTE: This version only allows the "simple" selection criteria.
* Initial release.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.holodeckb2b.extensions</groupId>
<artifactId>pullrequest-trigger</artifactId>
<version>1.1.0</version>
<version>1.0.0</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 603a008

Please sign in to comment.