Skip to content

Commit

Permalink
[maven-release-plugin] prepare release gitlab4j-api-6.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jabby committed Jun 15, 2023
1 parent 2f4d812 commit 10b3719
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
```java
dependencies {
...
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.1'
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '6.0.0-rc.2'
}
```

Expand All @@ -64,7 +64,7 @@ dependencies {
<dependency>
<groupId>org.gitlab4j</groupId>
<artifactId>gitlab4j-api</artifactId>
<version>6.0.0-rc.1</version>
<version>6.0.0-rc.2</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.gitlab4j</groupId>
<artifactId>gitlab4j-api</artifactId>
<packaging>jar</packaging>
<version>6.0.0-rc.1</version>
<version>6.0.0-rc.2</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>
Expand Down Expand Up @@ -78,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>gitlab4j-api-6.0.0-rc.1</tag>
<tag>gitlab4j-api-6.0.0-rc.2</tag>
</scm>

<build>
Expand Down

0 comments on commit 10b3719

Please sign in to comment.