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
The following commit(s) were added to refs/heads/master by this push:
new f6c76ed RAT-268: Add changelog for new handling of pomfile only
modules
f6c76ed is described below
commit f6c76ede4663eb70ab63074afb7fe0d140206e0a
Author: Hugo Hirsch <[email protected]>
AuthorDate: Thu May 14 07:39:13 2020 +0200
RAT-268: Add changelog for new handling of pomfile only modules
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 48288c0..cfd162d 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-268" type="fix" due-to="Robert Scholte"
dev="pottlinger">
+ Allow handling of pom-file-only projects by not assuming that all
modules are in directories.
+ </action>
<action issue="RAT-267" type="fix" due-to="Fabio Utzig" dev="pottlinger">
Report ignored lines from exclusion file to stderr instead of std to
not generate erroneous JSON.
</action>