Skip to content

Commit 064b915

Browse files
committed
Bumped version.
1 parent ffc5e18 commit 064b915

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To utilize GitLab4J™ API in your Java project, simply add the following de
5050
```java
5151
dependencies {
5252
...
53-
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.11.12'
53+
compile group: 'org.gitlab4j', name: 'gitlab4j-api', version: '4.11.14'
5454
}
5555
```
5656

@@ -61,7 +61,7 @@ dependencies {
6161
<dependency>
6262
<groupId>org.gitlab4j</groupId>
6363
<artifactId>gitlab4j-api</artifactId>
64-
<version>4.11.12</version>
64+
<version>4.11.14</version>
6565
</dependency>
6666
```
6767

pom.xml

Lines changed: 1 addition & 1 deletion
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>4.11.13-SNAPSHOT</version>
8+
<version>4.11.14-SNAPSHOT</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>

0 commit comments

Comments
 (0)