Skip to content

Commit 6e0ff51

Browse files
committed
[release] prepare release gitlab4j-api-6.0.0-rc.5
1 parent ee4c676 commit 6e0ff51

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
5353
```java
5454
dependencies {
5555
...
56-
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.4'
56+
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.5'
5757
}
5858
```
5959

@@ -64,7 +64,7 @@ dependencies {
6464
<dependency>
6565
<groupId>org.gitlab4j</groupId>
6666
<artifactId>gitlab4j-api</artifactId>
67-
<version>6.0.0-rc.4</version>
67+
<version>6.0.0-rc.5</version>
6868
</dependency>
6969
```
7070

@@ -75,7 +75,7 @@ dependencies {
7575
Just add this line at the top of your script:
7676

7777
```java
78-
//DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.4
78+
//DEPS org.gitlab4j:gitlab4j-api:6.0.0-rc.5
7979
```
8080

8181
**Ivy and SBT**<br/>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.gitlab4j</groupId>
66
<artifactId>gitlab4j-api</artifactId>
77
<packaging>jar</packaging>
8-
<version>6.0.0-rc.4</version>
8+
<version>6.0.0-rc.5</version>
99
<name>GitLab4J-API - GitLab API Java Client</name>
1010
<description>GitLab4J-API (gitlab4j-api) provides a full featured Java client library for working with GitLab repositories and servers via the GitLab REST API.</description>
1111
<url>https://github.com/gitlab4j/gitlab4j-api</url>
@@ -78,7 +78,7 @@
7878
<url>[email protected]:gitlab4j/gitlab4j-api.git</url>
7979
<connection>scm:git:[email protected]:gitlab4j/gitlab4j-api.git</connection>
8080
<developerConnection>scm:git:[email protected]:gitlab4j/gitlab4j-api.git</developerConnection>
81-
<tag>gitlab4j-api-6.0.0-rc.4</tag>
81+
<tag>gitlab4j-api-6.0.0-rc.5</tag>
8282
</scm>
8383

8484
<build>

0 commit comments

Comments
 (0)