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

sjaranowski pushed a commit to branch MARCHETYPES-85
in repository https://gitbox.apache.org/repos/asf/maven-archetypes.git

commit 633571cd9515a39ad90973d6596de31c0ad9b933
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Aug 18 23:02:24 2024 +0200

    [MARCHETYPES-85] Update quickstart to use Java 17 by default
---
 maven-archetype-quickstart/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-archetype-quickstart/pom.xml 
b/maven-archetype-quickstart/pom.xml
index 385a2ae..94c42dc 100644
--- a/maven-archetype-quickstart/pom.xml
+++ b/maven-archetype-quickstart/pom.xml
@@ -33,7 +33,7 @@ under the License.
   <description>An archetype which contains a sample Maven 
project.</description>
 
   <properties>
-    <javaCompilerVersionDefault>8</javaCompilerVersionDefault>
+    <javaCompilerVersionDefault>17</javaCompilerVersionDefault>
     <junitVersionDefault>4.13.1</junitVersionDefault>
   </properties>
 

Reply via email to