From b8651147a2d6ad4527494b84e150aeb35edd4a24 Mon Sep 17 00:00:00 2001 From: John Freeman Date: Wed, 5 Oct 2022 19:12:51 +0100 Subject: [PATCH] Updated Java versions in Maven site (#475) For Java 11, --- java-library-maven-archetype/src/site/markdown/index.md.vm | 2 +- .../src/site/markdown/index.md.vm | 2 +- kotlin-library-maven-archetype/src/site/markdown/index.md.vm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java-library-maven-archetype/src/site/markdown/index.md.vm b/java-library-maven-archetype/src/site/markdown/index.md.vm index 865e1785..4790ce8b 100644 --- a/java-library-maven-archetype/src/site/markdown/index.md.vm +++ b/java-library-maven-archetype/src/site/markdown/index.md.vm @@ -79,7 +79,7 @@ archetype. The GantSign Maven Archetype provides the following: Requirements ------------ -* Java 1.8 +* Java 11 * Maven 3.5 Usage diff --git a/kotlin-application-maven-archetype/src/site/markdown/index.md.vm b/kotlin-application-maven-archetype/src/site/markdown/index.md.vm index 51d92a2c..a59fc432 100644 --- a/kotlin-application-maven-archetype/src/site/markdown/index.md.vm +++ b/kotlin-application-maven-archetype/src/site/markdown/index.md.vm @@ -75,7 +75,7 @@ archetype. The GantSign Maven Archetype provides the following: Requirements ------------ -* Java 1.8 +* Java 11 * Maven 3.5 Usage diff --git a/kotlin-library-maven-archetype/src/site/markdown/index.md.vm b/kotlin-library-maven-archetype/src/site/markdown/index.md.vm index 98cf0d2d..ede4095f 100644 --- a/kotlin-library-maven-archetype/src/site/markdown/index.md.vm +++ b/kotlin-library-maven-archetype/src/site/markdown/index.md.vm @@ -74,7 +74,7 @@ archetype. The GantSign Maven Archetype provides the following: Requirements ------------ -* Java 1.8 +* Java 11 * Maven 3.5 Usage