Skip to content

Commit 481984a

Browse files
authored
Merge pull request #22 from zilliztech/dev
merge latest code
2 parents 20c7507 + 6b23f94 commit 481984a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For self-hosted Milvus the setup is similar.
2323

2424
Complete the following steps to download the kafka-connect-milvus plugin.
2525

26-
1. download the latest plugin zip file `zilliz-kafka-connect-milvus-xxx.zip` from [here](https://github.com/zilliztech/kafka-connect-milvus/releases/tag/v0.1.0).
26+
1. download the latest plugin zip file `zilliz-kafka-connect-milvus-xxx.zip` from [here](https://github.com/zilliztech/kafka-connect-milvus/releases).
2727

2828
## Step 2: Configure Confluent Cloud and Zilliz Cloud
2929

README_OSS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Cloud to ingest vector data.
55

66
Complete the following steps to download the kafka-connect-milvus plugin.
77

8-
1. download the latest plugin zip file `zilliz-kafka-connect-milvus-xxx.zip` from [here](https://github.com/zilliztech/kafka-connect-milvus/releases/tag/v0.1.0).
8+
1. download the latest plugin zip file `zilliz-kafka-connect-milvus-xxx.zip` from [here](https://github.com/zilliztech/kafka-connect-milvus/releases).
99

1010
## Step 2: Download Kafka
1111
1. Download the latest kafka from [here](https://kafka.apache.org/downloads).

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<url>https://github.com/zilliztech/kafka-connect-milvus</url>
1111

1212
<properties>
13-
<project-version>0.1.1</project-version>
13+
<project-version>0.1.2</project-version>
1414
<confluent.maven.repo>https://packages.confluent.io/maven/</confluent.maven.repo>
1515
</properties>
1616

@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>io.netty</groupId>
9191
<artifactId>netty-codec-http2</artifactId>
92-
<version>4.1.100.Final</version>
92+
<version>4.1.108.Final</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>org.codehaus.plexus</groupId>

0 commit comments

Comments
 (0)