File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/ibm/eventstreams/connect/mqsource Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
<groupId >com.ibm.eventstreams.connect</groupId >
21
21
<artifactId >kafka-connect-mq-source</artifactId >
22
22
<packaging >jar</packaging >
23
- <version >2.3 .0</version >
23
+ <version >2.4 .0</version >
24
24
<name >kafka-connect-mq-source</name >
25
25
<organization >
26
26
<name >IBM Corporation</name >
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ public class MQSourceConnector extends SourceConnector {
199
199
CONFIG_VALUE_MQ_CLIENT_RECONNECT_OPTION_DISABLED .toLowerCase (Locale .ENGLISH )
200
200
};
201
201
202
- public static String version = "2.3 .0" ;
202
+ public static String version = "2.4 .0" ;
203
203
204
204
private Map <String , String > configProps ;
205
205
You can’t perform that action at this time.
0 commit comments