From b43249e1aa045b2cc1f4596f9dfdeea61e7709ca Mon Sep 17 00:00:00 2001 From: Carlo Sciolla Date: Wed, 21 Aug 2019 17:20:22 +0200 Subject: [PATCH] Bumping java version for CI --- .circleci/config.yml | 2 +- plantuml-mode.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 51d2661..f9d2e95 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ default: &default-steps command: apt-get update - run: name: Install prerequisites - command: apt-get install -y openjdk-8-jre make python git + command: apt-get install -y openjdk-11-jre make python git - run: name: Install cask command: curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python diff --git a/plantuml-mode.el b/plantuml-mode.el index c811081..273fb28 100644 --- a/plantuml-mode.el +++ b/plantuml-mode.el @@ -93,7 +93,7 @@ (defvar plantuml-mode-hook nil "Standard hook for plantuml-mode.") -(defconst plantuml-mode-version "20190821.1447" "The plantuml-mode version string.") +(defconst plantuml-mode-version "20190821.1520" "The plantuml-mode version string.") (defvar plantuml-mode-debug-enabled nil)