From a41c032e4062e2f24e9ca975092622375fa57847 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Wed, 4 Aug 2021 20:31:10 +0200 Subject: [PATCH] Updated Java version to 11 --- .../src/main/resources/archetype-resources/pom.xml | 2 +- ccm-bundle-devel-wildfly/pom.xml | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 6 +++--- ccm-cms-profile/pom.xml | 6 +++--- ccm-cms-types-agenda/pom.xml | 6 +++--- ccm-cms-types-bookmark/pom.xml | 6 +++--- ccm-cms-types-decisiontree/pom.xml | 6 +++--- ccm-cms-types-externallink/pom.xml | 6 +++--- ccm-cms-types-faqitem/pom.xml | 6 +++--- ccm-cms-types-glossaryitem/pom.xml | 6 +++--- ccm-cms-types-minutes/pom.xml | 6 +++--- ccm-cms/pom.xml | 6 +++--- ccm-core/pom.xml | 6 +++--- ccm-docrepo/pom.xml | 6 +++--- ccm-shortcuts/pom.xml | 6 +++--- ccm-testutils/pom.xml | 6 +++--- ccm-wildfly/pom.xml | 6 +++--- ccm-xafilesystemadapter/pom.xml | 6 +++--- pom.xml | 8 ++++---- 19 files changed, 55 insertions(+), 55 deletions(-) diff --git a/ccm-archetype-module/src/main/resources/archetype-resources/pom.xml b/ccm-archetype-module/src/main/resources/archetype-resources/pom.xml index c167449dc..f07159533 100644 --- a/ccm-archetype-module/src/main/resources/archetype-resources/pom.xml +++ b/ccm-archetype-module/src/main/resources/archetype-resources/pom.xml @@ -221,7 +221,7 @@ true utf-8 - 1.8 + 11 /rulesets/java/basic.xml /rulesets/java/braces.xml diff --git a/ccm-bundle-devel-wildfly/pom.xml b/ccm-bundle-devel-wildfly/pom.xml index a4a0547ed..006d284fc 100644 --- a/ccm-bundle-devel-wildfly/pom.xml +++ b/ccm-bundle-devel-wildfly/pom.xml @@ -90,8 +90,8 @@ org.apache.maven.plugins maven-compiler-plugin - 1.8 - 1.8 + 11 + 11 true true ${project.build.sourceEncoding} diff --git a/ccm-cms-archetype-contenttype/src/main/resources/archetype-resources/pom.xml b/ccm-cms-archetype-contenttype/src/main/resources/archetype-resources/pom.xml index 2bd673abd..855ce4a05 100644 --- a/ccm-cms-archetype-contenttype/src/main/resources/archetype-resources/pom.xml +++ b/ccm-cms-archetype-contenttype/src/main/resources/archetype-resources/pom.xml @@ -113,8 +113,8 @@ maven-compiler-plugin 3.3 - 1.8 - 1.8 + 11 + 11 true true ${project.build.sourceEncoding} @@ -229,7 +229,7 @@ true utf-8 - 1.8 + 11 /rulesets/java/basic.xml /rulesets/java/braces.xml diff --git a/ccm-cms-profile/pom.xml b/ccm-cms-profile/pom.xml index 8f52e31d0..3b48dcf4d 100644 --- a/ccm-cms-profile/pom.xml +++ b/ccm-cms-profile/pom.xml @@ -138,8 +138,8 @@ org.apache.maven.plugins maven-compiler-plugin - 1.8 - 1.8 + 11 + 11 true true ${project.build.sourceEncoding} @@ -249,7 +249,7 @@ true utf-8 - 1.8 + 11