Skip to content

Commit 10b3719

Browse files
committed
[maven-release-plugin] prepare release gitlab4j-api-6.0.0-rc.2
1 parent 2f4d812 commit 10b3719

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
@@ -53,7 +53,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
5353
```java
5454
dependencies {
5555
...
56-
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.1'
56+
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.2'
5757
}
5858
```
5959

@@ -64,7 +64,7 @@ dependencies {
6464
<dependency>
6565
<groupId>org.gitlab4j</groupId>
6666
<artifactId>gitlab4j-api</artifactId>
67-
<version>6.0.0-rc.1</version>
67+
<version>6.0.0-rc.2</version>
6868
</dependency>
6969
```
7070

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.gitlab4j</groupId>
66
<artifactId>gitlab4j-api</artifactId>
77
<packaging>jar</packaging>
8-
<version>6.0.0-rc.1</version>
8+
<version>6.0.0-rc.2</version>
99
<name>GitLab4J-API - GitLab API Java Client</name>
1010
<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>
1111
<url>https://github.com/gitlab4j/gitlab4j-api</url>
@@ -78,7 +78,7 @@
7878
<url>[email protected]:gitlab4j/gitlab4j-api.git</url>
7979
<connection>scm:git:[email protected]:gitlab4j/gitlab4j-api.git</connection>
8080
<developerConnection>scm:git:[email protected]:gitlab4j/gitlab4j-api.git</developerConnection>
81-
<tag>gitlab4j-api-6.0.0-rc.1</tag>
81+
<tag>gitlab4j-api-6.0.0-rc.2</tag>
8282
</scm>
8383

8484
<build>

0 commit comments

Comments
 (0)