From b84b6aef545b3f7bebe13a7db055de468b26bd50 Mon Sep 17 00:00:00 2001 From: anhefti Date: Thu, 15 Nov 2018 16:29:49 +0100 Subject: [PATCH] SEBSERV-2 #update to Java 11 --- pom.xml | 7 +++++-- src/main/resources/config/application.properties | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e7cd7dbb..3ed4f2ad 100644 --- a/pom.xml +++ b/pom.xml @@ -20,15 +20,18 @@ UTF-8 UTF-8 - 1.8 + 11 - + + + org.apache.maven.plugins maven-compiler-plugin + ${java.version} ${java.version} ${java.version} diff --git a/src/main/resources/config/application.properties b/src/main/resources/config/application.properties index 6b735b2f..b168ef5e 100644 --- a/src/main/resources/config/application.properties +++ b/src/main/resources/config/application.properties @@ -1,2 +1,2 @@ spring.application.name=SEB Server -spring.profiles.active=dev-ws \ No newline at end of file +spring.profiles.active=dev \ No newline at end of file