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 @@ -10,7 +10,7 @@ In order to get start using the java client one needs to add it's dependency:
10
10
<dependency >
11
11
<groupId >io.weaviate</groupId >
12
12
<artifactId >client</artifactId >
13
- <version >4.1.1 </version >
13
+ <version >4.1.2 </version >
14
14
</dependency >
15
15
```
16
16
Original file line number Diff line number Diff line change 5
5
<groupId >io.weaviate</groupId >
6
6
<artifactId >client</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >4.1.2-SNAPSHOT </version >
8
+ <version >4.1.2</version >
9
9
10
10
<name >Weaviate Java client</name >
11
11
<description >A java client for Weaviate Vector Search Engine</description >
36
36
<connection >scm:git:git://github.com/weaviate/java-client.git</connection >
37
37
<developerConnection >scm:git:ssh://github.com:weaviate/java-client.git</developerConnection >
38
38
<url >https://github.com/weaviate/java-client/tree/main</url >
39
- <tag >4.1.1 </tag >
39
+ <tag >4.1.2 </tag >
40
40
</scm >
41
41
42
42
<distributionManagement >
You can’t perform that action at this time.
0 commit comments