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
1e112a56
Commit
1e112a56
authored
2 years ago
by
Gautier de Saint Martin Lacaze
Browse files
Options
Download
Email Patches
Plain Diff
[maven-release-plugin] prepare release gitlab4j-api-5.1.0
parent
d8a7ea93
main
6.x
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-2
README.md
pom.xml
+3
-5
pom.xml
with
5 additions
and
7 deletions
+5
-7
README.md
+
2
-
2
View file @
1e112a56
...
...
@@ -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 {
<dependency>
<groupId>
org.gitlab4j
</groupId>
<artifactId>
gitlab4j-api
</artifactId>
<version>
5.
0.1
</version>
<version>
5.
1.0
</version>
</dependency>
```
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
3
-
5
View file @
1e112a56
<?xml version="1.0" encoding="UTF-8"?>
<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"
>
<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"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.gitlab4j
</groupId>
<artifactId>
gitlab4j-api
</artifactId>
<packaging>
jar
</packaging>
<version>
5.1.0
-SNAPSHOT
</version>
<version>
5.1.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>
...
...
@@ -80,7 +78,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>
head
</tag>
<tag>
gitlab4j-api-5.1.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