From 14e2413c13293693112949294a55ab5d9f272cb9 Mon Sep 17 00:00:00 2001 From: Justin Pfifer Date: Thu, 20 Jul 2017 12:03:34 -0700 Subject: [PATCH] Advance version, and drop Java 7 support (#176) * Advance version, and drop Java 7 support Advanced the version to 1.8.0 as Java 7 support is being removed. * Remove build settings for Java 7 Removed the configuration for Java 7, and switched to trusty for access to openjdk8. --- .travis.yml | 6 +++--- pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index ebb7a2acf..320f811cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: java jdk: - - openjdk7 - - oraclejdk7 + - openjdk8 - oraclejdk8 -sudo: false \ No newline at end of file +sudo: false +dist: trusty \ No newline at end of file diff --git a/pom.xml b/pom.xml index b4a1d10e6..47069ad7e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ amazon-kinesis-client jar Amazon Kinesis Client Library for Java - 1.7.6 + 1.8.0-SNAPSHOT The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data from Amazon Kinesis. @@ -131,8 +131,8 @@ maven-compiler-plugin 3.2 - 1.7 - 1.7 + 1.8 + 1.8 UTF-8