Skip to content

Commit

Permalink
version 2.2.0 remove log4j files
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad.nouri committed Jul 24, 2022
1 parent ab4ca6b commit 20d5179
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions com.ibm.streamsx.topology/CHANGELOG.md
Expand Up @@ -3,6 +3,9 @@
## develop/latest
* [#2643](https://github.com/IBMStreams/streamsx.topology/issues/2643) Documentation: Specifying a space in a notebook

## v2.2.0
remove log4j jar files from toolkit

## v2.1.0
* [#2649](https://github.com/IBMStreams/streamsx.topology/issues/2649) Python scripts: Print diagnostic info in verbose mode when spl-python-extract skips python modules
* [#2646](https://github.com/IBMStreams/streamsx.topology/issues/2646) Python: Support new consumingReads parameter of spl.endpoint::EndpointSink
Expand Down
2 changes: 1 addition & 1 deletion com.ibm.streamsx.topology/info.xml
Expand Up @@ -38,7 +38,7 @@ tuple processing using Python.
See the documentation under [namespace:com.ibm.streamsx.topology.python|com.ibm.streamsx.topology.python] for details.

</description>
<version>2.1.0</version>
<version>2.2.0</version>
<requiredProductVersion>4.2</requiredProductVersion>
</identity>
<dependencies/>
Expand Down
Expand Up @@ -3,7 +3,7 @@
# Copyright IBM Corp. 2018,2019

## Common PEP396 version for modules shipped with streamsx packages
__version__='2.1.0'
__version__='2.2.0'

import pkg_resources
import sys
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion java/build.xml
Expand Up @@ -119,7 +119,7 @@
<manifestclasspath property="jar.classpath" jarfile="${jar}">
<classpath>
<path refid="tk.classpath"/>
<fileset dir="${tk.opt}/slf4j-1.7.5">
<fileset dir="${tk.opt}/slf4j-1.7.36">
<include name="*.jar"/>
</fileset>
</classpath>
Expand Down

0 comments on commit 20d5179

Please sign in to comment.