From b9501347bc22da42d1546f088d67560d2625e14c Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Fri, 27 Apr 2018 19:52:19 -0400
Subject: [PATCH] build(release): releasing version 1.9.0

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

diff --git a/pom.xml b/pom.xml
index 65a59a4b..98ef98d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
     <groupId>com.aparapi</groupId>
     <artifactId>aparapi</artifactId>
-    <version>1.9.0-SNAPSHOT</version>
+    <version>1.9.0</version>
     <packaging>jar</packaging>
 
     <prerequisites>
@@ -46,6 +46,7 @@
         <connection>scm:git:https://github.com/Syncleus/aparapi.git</connection>
         <developerConnection>scm:git:ssh://git@github.com/Syncleus/aparapi.git</developerConnection>
         <url>https://github.com/Syncleus/aparapi</url>
+        <tag>v1.9.0</tag>
     </scm>
 
     <issueManagement>
-- 
GitLab