Skip to content

Commit

Permalink
v2.1.8, resolves #62
Browse files Browse the repository at this point in the history
  • Loading branch information
markheger committed Nov 4, 2020
1 parent 0d7d495 commit db02cb8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
3 changes: 2 additions & 1 deletion com.ibm.streamsx.elasticsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changes
==========

## latest/develop
## v2.1.8
* [#62](https://github.com/IBMStreams/streamsx.elasticsearch/issues/62) Third-party library added (slf4j-simple)
* [#61](https://github.com/IBMStreams/streamsx.elasticsearch/issues/61) Makefiles of sample application prepared for CP4D Streams build service, supports build with [VS Code](https://marketplace.visualstudio.com/items?itemName=IBM.ibm-streams)

## v2.1.7
Expand Down
6 changes: 5 additions & 1 deletion com.ibm.streamsx.elasticsearch/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ The Elasticsearch toolkit is an open source IBM Streams toolkit that provides ad
This is an overview of changes for major and minor version upgrades. For details see the Releases in public Github.
++ What is changed in version 2.1.8
* Third-party library added (slf4j-simple)
++ What is changed in version 2.1.7
* Third-party libraries updated (httpclient: 4.5.13)
Expand Down Expand Up @@ -98,7 +102,7 @@ as they constitute serious security holes.
you can use this parameter to temporarily disable hostnam verification.
]]></info:description>
<info:version>2.1.7</info:version>
<info:version>2.1.8</info:version>
<info:requiredProductVersion>4.2.0.0</info:requiredProductVersion>
</info:identity>
<info:dependencies/>
Expand Down
7 changes: 6 additions & 1 deletion com.ibm.streamsx.elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.ibm.streamsx.elasticsearch</groupId>
<artifactId>streamsx.elasticsearch</artifactId>
<packaging>jar</packaging>
<version>2.1.7</version>
<version>2.1.8</version>
<dependencies>
<dependency>
<groupId>io.searchbox</groupId>
Expand Down Expand Up @@ -63,6 +63,11 @@
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.30</version>
</dependency>
</dependencies>
<inceptionYear>2009</inceptionYear>
<licenses>
Expand Down

0 comments on commit db02cb8

Please sign in to comment.