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 2020/09/06 13:34:07 UTC

[commons-io] branch release updated: The file src/assembly/src.xml still refers to the FindBugs config instead of the SpotBugs config. Preparing 2.8.0-RC2.

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

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


The following commit(s) were added to refs/heads/release by this push:
     new fa59009  The file src/assembly/src.xml still refers to the FindBugs config instead of the SpotBugs config. Preparing 2.8.0-RC2.
fa59009 is described below

commit fa59009aaabcf8671a8d741993ef355f42b95ccd
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 6 09:33:59 2020 -0400

    The file src/assembly/src.xml still refers to the FindBugs config
    instead of the SpotBugs config. Preparing 2.8.0-RC2.
---
 pom.xml              | 2 +-
 src/assembly/src.xml | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 99c1d19..5a34184 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,7 +267,7 @@ file comparators, endian transformation classes, and much more.
     <maven.compiler.target>1.8</maven.compiler.target>
     <commons.componentid>io</commons.componentid>
     <commons.module.name>org.apache.commons.io</commons.module.name>
-    <commons.rc.version>RC1</commons.rc.version>
+    <commons.rc.version>RC2</commons.rc.version>
     <commons.bc.version>2.7</commons.bc.version>
     <commons.release.version>2.8.0</commons.release.version>
     <commons.release.desc>(requires Java 8)</commons.release.desc>
diff --git a/src/assembly/src.xml b/src/assembly/src.xml
index 9c28efc..f5373b0 100644
--- a/src/assembly/src.xml
+++ b/src/assembly/src.xml
@@ -25,12 +25,15 @@
         <fileSet>
             <includes>
                 <include>checkstyle.xml</include>
-                <include>findbugs-exclude-filter.xml</include>
+                <include>CONTRIBUTING.md</include>
                 <include>LICENSE.txt</include>
                 <include>NOTICE.txt</include>
                 <include>pom.xml</include>
                 <include>PROPOSAL.html</include>
+                <include>README.md</include>
                 <include>RELEASE-NOTES.txt</include>
+                <include>SECURITY.md</include>
+                <include>spotbugs-exclude-filter.xml</include>
             </includes>
         </fileSet>
         <fileSet>