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:01 UTC

[creadur-rat] 01/02: RAT-286: 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 b49a32a5540949d75dfc90933507b67b8c69ac53
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Sat Jul 17 21:04:39 2021 +0200

    RAT-286: 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 0b68ec9..0e0c2e4 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-286" type="fix" dev="pottlinger">
+        Update to maven-plugin-plugin v3.6.1 in order to circumvent error during maven site builds.
+      </action>
       <action issue="RAT-285" type="fix" dev="pottlinger">
         Update to latest Apache Ant 1.10.11 in order to fix issues related to dependency commons-compress in Ant itself.
       </action>