Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
47e9e670
Commit
47e9e670
authored
1 year ago
by
Jeremie Bresson
Browse files
Options
Download
Email Patches
Plain Diff
[release] prepare release gitlab4j-api-5.5.0
parent
6a89da05
main
6.x
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+3
-3
README.md
pom.xml
+2
-2
pom.xml
with
5 additions
and
5 deletions
+5
-5
README.md
+
3
-
3
View file @
47e9e670
...
...
@@ -58,7 +58,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.
4
.
0
'
compile
group:
'
org
.
gitlab4j
'
,
name:
'
gitlab4j
-
api
'
,
version:
'
5.
5
.
0
'
}
```
...
...
@@ -69,7 +69,7 @@ dependencies {
<dependency>
<groupId>
org.gitlab4j
</groupId>
<artifactId>
gitlab4j-api
</artifactId>
<version>
5.
4
.0
</version>
<version>
5.
5
.0
</version>
</dependency>
```
...
...
@@ -80,7 +80,7 @@ dependencies {
Just add this line at the top of your script:
```
java
//DEPS org.gitlab4j:gitlab4j-api:5.
4
.0
//DEPS org.gitlab4j:gitlab4j-api:5.
5
.0
```
**Ivy and SBT**
<br/>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
2
-
2
View file @
47e9e670
...
...
@@ -5,7 +5,7 @@
<groupId>
org.gitlab4j
</groupId>
<artifactId>
gitlab4j-api
</artifactId>
<packaging>
jar
</packaging>
<version>
5.
4
.0
</version>
<version>
5.
5
.0
</version>
<name>
GitLab4J-API - GitLab API Java Client
</name>
<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>
<url>
https://github.com/gitlab4j/gitlab4j-api
</url>
...
...
@@ -77,7 +77,7 @@
<url>
git@github.com:gitlab4j/gitlab4j-api.git
</url>
<connection>
scm:git:git@github.com:gitlab4j/gitlab4j-api.git
</connection>
<developerConnection>
scm:git:git@github.com:gitlab4j/gitlab4j-api.git
</developerConnection>
<tag>
gitlab4j-api-5.
4
.0
</tag>
<tag>
gitlab4j-api-5.
5
.0
</tag>
</scm>
<build>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets