From e754d978ff28f0ccf131f0b4a05a797f466ae99d Mon Sep 17 00:00:00 2001 From: Gerald Haesendonck Date: Thu, 16 Dec 2021 10:52:57 +0100 Subject: [PATCH 1/3] Prepare for new development cycle. --- CHANGELOG.md | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f59fc90..654f46be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Support for stream partitioning in windows * Joins of data streams +## [2.2.2] + ## [2.2.1] - 2021-12-16 ### Changed diff --git a/pom.xml b/pom.xml index 306a182a..2704c2df 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ SOFTWARE. io.rml RMLStreamer - 2.2.1 + 2.2.2-SNAPSHOT jar RMLStreamer From ef68e20fb8118b8856bb11fdcf55a9fab2fe0a09 Mon Sep 17 00:00:00 2001 From: Gerald Haesendonck Date: Tue, 21 Dec 2021 13:28:26 +0100 Subject: [PATCH 2/3] Update Log4J to 2.17.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2704c2df..5a3b7670 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ SOFTWARE. UTF-8 1.14.0 1.7.32 - 2.16.0 + 2.17.0 4.3.1 2.4.1 From 66c6e28bdec9b7e100a11a5d798916588ff5f4a5 Mon Sep 17 00:00:00 2001 From: Gerald Haesendonck Date: Tue, 21 Dec 2021 14:47:42 +0100 Subject: [PATCH 3/3] Prepare for release 2.2.2 --- CHANGELOG.md | 6 +++++- pom.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 654f46be..29a4e835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Support for stream partitioning in windows * Joins of data streams -## [2.2.2] +## [2.2.2] - 2021-12-21 + +### Changed +* Updated Log4J from version 2.16.0 to 2.17.0 due to [CVE-2021-45105](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45105). ## [2.2.1] - 2021-12-16 @@ -173,3 +176,4 @@ can be set with the program argument `--baseIRI`. [2.1.1]: https://github.com/RMLio/RMLStreamer/compare/v2.1.0...v2.1.1 [2.2.0]: https://github.com/RMLio/RMLStreamer/compare/v2.1.1...v2.2.0 [2.2.1]: https://github.com/RMLio/RMLStreamer/compare/v2.2.0...v2.2.1 +[2.2.2]: https://github.com/RMLio/RMLStreamer/compare/v2.2.1...v2.2.2 diff --git a/pom.xml b/pom.xml index 5a3b7670..4106e8c7 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ SOFTWARE. io.rml RMLStreamer - 2.2.2-SNAPSHOT + 2.2.2 jar RMLStreamer