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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 0df1e6ef2cf7ba57db31ad9ad62ff70314759f71
Author: P. Ottlinger <[email protected]>
AuthorDate: Fri Apr 1 12:54:05 2022 +0200

    RAT-273: Adapt changelog for changes required to run with more recent JDKs
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 156e7ae..c4ef663 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,7 +55,7 @@ The <action> type attribute can be add,update,fix,remove.
 
   <body>
     <release version="0.14-SNAPSHOT" date="2020-xx-xx" description="Current 
SNAPSHOT - to be done">
-      <action type="fix" dev="jochen">
+      <action type="fix" issue="RAT-273" dev="jochen">
         Some tests were based on the assumption, that the value of 
file.encoding
         can be changed on runtime. (Won't work nowadays, beginning with Java 
16.)
         Removed this assumption in favour of a proper surefire configuration.

Reply via email to