diff --git a/README.md b/README.md index ddc00b2a56e936b888fbfc6236e04fef5f25eaa6..4df364df94f86332e769422e07aee355b3caee27 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.4.0' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '5.5.0' } ``` @@ -69,7 +69,7 @@ dependencies { org.gitlab4j gitlab4j-api - 5.4.0 + 5.5.0 ``` @@ -80,7 +80,7 @@ dependencies { Just add this line at the top of your script: ```java -//DEPS org.gitlab4j:gitlab4j-api:5.4.0 +//DEPS org.gitlab4j:gitlab4j-api:5.5.0 ``` **Ivy and SBT**
diff --git a/pom.xml b/pom.xml index 6ed6c796ac29170ac3a648a2bb953b9ab67372c7..40176565defcd6392777d08fbb5fc0fa11053787 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.gitlab4j gitlab4j-api jar - 5.4.0 + 5.5.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.4.0 + gitlab4j-api-5.5.0