Skip to content

Commit 1d4af76

Browse files
author
RolefH
committed
changing kafka base version and toolkit version to 1.4.2
1 parent cc8fdcd commit 1d4af76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

com.ibm.streamsx.messagehub/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repositories {
3939

4040
/* Defs */
4141
def STREAMS_INSTALL = System.getenv("STREAMS_INSTALL")
42-
def KAFKA_BASE_TAG = 'v1.4.1' // Update this tag when changing the underlying Kafka version
42+
def KAFKA_BASE_TAG = 'v1.4.2' // Update this tag when changing the underlying Kafka version
4343

4444
dependencies {
4545
compile fileTree(dir: STREAMS_INSTALL + '/lib', include: ['com.ibm.streams.operator.jar'])

com.ibm.streamsx.messagehub/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<info:identity>
55
<info:name>com.ibm.streamsx.messagehub</info:name>
66
<info:description>This toolkit integrates IBM Streams with the IBM Message Hub cloud service.</info:description>
7-
<info:version>1.4.1</info:version>
7+
<info:version>1.4.2</info:version>
88
<info:requiredProductVersion>4.2.0.0</info:requiredProductVersion>
99
</info:identity>
1010
<info:dependencies/>

0 commit comments

Comments
 (0)