File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
54
54
``` java
55
55
dependencies {
56
56
...
57
- compile group: ' org.gitlab4j' , name: ' gitlab4j-api' , version: ' 5.0.1 '
57
+ compile group: ' org.gitlab4j' , name: ' gitlab4j-api' , version: ' 5.1.0 '
58
58
}
59
59
```
60
60
@@ -65,7 +65,7 @@ dependencies {
65
65
<dependency >
66
66
<groupId >org.gitlab4j</groupId >
67
67
<artifactId >gitlab4j-api</artifactId >
68
- <version >5.0.1 </version >
68
+ <version >5.1.0 </version >
69
69
</dependency >
70
70
```
71
71
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
5
3
6
4
<modelVersion >4.0.0</modelVersion >
7
5
<groupId >org.gitlab4j</groupId >
8
6
<artifactId >gitlab4j-api</artifactId >
9
7
<packaging >jar</packaging >
10
- <version >5.1.0-SNAPSHOT </version >
8
+ <version >5.1.0</version >
11
9
<name >GitLab4J-API - GitLab API Java Client</name >
12
10
<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 >
13
11
<url >https://github.com/gitlab4j/gitlab4j-api</url >
80
78
<url >git@github.com:gitlab4j/gitlab4j-api.git</url >
81
79
<connection >scm:git:git@github.com:gitlab4j/gitlab4j-api.git</connection >
82
80
<developerConnection >scm:git:git@github.com:gitlab4j/gitlab4j-api.git</developerConnection >
83
- <tag >head </tag >
81
+ <tag >gitlab4j-api-5.1.0 </tag >
84
82
</scm >
85
83
86
84
<build >
You can’t perform that action at this time.
0 commit comments