File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,23 @@ Use it in connector config file:
1515Use dot notation for deeper fields (e. g. ` level1.level2 ` ).
1616
1717## Install to Kafka Connect
18- After build copy file ` target/stirngify-json-smt-0.0.3 -jar-with-deps.jar `
18+ After build copy file ` target/stirngify-json-smt-0.0.4 -jar-with-deps.jar `
1919to Kafka Connect container `` copying to its docker image or so.
2020
2121It can be done adding this line to Dockerfile:
2222~~~ Dockerfile
23- COPY ./target/stringify-json-smt-0.0.3 -jar-with-deps.jar $KAFKA_CONNECT_PLUGINS_DIR
23+ COPY ./target/stringify-json-smt-0.0.4 -jar-with-deps.jar $KAFKA_CONNECT_PLUGINS_DIR
2424~~~
2525
2626Or download current release:
2727~~~ Dockerfile
2828RUN curl -fSL -o /tmp/plugin.tar.gz \
29- https://github.com/max-prosper/stringify-json-smt/releases/download/0.0.3/stringify-json-smt-0.0.3 .tar.gz && \
29+ https://github.com/max-prosper/stringify-json-smt/releases/download/0.0.3/stringify-json-smt-0.0.4 .tar.gz && \
3030 tar -xzf /tmp/plugin.tar.gz -C $KAFKA_CONNECT_PLUGINS_DIR && \
3131 rm -f /tmp/plugin.tar.gz;
3232~~~
3333
3434## Build release file
35- - Increment version in ` pom.xml ` (e.g. to ` 0.0.4 ` ).
35+ - Increment version in ` pom.xml ` (e.g. to ` 0.0.5 ` ).
3636- Run build script: ` ./scripts/build-release.sh 0.0.4 ` .
37- - Take ` *.tar.gz ` file from ` target ` folder and publish it.
37+ - Take ` *.tar.gz ` file from ` target ` folder and publish it.
Original file line number Diff line number Diff line change 66
77 <groupId >com.github.maxprosper.smt.stringifyjson</groupId >
88 <artifactId >stringify-json-smt</artifactId >
9- <version >0.0.3 </version >
9+ <version >0.0.4 </version >
1010
1111 <properties >
1212 <commons-lang3 .version>3.8.1</commons-lang3 .version>
You can’t perform that action at this time.
0 commit comments