Skip to content

Commit 13a2e05

Browse files
Update to version 1.3.0-SNAPSHOT
Signed-off-by: Andrew Schofield <andrew_schofield@uk.ibm.com>
1 parent f3ec94d commit 13a2e05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY --chown=esuser:esgroup --from=builder /opt/kafka/libs/ /opt/kafka/libs/
1111
COPY --chown=esuser:esgroup --from=builder /opt/kafka/config/connect-distributed.properties /opt/kafka/config/
1212
COPY --chown=esuser:esgroup --from=builder /opt/kafka/config/connect-log4j.properties /opt/kafka/config/
1313
RUN mkdir /opt/kafka/logs && chown esuser:esgroup /opt/kafka/logs
14-
COPY --chown=esuser:esgroup target/kafka-connect-mq-source-1.2.0-jar-with-dependencies.jar /opt/kafka/libs/
14+
COPY --chown=esuser:esgroup target/kafka-connect-mq-source-1.3.0-SNAPSHOT-jar-with-dependencies.jar /opt/kafka/libs/
1515

1616
WORKDIR /opt/kafka
1717

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>1.2.0</version>
23+
<version>1.3.0-SNAPSHOT</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
@@ -131,7 +131,7 @@ public class MQSourceConnector extends SourceConnector {
131131
public static final String CONFIG_DOCUMENTATION_TOPIC = "The name of the target Kafka topic.";
132132
public static final String CONFIG_DISPLAY_TOPIC = "Target Kafka topic";
133133

134-
public static String VERSION = "1.2.0";
134+
public static String VERSION = "1.3.0-SNAPSHOT";
135135

136136
private Map<String, String> configProps;
137137

0 commit comments

Comments
 (0)