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 @@ -10,7 +10,7 @@ COPY --chown=esuser:esgroup --from=builder /opt/kafka/libs/ /opt/kafka/libs/
1010COPY --chown=esuser:esgroup --from=builder /opt/kafka/config/connect-distributed.properties /opt/kafka/config/
1111COPY --chown=esuser:esgroup --from=builder /opt/kafka/config/connect-log4j.properties /opt/kafka/config/
1212RUN mkdir /opt/kafka/logs && chown esuser:esgroup /opt/kafka/logs
13- COPY --chown=esuser:esgroup target/kafka-connect-mq-source-1.3.1 -jar-with-dependencies.jar /opt/kafka/libs/
13+ COPY --chown=esuser:esgroup target/kafka-connect-mq-source-1.3.2 -jar-with-dependencies.jar /opt/kafka/libs/
1414
1515WORKDIR /opt/kafka
1616
Original file line number Diff line number Diff line change 2020 <groupId >com.ibm.eventstreams.connect</groupId >
2121 <artifactId >kafka-connect-mq-source</artifactId >
2222 <packaging >jar</packaging >
23- <version >1.3.1 </version >
23+ <version >1.3.2 </version >
2424 <name >kafka-connect-mq-source</name >
2525 <organization >
2626 <name >IBM Corporation</name >
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ public class MQSourceConnector extends SourceConnector {
135135 public static final String CONFIG_DOCUMENTATION_TOPIC = "The name of the target Kafka topic." ;
136136 public static final String CONFIG_DISPLAY_TOPIC = "Target Kafka topic" ;
137137
138- public static String VERSION = "1.3.1 " ;
138+ public static String VERSION = "1.3.2 " ;
139139
140140 private Map <String , String > configProps ;
141141
You can’t perform that action at this time.
0 commit comments