Skip to content

Commit

Permalink
Release 4.5.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
antas-marcin committed Jan 8, 2024
1 parent 3cedb10 commit 902d5c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In order to get start using the java client one needs to add it's dependency:
<dependency>
<groupId>io.weaviate</groupId>
<artifactId>client</artifactId>
<version>4.5.0</version>
<version>4.5.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.weaviate</groupId>
<artifactId>client</artifactId>
<packaging>jar</packaging>
<version>4.5.1-SNAPSHOT</version>
<version>4.5.1</version>

<name>Weaviate Java client</name>
<description>A java client for Weaviate Vector Search Engine</description>
Expand Down Expand Up @@ -36,7 +36,7 @@
<connection>scm:git:git://github.com/weaviate/java-client.git</connection>
<developerConnection>scm:git:ssh://github.com:weaviate/java-client.git</developerConnection>
<url>https://github.com/weaviate/java-client/tree/main</url>
<tag>4.5.0</tag>
<tag>4.5.1</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 902d5c6

Please sign in to comment.