Skip to content

Commit f0b4ef6

Browse files
author
Sander Fieten
committed
Update documentation and HB2B version
1 parent e023d73 commit f0b4ef6

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CHANGELOG.MD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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-
65
## 1.1.0
76
###### 2019-01-04
87
### Added

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Holodeck B2B Pull Request trigger extension
22
This extension allows the _Consumer_ application to control when _Pull Request_s are send by Holodeck B2B
3-
instead of the default fixed intervals. It also allows to specify the _criteria_ of a "selective" Pull Request
4-
as specified in [section 5.1 of ebMS V3 part 2 (Advanced Features)](http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/part2/201004/cs01/ebms-v3.0-part2-cs01.html#__RefHeading__435723_822242408).
3+
instead of the default fixed intervals. It also allows to specify the _simple selection criteria_ of a "selective"
4+
Pull Request as specified in [section 5.1 of ebMS V3 part 2 (Advanced Features)](http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/part2/201004/cs01/ebms-v3.0-part2-cs01.html#__RefHeading__435723_822242408).
55

66
Currently the trigger mechanism is file based; the back-end application writes a XML document to a specific
77
directory where it is read by the extension and a corresponding Pull Request is triggered.
@@ -37,7 +37,7 @@ directory specified in the _watchPath_ parameter of the watcher described above.
3737
are XML documents that MUST have the "xml" extension. They must contain at least the P-Mode that governs
3838
the processing of the Pull Request and can further configure the _MessageId_ of the Pull Request, the MPC
3939
[sub-channel] and selection criteria to use for pulling. Their structure is defined by XML schema
40-
[http://holodeck-b2b.org/schemas/2018/02/pullrequest/metdata](src/main/resources/pulltrigger.xsd).
40+
[http://holodeck-b2b.org/schemas/2018/02/pullrequest/trigger](src/main/resources/pulltrigger.xsd).
4141
**NOTE:** In the current version only the "simple" selection criteria as described in section 5.1 of the
4242
ebMS V3 Part 2 Specification are supported.
4343

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
<dependency>
5454
<groupId>org.holodeckb2b</groupId>
5555
<artifactId>holodeckb2b-interfaces</artifactId>
56-
<version>4.1.0-SNAPSHOT</version>
56+
<version>4.1.0</version>
5757
<scope>provided</scope>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.holodeckb2b</groupId>
6161
<artifactId>holodeckb2b-core</artifactId>
62-
<version>4.1.0-SNAPSHOT</version>
62+
<version>4.1.0</version>
6363
<scope>provided</scope>
6464
</dependency>
6565
<dependency>

0 commit comments

Comments
 (0)