We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40084bf commit dfcfb53Copy full SHA for dfcfb53
jreleaser.yml
@@ -2,7 +2,8 @@ project:
2
name: redis-sql
3
description: SQL interface for RediSearch
4
longDescription: SQL interface and JDBC driver for RediSearch
5
- website: https://github.com/redis-field-engineering/redis-sql
+ links:
6
+ homepage: https://github.com/redis-field-engineering/redis-sql
7
authors:
8
- Julien Ruaux
9
license: MIT
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>com.redis</groupId>
12
<artifactId>trino-redisearch</artifactId>
13
- <version>0.2.4</version>
+ <version>0.2.5-SNAPSHOT</version>
14
<description>Trino - RediSearch Connector</description>
15
<packaging>trino-plugin</packaging>
16
0 commit comments