From 80d51286c0fd0854e321757c56e27e61b73e1e33 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Fri, 28 Jul 2017 00:11:56 -0400 Subject: [PATCH] build(release): releasing version 1.4.0 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ba77afa5..65ba7200 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>com.aparapi</groupId> <artifactId>aparapi-examples</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.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.4.0</tag> </scm> <issueManagement> -- GitLab