File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
com.ibm.streamsx.messagehub Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ repositories {
39
39
40
40
/* Defs */
41
41
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
43
43
44
44
dependencies {
45
45
compile fileTree(dir : STREAMS_INSTALL + ' /lib' , include : [' com.ibm.streams.operator.jar' ])
Original file line number Diff line number Diff line change 4
4
<info : identity >
5
5
<info : name >com.ibm.streamsx.messagehub</info : name >
6
6
<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 >
8
8
<info : requiredProductVersion >4.2.0.0</info : requiredProductVersion >
9
9
</info : identity >
10
10
<info : dependencies />
You can’t perform that action at this time.
0 commit comments