Skip to content

Commit 71eed0e

Browse files
author
Rolef Heinrich
authored
Merge pull request #103 from IBMStreams/develop
version bump to 3.0.2
2 parents 98da8cb + b05d93d commit 71eed0e

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 = 'v3.0.1' // Update this tag when changing the underlying Kafka version
42+
def KAFKA_BASE_TAG = 'v3.0.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
@@ -201,7 +201,7 @@ continues fetching at the last committed offset.
201201
* The MessageHubConsumer operator exposes some performance metrics of the consumer client as operator metrics, like the lag for each topic partition.
202202

203203
</info:description>
204-
<info:version>3.0.1</info:version>
204+
<info:version>3.0.2</info:version>
205205
<info:requiredProductVersion>4.3.0.0</info:requiredProductVersion>
206206
</info:identity>
207207
<info:dependencies/>

0 commit comments

Comments
 (0)