From bad792232a8fe3f3c34321740ee7e9c1e84b37d3 Mon Sep 17 00:00:00 2001 From: Jeremie Bresson Date: Mon, 30 Dec 2024 08:33:39 +0100 Subject: [PATCH] [Gradle Release Plugin] - pre tag commit: '6.0.0-rc.8'. --- README.md | 10 +++++----- gradle.properties | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0be12719..4a9c261f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de ```java dependencies { ... - implementation group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.7' + implementation group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.8' } ``` @@ -40,7 +40,7 @@ dependencies { org.gitlab4j gitlab4j-api - 6.0.0-rc.7 + 6.0.0-rc.8 ``` @@ -51,7 +51,7 @@ dependencies { Just add this line at the top of your script: ```java -//DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.7 +//DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.8 ``` **Ivy and SBT**
@@ -146,7 +146,7 @@ Those projects might want to use the Jackson-based model classes, and implement ```java dependencies { ... - implementation 'org.gitlab4j:gitlab4j-models:6.0.0-rc.7' + implementation 'org.gitlab4j:gitlab4j-models:6.0.0-rc.8' } ``` @@ -155,7 +155,7 @@ dependencies { org.gitlab4j gitlab4j-models - 6.0.0-rc.7 + 6.0.0-rc.8 ``` diff --git a/gradle.properties b/gradle.properties index fc3884b6..85e7753a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -version=6.0.0-SNAPSHOT -lastVersion=6.0.0-rc.7 +version=6.0.0-rc.8 +lastVersion=6.0.0-rc.8 githubRepositoryOwner=gitlab4j githubRepositoryName=gitlab4j-api