Skip to content

Commit 603a008

Browse files
author
Sander Fieten
committed
Initial release of version 1.0.0
1 parent 26934c2 commit 603a008

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

CHANGELOG.MD

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## 1.1.0
6-
###### 2019-01-04
7-
### Added
8-
* Support for setting of the Pull Request's `eb:MessageId` in the trigger.
9-
105
## 1.0.0
11-
###### (Unreleased)
6+
###### 2019-03-06
127
### Added
13-
* Support for triggering a _Pull Request_ by the _Consumer_ system. The extension
14-
allows the back-end to trigger both a "normal" Pull Request as described in the
15-
ebMS3 Core Specification or a "selective" Pull Request as specified in section
16-
5.1 of ebMS3 Part 2 Advanced Features.
17-
NOTE: This version only allows the "simple" selection criteria.
8+
* Initial release.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.holodeckb2b.extensions</groupId>
77
<artifactId>pullrequest-trigger</artifactId>
8-
<version>1.1.0</version>
8+
<version>1.0.0</version>
99
<packaging>jar</packaging>
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)