diff --git a/com.ibm.streamsx.hdfs/info.xml b/com.ibm.streamsx.hdfs/info.xml index b71f6af..c7d87b7 100644 --- a/com.ibm.streamsx.hdfs/info.xml +++ b/com.ibm.streamsx.hdfs/info.xml @@ -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 - 5.2.1 + 5.2.2 4.2.0.0 diff --git a/com.ibm.streamsx.hdfs/pom.xml b/com.ibm.streamsx.hdfs/pom.xml index ee87207..208cf24 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.2.1 + 5.2.2 com.ibm.streamsx.hdfs @@ -59,7 +59,7 @@ org.apache.commons commons-configuration2 - 2.5 + 2.7 *