Skip to content

Commit

Permalink
Update to use v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
buinauskas committed Dec 20, 2023
1 parent b6ebe9c commit 5795622
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ This connector has not yet been published to Confluent Hub. To install it, downl
install it using `confluent-hub` command line tool.

```sh
wget https://github.com/vinted/kafka-connect-vespa/releases/download/v1.0.9/vinted-kafka-connect-vespa-v1.0.9.zip -O /tmp/vinted-kafka-connect-vespa-v1.0.9.zip -q
wget https://github.com/vinted/kafka-connect-vespa/releases/download/v1.0.10/vinted-kafka-connect-vespa-v1.0.10.zip -O /tmp/vinted-kafka-connect-vespa-v1.0.10.zip -q
```

```sh
confluent-hub install --no-prompt /tmp/vinted-kafka-connect-vespa-v1.0.9.zip
confluent-hub install --no-prompt /tmp/vinted-kafka-connect-vespa-v1.0.10.zip
```

### Operational modes
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.vinted.kafka.connect.vespa</groupId>
<artifactId>kafka-connect-vespa</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.10-SNAPSHOT</version>
<name>kafka-connect-vespa</name>
<description>The Vespa Sink Connector is used to write data from Kafka to a Vespa search engine.</description>
<url>https://github.com/vinted/kafka-connect-vespa</url>
Expand Down

0 comments on commit 5795622

Please sign in to comment.