From e5ecec9d4dad82f96f6d7a64a8e32fe03641b833 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 19 Jan 2020 01:06:52 +0100 Subject: [PATCH] Build: Bumped version to 2.0.0-SNAPSHOT Since we bumped the minimum acceptable java version must also bump Aparapi major version. --- CHANGELOG.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9341e7b6..ebe1e5e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Aparapi Changelog -## v1.10.1 +## v2.0.0 * Fixed bug causing wrong Aparapi-native library to be loaded. * Minimum Java JDK compatible is now 1.8 or higher, used to be 1.7 diff --git a/pom.xml b/pom.xml index ceac3af1..79041369 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>com.aparapi</groupId> <artifactId>aparapi</artifactId> - <version>1.10.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <packaging>jar</packaging> <prerequisites> -- GitLab