From 793146e2867ea036b1d5454bd31b3287f8fb34c5 Mon Sep 17 00:00:00 2001 From: Jeremie Bresson Date: Sat, 18 Nov 2023 08:57:19 +0100 Subject: [PATCH] [release] prepare release gitlab4j-api-5.4.0 --- README.md | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1d097d228..ddc00b2a5 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.3.0' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '5.4.0' } ``` @@ -69,7 +69,7 @@ dependencies { org.gitlab4j gitlab4j-api - 5.3.0 + 5.4.0 ``` @@ -80,7 +80,7 @@ dependencies { Just add this line at the top of your script: ```java -//DEPS org.gitlab4j:gitlab4j-api:5.3.0 +//DEPS org.gitlab4j:gitlab4j-api:5.4.0 ``` **Ivy and SBT**
diff --git a/pom.xml b/pom.xml index 85d10a16d..6ed6c796a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.gitlab4j gitlab4j-api jar - 5.3.0 + 5.4.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.3.0 + gitlab4j-api-5.4.0