Skip to content

Commit 892c7f8

Browse files
committed
chore: prepare new release version
Signed-off-by: Dale Lane <[email protected]>
1 parent 553eb74 commit 892c7f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ body:
5858
description: What version of our software are you running?
5959
options:
6060
- latest
61-
- 2.6.0 (Default)
61+
- 2.7.0 (Default)
6262
- 1.3.5
6363
- older (<1.3.5)
6464
validations:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<groupId>com.ibm.eventstreams.connect</groupId>
2121
<artifactId>kafka-connect-mq-source</artifactId>
2222
<packaging>jar</packaging>
23-
<version>2.6.0</version>
23+
<version>2.7.0</version>
2424
<name>kafka-connect-mq-source</name>
2525
<organization>
2626
<name>IBM Corporation</name>

src/main/java/com/ibm/eventstreams/connect/mqsource/MQSourceConnector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public class MQSourceConnector extends SourceConnector {
240240
CONFIG_VALUE_MQ_CLIENT_RECONNECT_OPTION_DISABLED.toLowerCase(Locale.ENGLISH)
241241
};
242242

243-
public static String version = "2.6.0";
243+
public static String version = "2.7.0";
244244

245245
private Map<String, String> configProps;
246246

0 commit comments

Comments
 (0)