Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@

- Upgrade http connector version for version0.9.0_basicv2 to version0.9.0_basicv3 (#47)
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ RUN mkdir -p ${CONNECT_PLUGIN_PATH}/mongodb && \
RUN cd /tmp && \
git clone https://github.com/telefonicaid/http-connector-for-apache-kafka-graphql.git && \
cd http-connector-for-apache-kafka-graphql && \
git checkout version0.9.0_basicv2 || true && \
git checkout version0.9.0_basicv3 || true && \
./gradlew clean distTar && \
mkdir -p ${CONNECT_PLUGIN_PATH}/http-connector && \
tar xfv build/distributions/http-connector-for-apache-kafka-0.9.0.tar -C ${CONNECT_PLUGIN_PATH}/http-connector --strip-components=1 && \
Expand Down
Loading