You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2022/10/20 14:51:03 UTC

[turbine-archetypes] 02/02: Update Java required version to 11

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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-archetypes.git

commit a05be1cce42f9ceb50fb36cf5e3c46d298552662
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Thu Oct 20 15:55:56 2022 +0200

    Update Java required version to 11
---
 src/main/resources/archetype-resources/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml
index 05b372e..aae4475 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -392,8 +392,8 @@ under the License.
     </dependencies>
 
     <properties>
-        <maven.compile.source>1.8</maven.compile.source>
-        <maven.compile.target>1.8</maven.compile.target>
+        <maven.compile.source>11</maven.compile.source>
+        <maven.compile.target>11</maven.compile.target>
         <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
         <log4j2.version>2.19.0</log4j2.version>
         <mysql.version>8.0.28</mysql.version>