From c154c6c109eecd5c189d6953f95f6636ad07b79b Mon Sep 17 00:00:00 2001 From: Gautier de Saint Martin Lacaze Date: Wed, 12 Apr 2023 16:54:17 +0200 Subject: [PATCH] [maven-release-plugin] prepare release gitlab4j-api-6.0.0-rc.1 --- README.md | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96d65e2e..6123ed03 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de ```java dependencies { ... - compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.1' } ``` @@ -64,7 +64,7 @@ dependencies { org.gitlab4j gitlab4j-api - 6.0.0 + 6.0.0-rc.1 ``` diff --git a/pom.xml b/pom.xml index bcef7d5e..9f0aea19 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.gitlab4j gitlab4j-api jar - 6.0.0-SNAPSHOT + 6.0.0-rc.1 GitLab4J-API - GitLab API Java Client GitLab4J-API (gitlab4j-api) provides a full featured Java client library for working with GitLab repositories and servers via the GitLab REST API. https://github.com/gitlab4j/gitlab4j-api @@ -78,7 +78,7 @@ git@github.com:gitlab4j/gitlab4j-api.git scm:git:git@github.com:gitlab4j/gitlab4j-api.git scm:git:git@github.com:gitlab4j/gitlab4j-api.git - gitlab4j-api-5.1.0 + gitlab4j-api-6.0.0-rc.1 -- GitLab