From 4398dfed0f2ec592df16e52edee9ce477c9dac7e Mon Sep 17 00:00:00 2001 From: Jeremie Bresson Date: Sat, 18 Nov 2023 10:57:28 +0100 Subject: [PATCH] [release] prepare release gitlab4j-api-6.0.0-rc.3 --- README.md | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eb1490910..1c839d2b8 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-rc.2' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.3' } ``` @@ -64,7 +64,7 @@ dependencies { org.gitlab4j gitlab4j-api - 6.0.0-rc.2 + 6.0.0-rc.3 ``` @@ -75,7 +75,7 @@ dependencies { Just add this line at the top of your script: ```java -//DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.2 +//DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.3 ``` **Ivy and SBT**
diff --git a/pom.xml b/pom.xml index 5bd5d1287..3000d13c1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.gitlab4j gitlab4j-api jar - 6.0.0-rc.2 + 6.0.0-rc.3 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-6.0.0-rc.2 + gitlab4j-api-6.0.0-rc.3