From 640d77a88ef108f0fe9785517496ecf687dde23b Mon Sep 17 00:00:00 2001 From: Karl Heinz Marbaise Date: Wed, 20 Dec 2023 20:07:30 +0100 Subject: [PATCH] Fixed #410 - Document build requirement --- .sdkmanrc | 20 ------------------- README.md | 2 +- .../release-notes/_release-notes-0.13.0.adoc | 2 ++ 3 files changed, 3 insertions(+), 21 deletions(-) delete mode 100644 .sdkmanrc diff --git a/.sdkmanrc b/.sdkmanrc deleted file mode 100644 index ad1607acb1..0000000000 --- a/.sdkmanrc +++ /dev/null @@ -1,20 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# -# Enable auto-env through the sdkman_auto_env config -# Add key=value pairs of SDKs to use below -java=17.0.2-tem diff --git a/README.md b/README.md index d52b991b13..6ac94f9f6d 100644 --- a/README.md +++ b/README.md @@ -282,7 +282,7 @@ as described or as you expected them to work. If you like to build the project from source yourself you need the following: -* JDK 18+ +* JDK 21+ * Apache Maven 3.9+ The whole project can be built via: diff --git a/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.13.0.adoc b/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.13.0.adoc index fbfaaa7802..9c8914a941 100644 --- a/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.13.0.adoc +++ b/itf-documentation/src/main/asciidoc/release-notes/_release-notes-0.13.0.adoc @@ -56,6 +56,7 @@ :issue-401: https://github.com/khmarbaise/maven-it-extension/issues/401[Fixed #401] :issue-405: https://github.com/khmarbaise/maven-it-extension/issues/405[Fixed #405] :issue-409: https://github.com/khmarbaise/maven-it-extension/issues/409[Fixed #409] +:issue-410: https://github.com/khmarbaise/maven-it-extension/issues/410[Fixed #410] :issue-??: https://github.com/khmarbaise/maven-it-extension/issues/??[Fixed #??] :release_0_13_0: https://github.com/khmarbaise/maven-it-extension/milestone/13 @@ -71,6 +72,7 @@ * {issue-326} - Failing IT's based on Maven 3.8.7 * {issue-329} - Upgrade to smpp 5.3.14 * {issue-409} - Remove superfluous debugging outputs + * {issue-410} - Document build requirement *Breaking Changes*