From be2181e57a279c14aecd01dc8002e31bacfa6d13 Mon Sep 17 00:00:00 2001 From: Andrew Schofield Date: Thu, 9 Apr 2020 12:13:19 +0100 Subject: [PATCH] Update to version 1.2.0 Signed-off-by: Andrew Schofield --- Dockerfile | 4 ++-- README.md | 2 +- pom.xml | 8 ++++---- .../ibm/eventstreams/connect/mqsink/MQSinkConnector.java | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index aed677d..6d7e2e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ibmcom/eventstreams-kafka-ce-icp-linux-amd64:2019.2.1-3a2f93e as builder +FROM cp.icr.io/cp/icp4i/es/eventstreams-kafka-icp-linux-amd64:2019.4.2-1ec6a54 as builder FROM ibmjava:8-jre @@ -11,7 +11,7 @@ COPY --chown=esuser:esgroup --from=builder /opt/kafka/libs/ /opt/kafka/libs/ COPY --chown=esuser:esgroup --from=builder /opt/kafka/config/connect-distributed.properties /opt/kafka/config/ COPY --chown=esuser:esgroup --from=builder /opt/kafka/config/connect-log4j.properties /opt/kafka/config/ RUN mkdir /opt/kafka/logs && chown esuser:esgroup /opt/kafka/logs -COPY --chown=esuser:esgroup target/kafka-connect-mq-sink-1.2.0-SNAPSHOT-jar-with-dependencies.jar /opt/kafka/libs/ +COPY --chown=esuser:esgroup target/kafka-connect-mq-sink-1.2.0-jar-with-dependencies.jar /opt/kafka/libs/ WORKDIR /opt/kafka diff --git a/README.md b/README.md index df1c067..816cd67 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,7 @@ For issues relating specifically to this connector, please use the [GitHub issue ## License -Copyright 2017, 2018, 2019 IBM Corporation +Copyright 2017, 2020 IBM Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pom.xml b/pom.xml index 752967c..5d2faad 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@