From a78f140288b8514253fc0b0aaddfbd267462c83c Mon Sep 17 00:00:00 2001 From: Brett Ryan Date: Fri, 11 Mar 2016 18:47:18 +1100 Subject: [PATCH] Use Java 8 for Confluence 5.9.x. --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 87dee4c..2ac0bbb 100644 --- a/pom.xml +++ b/pom.xml @@ -11,11 +11,11 @@ com.drunkendev.confluence.plugins attachment-tools-plugin Attachment Tools Plugin - 1.2.0-5.7 + 1.2.0-5.9-SNAPSHOT - 5.7.6 - 5.7.6 + 5.9.6 + 5.9.6 6.2.2 1.2.0 UTF-8 @@ -103,8 +103,8 @@ maven-compiler-plugin 2.3.2 - 1.7 - 1.7 + 1.8 + 1.8 ${project.build.sourceEncoding}