From d21912293ee4d51abe06b05d1d6e6a54df67f3d6 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sun, 22 Apr 2018 21:04:34 -0400
Subject: [PATCH] build(release): releasing version 1.7.0

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

diff --git a/pom.xml b/pom.xml
index dce53185..f7ad9870 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
     <groupId>com.aparapi</groupId>
     <artifactId>aparapi-examples</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.0</version>
     <packaging>jar</packaging>
 
     <properties>
@@ -40,6 +40,7 @@
         <connection>scm:git:https://github.com/Syncleus/aparapi-examples.git</connection>
         <developerConnection>scm:git:ssh://git@github.com/Syncleus/aparapi-examples.git</developerConnection>
         <url>https://github.com/Syncleus/aparapi-examples</url>
+	<tag>v1.7.0</tag>
     </scm>
 
     <issueManagement>
@@ -81,7 +82,7 @@
         <dependency>
             <groupId>com.aparapi</groupId>
             <artifactId>aparapi</artifactId>
-            <version>1.7.0-SNAPSHOT</version>
+            <version>1.7.0</version>
         </dependency>
         <dependency>
             <groupId>org.jogamp.gluegen</groupId>
-- 
GitLab