From 988f71cfb082b1fec1b9dea504d456438f069843 Mon Sep 17 00:00:00 2001 From: Greg Messner <greg@messners.com> Date: Sun, 7 Jan 2018 19:56:42 -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 2a05ffd4..32d2db88 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.14</version> + <version>4.7.15-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> @@ -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.14</tag> + <tag>HEAD</tag> </scm> <build> -- GitLab