aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawelSzalapski <pawel.szalapski@nokia.com>2018-06-04 07:44:49 +0200
committerPawelSzalapski <pawel.szalapski@nokia.com>2018-06-04 07:45:36 +0200
commit294dd4f6905b9846010fe453991df94e8590baa0 (patch)
tree3e4b86d5ed65cf2be2f079932900281701bf56e9
parent286dbe7e1d8fa69c6cdb086b6eceaa5922e28a27 (diff)
Bumping up compiler source & target version
Change-Id: Ied05f23627119af696eec3eafb15f6847d805ca8 Issue-ID: DCAEGEN2-520 Signed-off-by: PawelSzalapski <pawel.szalapski@nokia.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e557d0e6..985f8e5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,8 +39,8 @@ limitations under the License.
<main.basedir>${project.basedir}</main.basedir>
<!-- CODE COMPILATION VERSIONS -->
- <compiler.source.version>1.7</compiler.source.version>
- <compiler.target.version>1.7</compiler.target.version>
+ <compiler.source.version>1.8</compiler.source.version>
+ <compiler.target.version>1.8</compiler.target.version>
<!-- PLUGINS VERSIONS -->
<compiler.plugin.version>3.3</compiler.plugin.version>