Skip to content

Commit 55636c2

Browse files
author
Daniel Hursh
committed
fix for 233
1 parent 6ad1d89 commit 55636c2

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

com.ibm.streamsx.objectstorage/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changes
22
=========
33

4+
## v2.2.6
5+
* [#233](https://github.com/IBMStreams/streamsx.objectstorage/issues/233) Third-party library updated (ibm-cos-java-sdk-bundle: 2.10.0)
6+
7+
48
## v2.2.5
59
* [#231](https://github.com/IBMStreams/streamsx.objectstorage/issues/231) Third-party library updated (commons-io: 2.7)
610

com.ibm.streamsx.objectstorage/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ When writing objects in *partitioned parquet* format both clients work similar a
229229
* stocator (cos protocol): buffers on local disk prior upload
230230

231231
</info:description>
232-
<info:version>2.2.5</info:version>
232+
<info:version>2.2.6</info:version>
233233
<info:requiredProductVersion>4.2.0.0</info:requiredProductVersion>
234234
</info:identity>
235235
<info:dependencies/>

com.ibm.streamsx.objectstorage/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>com.ibm.streamsx.objectstorage</groupId>
1313
<artifactId>streamsx.objectstorage</artifactId>
1414
<packaging>jar</packaging>
15-
<version>2.2.5</version>
15+
<version>2.2.6</version>
1616
<name>com.ibm.streamsx.objectstorage</name>
1717
<repositories>
1818
<repository>
@@ -29,7 +29,8 @@
2929
<hadoop.version>2.10.1</hadoop.version>
3030
<httpcomponents.httpcore.version>4.4.10</httpcomponents.httpcore.version>
3131
<httpcomponents.httpclient.version>4.5.13</httpcomponents.httpclient.version>
32-
<ibm.sdk.version>2.4.3</ibm.sdk.version>
32+
<!-- <ibm.sdk.version>2.4.3</ibm.sdk.version>-->
33+
<ibm.sdk.version>2.10.0</ibm.sdk.version>
3334
<google.guava.version>30.0-jre</google.guava.version>
3435
<aws.s3.sdk.version>1.11.199</aws.s3.sdk.version>
3536
</properties>

0 commit comments

Comments
 (0)