From 329752b434610f1546cba0735881de5e3bd23e77 Mon Sep 17 00:00:00 2001 From: Jeremie Bresson Date: Sat, 25 May 2024 07:13:01 +0200 Subject: [PATCH] [release] prepare release gitlab4j-api-5.6.0 --- README.md | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4df364df..eb14e3e4 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de ```java dependencies { ... - compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '5.5.0' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '5.6.0' } ``` @@ -69,7 +69,7 @@ dependencies { org.gitlab4j gitlab4j-api - 5.5.0 + 5.6.0 ``` @@ -80,7 +80,7 @@ dependencies { Just add this line at the top of your script: ```java -//DEPS org.gitlab4j:gitlab4j-api:5.5.0 +//DEPS org.gitlab4j:gitlab4j-api:5.6.0 ``` **Ivy and SBT**
diff --git a/pom.xml b/pom.xml index 40176565..bb7c5300 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.gitlab4j gitlab4j-api jar - 5.5.0 + 5.6.0 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 @@ -77,7 +77,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.5.0 + gitlab4j-api-5.6.0 -- GitLab