diff --git a/README.md b/README.md index 1d097d22..ddc00b2a 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 85d10a16..6ed6c796 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