From 7c97406cad1d88060ef401bca44881bea5661621 Mon Sep 17 00:00:00 2001 From: Greg Messner <greg@messners.com> Date: Thu, 13 Dec 2018 11:56:18 -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 16a4d463..43576463 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>org.gitlab4j</groupId> <artifactId>gitlab4j-api</artifactId> <packaging>jar</packaging> - <version>4.9.4</version> + <version>4.9.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>https://github.com/gmessner/gitlab4j-api</url> @@ -55,7 +55,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.9.4</tag> + <tag>HEAD</tag> </scm> <build> -- GitLab