From ac78f803a2dd2254df7e972f3937db86982efdbe Mon Sep 17 00:00:00 2001 From: Greg Messner <greg@messners.com> Date: Thu, 7 Dec 2017 10:05:14 -0800 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c8a6b5b5..2a8cabb0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>org.gitlab4j</groupId> <artifactId>gitlab4j-api</artifactId> <packaging>jar</packaging> - <version>4.7.4</version> + <version>4.7.5-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>http://www.messners.com/#gitlab4j-api/gitlab4j-api.html</url> @@ -51,7 +51,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.7.4</tag> + <tag>HEAD</tag> </scm> <build> -- GitLab