From 1e112a56ff2b230342a721639103af88c687cd0a Mon Sep 17 00:00:00 2001 From: Gautier de Saint Martin Lacaze Date: Thu, 30 Mar 2023 17:47:41 +0200 Subject: [PATCH] [maven-release-plugin] prepare release gitlab4j-api-5.1.0 --- README.md | 4 ++-- pom.xml | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c0b3bcc0..3d3a6efa 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,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.0.1' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '5.1.0' } ``` @@ -65,7 +65,7 @@ dependencies { org.gitlab4j gitlab4j-api - 5.0.1 + 5.1.0 ``` diff --git a/pom.xml b/pom.xml index 4b18d462..a3919c94 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,11 @@ - + 4.0.0 org.gitlab4j gitlab4j-api jar - 5.1.0-SNAPSHOT + 5.1.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 @@ -80,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 - head + gitlab4j-api-5.1.0 -- GitLab