diff --git a/README.md b/README.md index eb14909107339765dbe938f7909746563cb5494a..1c839d2b8fbc7b734e05375096b0dcb0fd18d2c8 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: '6.0.0-rc.2' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.3' } ``` @@ -64,7 +64,7 @@ dependencies { org.gitlab4j gitlab4j-api - 6.0.0-rc.2 + 6.0.0-rc.3 ``` @@ -75,7 +75,7 @@ dependencies { Just add this line at the top of your script: ```java -//DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.2 +//DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.3 ``` **Ivy and SBT**
diff --git a/pom.xml b/pom.xml index 5bd5d12873ad2e3f4b3acf7fd1a143f33d59ce4b..3000d13c137b3aa059713e44b0c74acbd78696b1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.gitlab4j gitlab4j-api jar - 6.0.0-rc.2 + 6.0.0-rc.3 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-6.0.0-rc.2 + gitlab4j-api-6.0.0-rc.3