File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/ibm/eventstreams/connect/mqsource Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ COPY --chown=esuser:esgroup --from=builder /opt/kafka/libs/ /opt/kafka/libs/
11
11
COPY --chown=esuser:esgroup --from=builder /opt/kafka/config/connect-distributed.properties /opt/kafka/config/
12
12
COPY --chown=esuser:esgroup --from=builder /opt/kafka/config/connect-log4j.properties /opt/kafka/config/
13
13
RUN mkdir /opt/kafka/logs && chown esuser:esgroup /opt/kafka/logs
14
- COPY --chown=esuser:esgroup target/kafka-connect-mq-source-1.1.0 -jar-with-dependencies.jar /opt/kafka/libs/
14
+ COPY --chown=esuser:esgroup target/kafka-connect-mq-source-1.2.0-SNAPSHOT -jar-with-dependencies.jar /opt/kafka/libs/
15
15
16
16
WORKDIR /opt/kafka
17
17
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 >1.2.0</version >
23
+ <version >1.2.0-SNAPSHOT </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 @@ -123,7 +123,7 @@ public class MQSourceConnector extends SourceConnector {
123
123
public static final String CONFIG_DOCUMENTATION_TOPIC = "The name of the target Kafka topic." ;
124
124
public static final String CONFIG_DISPLAY_TOPIC = "Target Kafka topic" ;
125
125
126
- public static String VERSION = "1.2.0" ;
126
+ public static String VERSION = "1.2.0-SNAPSHOT " ;
127
127
128
128
private Map <String , String > configProps ;
129
129
You can’t perform that action at this time.
0 commit comments