From 6c81f42cc03aa7effef1dd77f0aaf413b1e2e453 Mon Sep 17 00:00:00 2001 From: Emmastone Date: Mon, 27 Nov 2017 12:51:11 +0000 Subject: [PATCH 1/4] [BUGFIX] Actions Output Related to an issue on @Parabot --- src/main/java/org/rev317/min/callback/MenuAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/rev317/min/callback/MenuAction.java b/src/main/java/org/rev317/min/callback/MenuAction.java index 1d7246b..f38ea11 100644 --- a/src/main/java/org/rev317/min/callback/MenuAction.java +++ b/src/main/java/org/rev317/min/callback/MenuAction.java @@ -52,7 +52,7 @@ public class MenuAction { * @param currentOutputIndex */ public static void setCurrentOutputIndex(int currentOutputIndex) { - if (currentOutputIndex > outputs.length - 1) { + if (currentOutputIndex > outputs.length) { currentOutputIndex = 0; } MenuAction.currentOutputIndex = currentOutputIndex; From bc1197dfd3767d3f5dc82f11ff305a7b3db9e601 Mon Sep 17 00:00:00 2001 From: Emmastone Date: Mon, 27 Nov 2017 12:52:17 +0000 Subject: [PATCH 2/4] [TASK] Version Bump --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cf33b70..db169a7 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.parabot 317-api-minified - 1.21.3 + 1.21.4 Parabot 317-API-Minified From 26b22268cfe9fc7539770380fb812762376eba50 Mon Sep 17 00:00:00 2001 From: Emmastone Date: Mon, 27 Nov 2017 12:52:34 +0000 Subject: [PATCH 3/4] [TASK] Travis Version Bump --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8064595..38abefd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ notifications: env: global: - - PROVIDER_VERSION=1.21.3 + - PROVIDER_VERSION=1.21.4 cache: directories: From d0edfe77a6adb845930b35a4671b443d4510fc14 Mon Sep 17 00:00:00 2001 From: Emmastone Date: Mon, 27 Nov 2017 12:56:20 +0000 Subject: [PATCH 4/4] [BUGFIX] Fixed jdk version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 38abefd..b11ba9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: java jdk: - - oraclejdk7 + - openjdk7 - oraclejdk8 before_install: