File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ To start using Weaviate Java client add this dependency to `pom.xml`:
1111<dependency >
1212 <groupId >io.weaviate</groupId >
1313 <artifactId >client</artifactId >
14- <version >6.0.0-alpha2 </version >
14+ <version >6.0.0-beta1 </version >
1515</dependency >
1616```
1717
Original file line number Diff line number Diff line change 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-beta1 </version >
99
1010 <name >Weaviate Java Client</name >
1111 <description >A Java client for Weaviate Vector Search Engine</description >
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-alpha2 </tag >
45+ <tag >6.0.0-beta1 </tag >
4646 </scm >
4747
4848 <distributionManagement >
You can’t perform that action at this time.
0 commit comments