File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/ibm/eventstreams/connect/mqsink Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ COPY --chown=esuser:esgroup --from=builder /opt/kafka/libs/ /opt/kafka/libs/
1818COPY --chown=esuser:esgroup --from=builder /opt/kafka/config/ /opt/kafka/config/
1919
2020RUN mkdir /opt/kafka/logs && chown esuser:esgroup /opt/kafka/logs
21- COPY --chown=esuser:esgroup target/kafka-connect-*-jar-with-dependencies.jar /opt/kafka/libs /
21+ COPY --chown=esuser:esgroup target/kafka-connect-*-jar-with-dependencies.jar /opt/connectors /
2222
2323WORKDIR /opt/kafka
2424
Original file line number Diff line number Diff line change 2020 <groupId >com.ibm.eventstreams.connect</groupId >
2121 <artifactId >kafka-connect-mq-sink</artifactId >
2222 <packaging >jar</packaging >
23- <version >1.5.1 </version >
23+ <version >1.5.2 </version >
2424 <name >kafka-connect-mq-sink</name >
2525 <organization >
2626 <name >IBM Corporation</name >
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ public class MQSinkConnector extends SinkConnector {
153153 public static final String CONFIG_DISPLAY_MQ_RETRY_BACKOFF_MS = "Retry backoff (ms)" ;
154154
155155
156- public static String version = "1.5.1 " ;
156+ public static String version = "1.5.2 " ;
157157
158158 private Map <String , String > configProps ;
159159
You can’t perform that action at this time.
0 commit comments