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

[creadur-rat] branch master updated (a7f2fd2 -> 251d15a)

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

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


    from a7f2fd2  RAT-286: Error seems to be related to maven-plugin-plugin
     new b49a32a  RAT-286: Add changelog
     new 251d15a  RAT-283: Add changelog

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml | 6 ++++++
 1 file changed, 6 insertions(+)

[creadur-rat] 01/02: RAT-286: Add changelog

Posted by po...@apache.org.
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>

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

Posted by po...@apache.org.
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>