From 882a4ec4cbe8971fded492a67f8b808b35402ce4 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sat, 16 Sep 2017 20:13:37 -0400
Subject: [PATCH] build(release): releasing version 1.4.1.

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

diff --git a/pom.xml b/pom.xml
index 439d0d0e..151470fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
 
     <groupId>com.aparapi</groupId>
     <artifactId>aparapi</artifactId>
-    <version>1.4.1-SNAPSHOT</version>
+    <version>1.4.1</version>
     <packaging>jar</packaging>
 
     <prerequisites>
@@ -45,6 +45,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.4.1</tag>
     </scm>
 
     <issueManagement>
-- 
GitLab