From 2f584fb781a7492013c26fa11df19fea7574cf47 Mon Sep 17 00:00:00 2001 From: Gautier de Saint Martin Lacaze Date: Wed, 12 Apr 2023 16:29:29 +0200 Subject: [PATCH] [maven-release-plugin] prepare release gitlab4j-api-5.2.0 --- README.md | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 74e305d4a..ae5a5be86 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: '5.1.0' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '5.2.0' } ``` @@ -64,7 +64,7 @@ dependencies { org.gitlab4j gitlab4j-api - 5.1.0 + 5.2.0 ``` diff --git a/pom.xml b/pom.xml index a3919c943..b501c2541 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.gitlab4j gitlab4j-api jar - 5.1.0 + 5.2.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 @@ -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-5.2.0