diff --git a/README.md b/README.md index e25151202..1ff75c56e 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.1.0' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '5.1.1' } ``` @@ -65,7 +65,7 @@ dependencies { org.gitlab4j gitlab4j-api - 5.1.0 + 5.1.1 ``` diff --git a/pom.xml b/pom.xml index a3919c943..60bf97842 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.gitlab4j gitlab4j-api jar - 5.1.0 + 5.1.1 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-5.1.0 + gitlab4j-api-5.1.1