Skip to content

Commit

Permalink
Merge pull request #123 from IBMStreams/develop
Browse files Browse the repository at this point in the history
streamsx.hdfs: merge develop to master
  • Loading branch information
anouri authored Apr 7, 2020
2 parents d69478d + edf3e70 commit e589c9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion com.ibm.streamsx.hdfs/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,12 @@ The 'tempFile' parameter specifies the name of the file that the operator writes

* New error message has been added for translation.

++ What is new in version 5.2.2

* pom.xml updated to use commons-configuration2 version 2.7

</description>
<version>5.2.1</version>
<version>5.2.2</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.2.1</version>
<version>5.2.2</version>
<name>com.ibm.streamsx.hdfs</name>
<repositories>
<repository>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-configuration2</artifactId>
<version>2.5</version>
<version>2.7</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down

0 comments on commit e589c9c

Please sign in to comment.