We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8cbd0c commit 97b9147Copy full SHA for 97b9147
build.gradle
@@ -15,7 +15,7 @@ sourceCompatibility = 1.8
15
targetCompatibility = 1.8
16
17
group = "org.gitlab"
18
-version = "4.0.1-SNAPSHOT"
+version = "4.1.2-SNAPSHOT"
19
20
repositories {
21
mavenLocal()
@@ -61,4 +61,4 @@ test {
61
includeEngines 'junit-jupiter'
62
includeEngines 'junit-vintage'
63
}
64
-}
+}
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.gitlab</groupId>
6
<artifactId>java-gitlab-api</artifactId>
7
- <version>4.1.1</version>
+ <version>4.1.2-SNAPSHOT</version>
8
9
<name>Gitlab Java API Wrapper</name>
10
<description>A Java wrapper for the Gitlab Git Hosting Server API</description>
0 commit comments