From 5b67186a1fd31f52310dac4fcada4be463a8665d Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 11 Mar 2019 11:00:26 +0000 Subject: [PATCH] Enforcing java 7 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/fake-accounting-lib@178524 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 2 +- pom.xml | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.classpath b/.classpath index 8433ca6..dcb2dc5 100644 --- a/.classpath +++ b/.classpath @@ -12,7 +12,7 @@ - + diff --git a/pom.xml b/pom.xml index 5170309..579856e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,5 @@ - 4.0.0 @@ -28,6 +29,13 @@ + + maven-compiler-plugin + + 1.7 + 1.7 + + org.apache.maven.plugins maven-assembly-plugin