From f2e597259812c3a1c51dda6fe9c78f7a5ea9ba34 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Mon, 15 May 2017 16:08:23 -0700 Subject: [PATCH] Dependency testings --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 112822f..88d18f2 100755 --- a/pom.xml +++ b/pom.xml @@ -84,8 +84,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> <plugin> -- GitLab