From fb13c386c9e60426f1a446fbcab280c3542dae2f Mon Sep 17 00:00:00 2001 From: markheger Date: Thu, 8 Apr 2021 11:29:37 +0000 Subject: [PATCH] 5.3.1, resolves #133 --- com.ibm.streamsx.hdfs/CHANGELOG.md | 4 ++-- com.ibm.streamsx.hdfs/info.xml | 5 ++++- com.ibm.streamsx.hdfs/pom.xml | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/com.ibm.streamsx.hdfs/CHANGELOG.md b/com.ibm.streamsx.hdfs/CHANGELOG.md index cfeafdf..ad7bde2 100644 --- a/com.ibm.streamsx.hdfs/CHANGELOG.md +++ b/com.ibm.streamsx.hdfs/CHANGELOG.md @@ -1,8 +1,8 @@ # Changes ======= -## develop branch latest - +## v5.3.1: +* [#133](https://github.com/IBMStreams/streamsx.hdfs/issues/133) guava jar updated * [#132](https://github.com/IBMStreams/streamsx.hdfs/issues/132) Makefiles of samples updated diff --git a/com.ibm.streamsx.hdfs/info.xml b/com.ibm.streamsx.hdfs/info.xml index 6620ee3..9b3ecea 100644 --- a/com.ibm.streamsx.hdfs/info.xml +++ b/com.ibm.streamsx.hdfs/info.xml @@ -199,9 +199,12 @@ The 'tempFile' parameter specifies the name of the file that the operator writes * pom.xml updated to use new jar library hadoop version 3.3 and guava version 29.0-jre +++ What is new in version 5.3.1 + +* pom.xml updated to use guava version 30.0-jre - 5.3.0 + 5.3.1 4.2.0.0 diff --git a/com.ibm.streamsx.hdfs/pom.xml b/com.ibm.streamsx.hdfs/pom.xml index f8dbc5b..2bac2b1 100644 --- a/com.ibm.streamsx.hdfs/pom.xml +++ b/com.ibm.streamsx.hdfs/pom.xml @@ -8,7 +8,7 @@ com.ibm.streamsx.hdfs streamsx.hdfs jar - 5.3.0 + 5.3.1 com.ibm.streamsx.hdfs @@ -122,7 +122,7 @@ com.google.guava guava - 29.0-jre + 30.0-jre *