From d3132babe2dc3c0bec573a45ff7fb3d06afa9e66 Mon Sep 17 00:00:00 2001
From: Joseph Walton-Rivers <jwalto@essex.ac.uk>
Date: Fri, 28 Oct 2016 16:46:48 +0100
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 810b771..e34e7bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
   <groupId>com.fossgalaxy.common</groupId>
   <artifactId>parent-pom</artifactId>
-  <version>0.2</version>
+  <version>0.3-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>FOSS Galaxy POM</name>
@@ -34,7 +34,7 @@
     <connection>scm:git:git://git@git.fossgalaxy.com/${fossgalaxy.owner.id}/${fossgalaxy.repo.id}.git</connection>
     <developerConnection>scm:git:ssh://git@git.fossgalaxy.com/${fossgalaxy.owner.id}/${fossgalaxy.repo.id}.git</developerConnection>
     <url>https://git.fossgalaxy.com/${fossgalaxy.owner.id}/${fossgalaxy.repo.id}</url>
-    <tag>v0.2</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <!-- tag FossGalaxy projects -->
-- 
GitLab