From e04d452b930cd80ba51b5a5b97b64e9308377e2f Mon Sep 17 00:00:00 2001 From: Julien Ruaux Date: Tue, 24 Jan 2023 22:48:46 -0800 Subject: [PATCH] build: Fixed warnings --- jreleaser.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jreleaser.yml b/jreleaser.yml index 238953f..8f207c8 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -2,16 +2,16 @@ project: name: redis-sidecar description: JDBC Cache longDescription: JDBC driver that transparently caches SQL queries - website: https://github.com/redis-field-engineering/redis-sidecar + links: + homepage: https://github.com/redis-field-engineering/redis-sidecar authors: - Julien Ruaux license: MIT + inceptionYear: 2022 java: groupId: com.redis - version: 8 + version: 17 multiProject: true - extraProperties: - inceptionYear: 2020 tags: - 'redis' - 'jdbc'