You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2021/07/17 19:06:02 UTC

[creadur-rat] 02/02: RAT-283: Add changelog

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 251d15af2c0401af767f51cdb0c78cf89e0683eb
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Sat Jul 17 21:05:48 2021 +0200

    RAT-283: Add changelog
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0e0c2e4..5e6534a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,9 @@ 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 issue="RAT-283" type="fix" dev="pottlinger">
+        Update plugin versions and dependencies in order to run properly with Java8 as minimal compiler level.
+      </action>
       <action issue="RAT-286" type="fix" dev="pottlinger">
         Update to maven-plugin-plugin v3.6.1 in order to circumvent error during maven site builds.
       </action>