diff --git a/pom.xml b/pom.xml index 192bc45b7dc544f2bbbfb679ba69cadb2072a8f4..7efc67264ff3b768f0ec19c5114edfaa5a547c19 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>org.gitlab4j</groupId> <artifactId>gitlab4j-api</artifactId> <packaging>jar</packaging> - <version>4.8.22</version> + <version>4.8.23-SNAPSHOT</version> <name>GitLab API Java Client</name> <description>GitLab API for Java (gitlab4j-api) provides a full featured Java API for working with GitLab repositories via the GitLab REST API.</description> <url>https://github.com/gmessner/gitlab4j-api</url> @@ -52,7 +52,7 @@ <url>git@github.com:gmessner/gitlab4j-api.git</url> <connection>scm:git:git@github.com:gmessner/gitlab4j-api.git</connection> <developerConnection>scm:git:git@github.com:gmessner/gitlab4j-api.git</developerConnection> - <tag>gitlab4j-api-4.8.22</tag> + <tag>HEAD</tag> </scm> <build>