You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/03/13 17:21:15 UTC

[commons-release-plugin] branch master updated: Workaround UnsupportedOperationException in CommonsDistributionDetachmentMojo.execute due to https://issues.apache.org/jira/browse/MNG-7316.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new f9b42b9  Workaround UnsupportedOperationException in CommonsDistributionDetachmentMojo.execute due to https://issues.apache.org/jira/browse/MNG-7316.
f9b42b9 is described below

commit f9b42b94b30dacbd6c8de6d7399d56454692dcb4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 13 13:21:12 2022 -0400

    Workaround UnsupportedOperationException in
    CommonsDistributionDetachmentMojo.execute due to
    https://issues.apache.org/jira/browse/MNG-7316.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e89af93..71a6908 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -34,6 +34,7 @@
       <action type="fix" dev="ggregory" due-to="Arturo Bernal, Bruno P. Kinoshita">Replace construction of FileInputStream and FileOutputStream objects with Files NIO APIs. #44.</action>
       <action type="fix" dev="ggregory">Replace FindBugs with SpotBugs.</action>
       <action type="fix" dev="ggregory" due-to="Arturo Bernal">Minor Improvements #34.</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory">Workaround UnsupportedOperationException in CommonsDistributionDetachmentMojo.execute due to https://issues.apache.org/jira/browse/MNG-7316.</action>
       <!-- UPDATES -->
       <action type="update" dev="kinow">Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #36.</action>
       <action type="update" dev="kinow">Bump maven-pmd-plugin from 3.13.0 to 3.15.0 #29 #72.</action>