Skip to content

Commit 1e112a5

Browse files
committed
[maven-release-plugin] prepare release gitlab4j-api-5.1.0
1 parent d8a7ea9 commit 1e112a5

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
5454
```java
5555
dependencies {
5656
...
57-
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '5.0.1'
57+
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '5.1.0'
5858
}
5959
```
6060

@@ -65,7 +65,7 @@ dependencies {
6565
<dependency>
6666
<groupId>org.gitlab4j</groupId>
6767
<artifactId>gitlab4j-api</artifactId>
68-
<version>5.0.1</version>
68+
<version>5.1.0</version>
6969
</dependency>
7070
```
7171

pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?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">
53

64
<modelVersion>4.0.0</modelVersion>
75
<groupId>org.gitlab4j</groupId>
86
<artifactId>gitlab4j-api</artifactId>
97
<packaging>jar</packaging>
10-
<version>5.1.0-SNAPSHOT</version>
8+
<version>5.1.0</version>
119
<name>GitLab4J-API - GitLab API Java Client</name>
1210
<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>
1311
<url>https://github.com/gitlab4j/gitlab4j-api</url>
@@ -80,7 +78,7 @@
8078
<url>[email protected]:gitlab4j/gitlab4j-api.git</url>
8179
<connection>scm:git:[email protected]:gitlab4j/gitlab4j-api.git</connection>
8280
<developerConnection>scm:git:[email protected]:gitlab4j/gitlab4j-api.git</developerConnection>
83-
<tag>head</tag>
81+
<tag>gitlab4j-api-5.1.0</tag>
8482
</scm>
8583

8684
<build>

0 commit comments

Comments
 (0)