This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 525ef31 releng: fix comment of supported Java versions
525ef31 is described below
commit 525ef3128cccc22c39624229158375104a131849
Author: Konrad Windszus <[email protected]>
AuthorDate: Sun Dec 27 12:39:59 2020 +0100
releng: fix comment of supported Java versions
---
sling-parent/pom.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 947b76c..f86be33 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -55,9 +55,7 @@
one of these values:
- 8: Java 8 (default)
- 9: Java 9
- - 10: Java 10
- - 11: Java 11
- - 12: Java 12
+ - 10..19: Java 10-19
-->
<sling.java.version>8</sling.java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>