Skip to content

Commit 97b9147

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent a8cbd0c commit 97b9147

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sourceCompatibility = 1.8
1515
targetCompatibility = 1.8
1616

1717
group = "org.gitlab"
18-
version = "4.0.1-SNAPSHOT"
18+
version = "4.1.2-SNAPSHOT"
1919

2020
repositories {
2121
mavenLocal()
@@ -61,4 +61,4 @@ test {
6161
includeEngines 'junit-jupiter'
6262
includeEngines 'junit-vintage'
6363
}
64-
}
64+
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.gitlab</groupId>
66
<artifactId>java-gitlab-api</artifactId>
7-
<version>4.1.1</version>
7+
<version>4.1.2-SNAPSHOT</version>
88

99
<name>Gitlab Java API Wrapper</name>
1010
<description>A Java wrapper for the Gitlab Git Hosting Server API</description>

0 commit comments

Comments
 (0)