Skip to content

Commit e0fe030

Browse files
committed
Release 6.0.0-RC1 version
1 parent 9b6585f commit e0fe030

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To start using Weaviate Java Client add the dependency to `pom.xml`:
1515
<dependency>
1616
<groupId>io.weaviate</groupId>
1717
<artifactId>client6</artifactId>
18-
<version>6.0.0-M2</version>
18+
<version>6.0.0-RC1</version>
1919
</dependency>
2020
```
2121

@@ -28,7 +28,7 @@ This ensures that all dynamically-loaded dependecies of `io.grpc` are resolved c
2828
<dependency>
2929
<groupId>io.weaviate</groupId>
3030
<artifactId>client6</artifactId>
31-
<version>6.0.0-M2</version>
31+
<version>6.0.0-RC1</version>
3232
<classifier>all</classifier>
3333
</dependency>
3434
```

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>io.weaviate</groupId>
66
<artifactId>client6</artifactId>
77
<packaging>jar</packaging>
8-
<version>6.0.0-SNAPSHOT</version>
8+
<version>6.0.0-RC1</version>
99

1010
<name>${project.groupId}:${project.artifactId}</name>
1111
<description>Official Java client for Weaviate Vector Search Engine</description>
@@ -42,7 +42,7 @@
4242
<connection>scm:git:git://github.com/weaviate/java-client.git</connection>
4343
<developerConnection>scm:git:ssh://github.com:weaviate/java-client.git</developerConnection>
4444
<url>https://github.com/weaviate/java-client/tree/main</url>
45-
<tag>6.0.0-M2</tag>
45+
<tag>6.0.0-RC1</tag>
4646
</scm>
4747

4848
<properties>

0 commit comments

Comments
 (0)