diff --git a/README.md b/README.md index c0b3bcc01d5c72cf189ea3e5ed03ae926f117d79..3d3a6efa8d8431da73c9677103357f13703857d5 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.0.1' + compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '5.1.0' } ``` @@ -65,7 +65,7 @@ dependencies { org.gitlab4j gitlab4j-api - 5.0.1 + 5.1.0 ``` diff --git a/pom.xml b/pom.xml index 4b18d4626bf5fafdcb32c47409aca1cf8dfa1f25..a3919c943207f76775bc6898b51ab4a36ca5d361 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,11 @@ - + 4.0.0 org.gitlab4j gitlab4j-api jar - 5.1.0-SNAPSHOT + 5.1.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 @@ -80,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 - head + gitlab4j-api-5.1.0