Skip to content

Commit b2cbbd3

Browse files
committed
Prepare release
1 parent 0e353e6 commit b2cbbd3

File tree

7 files changed

+11
-10
lines changed

7 files changed

+11
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This project contains a java client for the [Qdrant vector database](https://qdr
3636
<dependency>
3737
<groupId>io.metaloom.qdrant</groupId>
3838
<artifactId>qdrant-java-grpc-client</artifactId>
39-
<version>0.9.0</version>
39+
<version>0.10.0</version>
4040
</dependency>
4141
```
4242

@@ -46,7 +46,7 @@ or for the HTTP client
4646
<dependency>
4747
<groupId>io.metaloom.qdrant</groupId>
4848
<artifactId>qdrant-java-http-client</artifactId>
49-
<version>0.9.0</version>
49+
<version>0.10.0</version>
5050
</dependency>
5151
```
5252

@@ -149,7 +149,7 @@ try (QDrantHttpClient client = QDrantHttpClient.builder()
149149
## Release Process
150150

151151
```bash
152-
# Update maven version to next release
152+
# Update maven version to next release + Update jreleaser.yml version
153153
mvn versions:set -DgenerateBackupPoms=false
154154

155155
# Now run tests locally or via GitHub actions

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.metaloom.qdrant</groupId>
1111
<artifactId>qdrant-java-client</artifactId>
12-
<version>0.10.0-SNAPSHOT</version>
12+
<version>0.10.0</version>
1313
</parent>
1414

1515
<name>Qdrant Java Client :: common</name>

grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.metaloom.qdrant</groupId>
1111
<artifactId>qdrant-java-client</artifactId>
12-
<version>0.10.0-SNAPSHOT</version>
12+
<version>0.10.0</version>
1313
</parent>
1414

1515
<name>Qdrant Java Client :: grpc</name>

http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.metaloom.qdrant</groupId>
1111
<artifactId>qdrant-java-client</artifactId>
12-
<version>0.10.0-SNAPSHOT</version>
12+
<version>0.10.0</version>
1313
</parent>
1414

1515
<name>Qdrant Java Client :: http</name>

jreleaser.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
project:
22
name: qdrant-java-client
3-
version: 0.9.0
3+
version: 0.10.0
44
versionPattern: SEMVER
55

66
description: Qdrant Java Client
77
longDescription: |
88
Java client for REST / gRPC connections to the Qdrant vector database
9-
website: https://github.com/metaloom/qdrant-java-client
9+
links:
10+
homepage: https://github.com/metaloom/qdrant-java-client
1011
authors:
1112
- Johannes Schüth
1213
license: Apache-2.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.metaloom.qdrant</groupId>
66
<artifactId>qdrant-java-client</artifactId>
7-
<version>0.10.0-SNAPSHOT</version>
7+
<version>0.10.0</version>
88

99
<parent>
1010
<groupId>io.metaloom</groupId>

report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.metaloom.qdrant</groupId>
1010
<artifactId>qdrant-java-client</artifactId>
11-
<version>0.10.0-SNAPSHOT</version>
11+
<version>0.10.0</version>
1212
</parent>
1313

1414
<name>Qdrant Java Client :: report</name>

0 commit comments

Comments
 (0)