Skip to content

Commit

Permalink
Revert "Release 5.0.0 version"
Browse files Browse the repository at this point in the history
This reverts commit 6730a27.
  • Loading branch information
antas-marcin committed Nov 26, 2024
1 parent 11f92ea commit 44d46b5
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 @@ -11,7 +11,7 @@ To start using Weaviate Java client add this dependency to `pom.xml`:
<dependency>
<groupId>io.weaviate</groupId>
<artifactId>client</artifactId>
<version>5.0.0</version>
<version>4.9.0</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>5.0.0</version>
<version>4.9.1-SNAPSHOT</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>5.0.0</tag>
<tag>4.9.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 44d46b5

Please sign in to comment.