Skip to content

Commit c81635c

Browse files
committed
[maven-release-plugin] prepare release gitlab4j-api-5.0.1
1 parent 9244144 commit c81635c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.0'
57+
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '5.0.1'
5858
}
5959
```
6060

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

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.gitlab4j</groupId>
88
<artifactId>gitlab4j-api</artifactId>
99
<packaging>jar</packaging>
10-
<version>5.0.0</version>
10+
<version>5.0.1</version>
1111
<name>GitLab4J-API - GitLab API Java Client</name>
1212
<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>
1313
<url>https://github.com/gitlab4j/gitlab4j-api</url>
@@ -80,7 +80,7 @@
8080
<url>[email protected]:gitlab4j/gitlab4j-api.git</url>
8181
<connection>scm:git:[email protected]:gitlab4j/gitlab4j-api.git</connection>
8282
<developerConnection>scm:git:[email protected]:gitlab4j/gitlab4j-api.git</developerConnection>
83-
<tag>gitlab4j-api-5.0.0</tag>
83+
<tag>gitlab4j-api-5.0.1</tag>
8484
</scm>
8585

8686
<build>

0 commit comments

Comments
 (0)