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 2024/02/17 23:44:02 UTC

(commons-compress) branch release updated: Prepare for release candidate

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-compress.git


The following commit(s) were added to refs/heads/release by this push:
     new acaf5642b Prepare for release candidate
acaf5642b is described below

commit acaf5642b1e16d872870a4dc4618e46ccd349493
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Feb 17 18:43:57 2024 -0500

    Prepare for release candidate
---
 pom.xml              | 4 ++--
 src/assembly/src.xml | 9 ++++++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index dd23df35b..e1118dc1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   </parent>
 
   <artifactId>commons-compress</artifactId>
-  <version>1.26.0-SNAPSHOT </version>
+  <version>1.26.0</version>
   <name>Apache Commons Compress</name>
   <url>https://commons.apache.org/proper/commons-compress/</url>
   <inceptionYear>2002</inceptionYear> <!-- from NOTICE file -->
@@ -78,7 +78,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <pax.exam.version>4.13.5</pax.exam.version>
     <slf4j.version>2.0.12</slf4j.version>
     <asm.version>9.6</asm.version>
-    <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2024-02-17T22:58:53Z</project.build.outputTimestamp>
     <!-- spdx 0.6.0 can require Java 11 depending on undocumented behavior which kicks in for us here. -->
     <commons.spdx.version>0.5.5</commons.spdx.version>
   </properties>
diff --git a/src/assembly/src.xml b/src/assembly/src.xml
index 8020bac12..6ee6b2b2a 100644
--- a/src/assembly/src.xml
+++ b/src/assembly/src.xml
@@ -26,13 +26,16 @@
     <fileSets>
         <fileSet>
             <includes>
+                <include>BUILDING.md</include>
+                <include>checkstyle-suppressions.xml</include>
+                <include>CONTRIBUTING.md</include>
                 <include>LICENSE.txt</include>
                 <include>NOTICE.txt</include>
+                <include>pom.xml</include>
+                <include>README.md</include>
                 <include>README.txt</include>
                 <include>RELEASE-NOTES.txt</include>
-                <include>pom.xml</include>
-                <include>findbugs-exclude-filter.xml</include>
-                <include>pmd-ruleset.xml</include>
+                <include>SECURITY.md</include>
             </includes>
         </fileSet>
         <fileSet>