Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
#	pom.xml
  • Loading branch information
ghsnd committed Mar 16, 2020
2 parents 3f9beea + 1fd8ca2 commit f421ff5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Function mapping.
* Joins of data streams

## [1.2.3] - 2020-03-16

### Changed
* Updated documentation

### Fixed
* `baseIRI` parameter in `run.sh` was not correctly passed to the RMLStreamer application.
* `-socket` parameter only allowed to set the port number, and output was assumed to go to `localhoat`. Now you can set `host:port` as value.
* `socket` parameter only allowed to set the port number, and output was assumed to go to `localhost`. Now you have to set `host:port` as value.

## [1.2.2] - 2020-03-03

Expand Down Expand Up @@ -81,5 +86,6 @@ can be set with the program argument `--baseIRI`.
[1.0.0]: https://github.com/RMLio/RMLStreamer/releases/tag/v1.0.0
[1.1.0]: https://github.com/RMLio/RMLStreamer/compare/v1.0.0...v1.1.0
[1.2.0]: https://github.com/RMLio/RMLStreamer/compare/v1.1.0...v1.2.0
[1.2.1]: https://github.com/RMLio/RMLStreamer/compare/v1.2.0...v1.2.1
[1.2.2]: https://github.com/RMLio/RMLStreamer/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/RMLio/RMLStreamer/compare/v1.2.0...v1.2.1
[1.2.2]: https://github.com/RMLio/RMLStreamer/compare/v1.2.1...v1.2.2
[1.2.3]: https://github.com/RMLio/RMLStreamer/compare/v1.2.2...v1.2.3
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SOFTWARE.

<groupId>io.rml</groupId>
<artifactId>RMLStreamer</artifactId>
<version>1.2.3-RELEASE</version>
<version>1.2.4-RELEASE</version>
<packaging>jar</packaging>

<name>RMLStreamer</name>
Expand Down Expand Up @@ -120,7 +120,7 @@ SOFTWARE.
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>com.ximpleware</groupId>
<artifactId>vtd-xml</artifactId>
Expand Down

0 comments on commit f421ff5

Please sign in to comment.