From 0b52898a813e3937a1dae111a2db2c059258ac7a Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sun, 11 Feb 2018 23:00:10 -0500
Subject: [PATCH] release version 1.5.0

---
 README.md | 2 +-
 pom.xml   | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 9b98e4e2..63bb4c46 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,6 @@ matches it since snapshots do not appear in maven central.
 
 ```bash
 
-git checkout v1.3.4
+git checkout v1.5.0
 mvn clean package exec:java
 ```
diff --git a/pom.xml b/pom.xml
index b8889cf8..fee87254 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
     <groupId>com.aparapi</groupId>
     <artifactId>aparapi-examples</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.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.5.0</tag>
     </scm>
 
     <issueManagement>
@@ -81,7 +82,7 @@
         <dependency>
             <groupId>com.aparapi</groupId>
             <artifactId>aparapi</artifactId>
-            <version>1.5.0-SNAPSHOT</version>
+            <version>1.5.0</version>
         </dependency>
         <dependency>
             <groupId>org.jogamp.gluegen</groupId>
-- 
GitLab