From ceca34826d77dae29fd7bf8f6afdc66f7ed460e4 Mon Sep 17 00:00:00 2001
From: Joseph Walton-Rivers <jwalto@essex.ac.uk>
Date: Fri, 28 Oct 2016 16:45:02 +0100
Subject: [PATCH] [maven-release-plugin] prepare release v0.2

---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 64a58ce..fb637bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
   <groupId>com.fossgalaxy.common</groupId>
   <artifactId>parent-pom</artifactId>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <packaging>pom</packaging>
 
   <name>FOSS Galaxy POM</name>
@@ -34,6 +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>
   </scm>
 
   <!-- tag FossGalaxy projects -->
-- 
GitLab