From 23882a3aa0fd4ae6ec3df9e1d67459221424bba2 Mon Sep 17 00:00:00 2001 From: ivan <ivan@ivanLaptop> Date: Wed, 23 Sep 2015 16:43:53 +0200 Subject: [PATCH] [s3] modified source to 1.7 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 994574b9..6469b64a 100644 --- a/pom.xml +++ b/pom.xml @@ -125,8 +125,8 @@ LICENSE file. <artifactId>maven-compiler-plugin</artifactId> <version>3.3</version> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> </configuration> </plugin> <plugin> -- GitLab