Skip to content

Commit

Permalink
5.3.1, resolves #133
Browse files Browse the repository at this point in the history
  • Loading branch information
markheger committed Apr 8, 2021
1 parent f36cbf7 commit fb13c38
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions com.ibm.streamsx.hdfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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


Expand Down
5 changes: 4 additions & 1 deletion com.ibm.streamsx.hdfs/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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

</description>
<version>5.3.0</version>
<version>5.3.1</version>
<requiredProductVersion>4.2.0.0</requiredProductVersion>
</identity>
<dependencies/>
Expand Down
4 changes: 2 additions & 2 deletions com.ibm.streamsx.hdfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>com.ibm.streamsx.hdfs</groupId>
<artifactId>streamsx.hdfs</artifactId>
<packaging>jar</packaging>
<version>5.3.0</version>
<version>5.3.1</version>
<name>com.ibm.streamsx.hdfs</name>
<repositories>
<repository>
Expand Down Expand Up @@ -122,7 +122,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>29.0-jre</version>
<version>30.0-jre</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down

0 comments on commit fb13c38

Please sign in to comment.