From 1c9e0c9ffe4fc64a0259eae035220fa014fc175e Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Tue, 24 Apr 2018 20:00:22 -0400 Subject: [PATCH] build(release): releasing version 1.3.1. --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bf9c9ae..e3eab1f 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>com.aparapi</groupId> <artifactId>aparapi-jni</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.1</version> <packaging>jar</packaging> <properties> @@ -40,6 +40,7 @@ <connection>scm:git:https://github.com/Syncleus/aparapi-jni.git</connection> <developerConnection>scm:git:ssh://git@github.com/Syncleus/aparapi-jni.git</developerConnection> <url>https://github.com/Syncleus/aparapi-jni</url> + <tag>v1.3.1</tag> </scm> <issueManagement> -- GitLab