Skip to content

Commit

Permalink
[release] prepare release gitlab4j-api-5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmini committed Nov 18, 2023
1 parent 906e79a commit 793146e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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.3.0'
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '5.4.0'
}
```

Expand All @@ -69,7 +69,7 @@ dependencies {
<dependency>
<groupId>org.gitlab4j</groupId>
<artifactId>gitlab4j-api</artifactId>
<version>5.3.0</version>
<version>5.4.0</version>
</dependency>
```

Expand All @@ -80,7 +80,7 @@ dependencies {
Just add this line at the top of your script:

```java
//DEPS org.gitlab4j:gitlab4j-api:5.3.0
//DEPS org.gitlab4j:gitlab4j-api:5.4.0
```

**Ivy and SBT**<br/>
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>5.3.0</version>
<version>5.4.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>
Expand Down Expand Up @@ -77,7 +77,7 @@
<url>[email protected]:gitlab4j/gitlab4j-api.git</url>
<connection>scm:git:[email protected]:gitlab4j/gitlab4j-api.git</connection>
<developerConnection>scm:git:[email protected]:gitlab4j/gitlab4j-api.git</developerConnection>
<tag>gitlab4j-api-5.3.0</tag>
<tag>gitlab4j-api-5.4.0</tag>
</scm>

<build>
Expand Down

0 comments on commit 793146e

Please sign in to comment.