Skip to content

Commit 329752b

Browse files
committed
[release] prepare release gitlab4j-api-5.6.0
1 parent a7fe866 commit 329752b

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
@@ -58,7 +58,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
5858
```java
5959
dependencies {
6060
...
61-
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '5.5.0'
61+
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '5.6.0'
6262
}
6363
```
6464

@@ -69,7 +69,7 @@ dependencies {
6969
<dependency>
7070
<groupId>org.gitlab4j</groupId>
7171
<artifactId>gitlab4j-api</artifactId>
72-
<version>5.5.0</version>
72+
<version>5.6.0</version>
7373
</dependency>
7474
```
7575

@@ -80,7 +80,7 @@ dependencies {
8080
Just add this line at the top of your script:
8181

8282
```java
83-
//DEPS org.gitlab4j:gitlab4j-api:5.5.0
83+
//DEPS org.gitlab4j:gitlab4j-api:5.6.0
8484
```
8585

8686
**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>5.5.0</version>
8+
<version>5.6.0</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>
@@ -77,7 +77,7 @@
7777
<url>[email protected]:gitlab4j/gitlab4j-api.git</url>
7878
<connection>scm:git:[email protected]:gitlab4j/gitlab4j-api.git</connection>
7979
<developerConnection>scm:git:[email protected]:gitlab4j/gitlab4j-api.git</developerConnection>
80-
<tag>gitlab4j-api-5.5.0</tag>
80+
<tag>gitlab4j-api-5.6.0</tag>
8181
</scm>
8282

8383
<build>

0 commit comments

Comments
 (0)