From 8bf73bfcdba3e72221863eae0db7527f52261a2f Mon Sep 17 00:00:00 2001 From: gserrano Date: Thu, 15 Oct 2020 17:41:50 -0500 Subject: [PATCH] [kotlin (all)] added property to `pom.xml` to inform we are using java 11. --- component-kotlin/pom.xml | 4 ++++ service-mvc-kotlin/pom.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/component-kotlin/pom.xml b/component-kotlin/pom.xml index 63b54c4..33dec9f 100644 --- a/component-kotlin/pom.xml +++ b/component-kotlin/pom.xml @@ -25,6 +25,10 @@ maven-archetype OpenTable Spring Component archetype for Kotlin + + 11 + + org.springframework diff --git a/service-mvc-kotlin/pom.xml b/service-mvc-kotlin/pom.xml index 286ee27..03c2ca4 100644 --- a/service-mvc-kotlin/pom.xml +++ b/service-mvc-kotlin/pom.xml @@ -25,6 +25,10 @@ maven-archetype OpenTable Spring MVC Service Kotlin archetype + + 11 + + org.springframework