Skip to content

Commit

Permalink
Bumped up required product version to 4.1.0.0 and toolkit version to
Browse files Browse the repository at this point in the history
3.0.0 due to data governance as well as samples' toolkit dependency
version
  • Loading branch information
conglisc committed Oct 23, 2015
1 parent b38621d commit 145a025
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions com.ibm.streamsx.hdfs/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ Alternatively, you can fully qualify the operators that are provided by toolkit
9. Run the application. You can submit the application as a job by using the **streamtool submitjob** command or by using Streams Studio.

</description>
<version>2.0.0</version>
<requiredProductVersion>4.0.0.0</requiredProductVersion>
<version>3.0.0</version>
<requiredProductVersion>4.1.0.0</requiredProductVersion>
</identity>
<dependencies/>
</toolkitInfoModel>
2 changes: 1 addition & 1 deletion demos/HDFSBinary/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<info:dependencies>
<info:toolkit>
<common:name>com.ibm.streamsx.hdfs</common:name>
<common:version>[2.0.0,3.0.0)</common:version>
<common:version>[2.0.0,4.0.0)</common:version>
</info:toolkit>
</info:dependencies>
</info:toolkitInfoModel>
2 changes: 1 addition & 1 deletion demos/HDFSParallelFileSink/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<info:dependencies>
<info:toolkit>
<common:name>com.ibm.streamsx.hdfs</common:name>
<common:version>[2.0.0,3.0.0)</common:version>
<common:version>[2.0.0,4.0.0)</common:version>
</info:toolkit>
</info:dependencies>
</info:toolkitInfoModel>
2 changes: 1 addition & 1 deletion samples/CompressedHdfsFiles/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<info:dependencies>
<info:toolkit>
<common:name>com.ibm.streamsx.hdfs</common:name>
<common:version>[2.0.0,3.0.0)</common:version>
<common:version>[2.0.0,4.0.0)</common:version>
</info:toolkit>
</info:dependencies>
</info:toolkitInfoModel>
2 changes: 1 addition & 1 deletion samples/HDFSFileSinkSamples/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<info:dependencies>
<info:toolkit>
<common:name>com.ibm.streamsx.hdfs</common:name>
<common:version>[2.0.0,3.0.0)</common:version>
<common:version>[2.0.0,4.0.0)</common:version>
</info:toolkit>
</info:dependencies>
</info:toolkitInfoModel>
2 changes: 1 addition & 1 deletion samples/HDFSFileSourceSamples/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<info:dependencies>
<info:toolkit>
<common:name>com.ibm.streamsx.hdfs</common:name>
<common:version>[2.0.0,3.0.0)</common:version>
<common:version>[2.0.0,4.0.0)</common:version>
</info:toolkit>
</info:dependencies>
</info:toolkitInfoModel>
2 changes: 1 addition & 1 deletion samples/ScanAndRead/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<info:dependencies>
<info:toolkit>
<common:name>com.ibm.streamsx.hdfs</common:name>
<common:version>[2.0.0,3.0.0)</common:version>
<common:version>[2.0.0,4.0.0)</common:version>
</info:toolkit>
</info:dependencies>
</info:toolkitInfoModel>

0 comments on commit 145a025

Please sign in to comment.