From 0d835baf4aeeae5ddace33992a62f02874e89f9d Mon Sep 17 00:00:00 2001 From: "Pfifer, Justin" Date: Wed, 7 Jun 2017 08:15:40 -0700 Subject: [PATCH 1/2] Advance version, and drop Java 7 support Advanced the version to 1.8.0 as Java 7 support is being removed. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 26304866..0772a842 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ amazon-kinesis-client jar Amazon Kinesis Client Library for Java - 1.7.5 + 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 From 9fa27a6c7fa480a465304eaafd1b5e9dc785a1e7 Mon Sep 17 00:00:00 2001 From: "Pfifer, Justin" Date: Wed, 7 Jun 2017 08:24:20 -0700 Subject: [PATCH 2/2] Remove build settings for Java 7 Removed the configuration for Java 7, and switched to trusty for access to openjdk8. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ebb7a2ac..320f811c 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