From c3ce1db17bdbf982d4aaf8e84e0e0d74c5432049 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Mon, 16 Apr 2018 09:27:31 -0400 Subject: [PATCH] build(versioning): bumped to 1.6 snapshot. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3b9f0565..29a1a329 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>com.aparapi</groupId> <artifactId>aparapi-examples</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -81,7 +81,7 @@ <dependency> <groupId>com.aparapi</groupId> <artifactId>aparapi</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.jogamp.gluegen</groupId> -- GitLab