This is an automated email from the ASF dual-hosted git repository.

doebele pushed a commit to branch spring-boot
in repository https://gitbox.apache.org/repos/asf/empire-db.git

commit f9b05b64df7b54c53dac921ed085032179c047ad
Author: Ralf Eichinger <[email protected]>
AuthorDate: Fri Aug 13 17:17:02 2021 +0200

    Downgrade required java version to 8
---
 empire-db-examples/empire-db-example-spring-boot/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/empire-db-examples/empire-db-example-spring-boot/pom.xml 
b/empire-db-examples/empire-db-example-spring-boot/pom.xml
index 8edea72..71376ea 100644
--- a/empire-db-examples/empire-db-example-spring-boot/pom.xml
+++ b/empire-db-examples/empire-db-example-spring-boot/pom.xml
@@ -15,9 +15,9 @@
   
   <properties>
     <!-- The spring-boot-starter-parent chooses fairly conservative Java 
compatibility. If you want to follow our recommendation and use a later Java 
version you can add a java.version property -->
-    <java.version>11</java.version>
-    <maven.compiler.source>11</maven.compiler.source>
-    <maven.compiler.target>11</maven.compiler.target>
+    <java.version>8</java.version>
+    <maven.compiler.source>8</maven.compiler.source>
+    <maven.compiler.target>8</maven.compiler.target>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
   

Reply via email to