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

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

commit 5183d0b08c0897e6f0c41a038487b7c795136425
Author: Matt Sicker <mattsic...@apache.org>
AuthorDate: Tue Oct 25 14:33:45 2022 -0500

    [maven-release-plugin] prepare release commons-compress-1.22
---
 pom.xml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index d3c0e0a7..364b5020 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   </parent>
 
   <artifactId>commons-compress</artifactId>
-  <version>1.22-SNAPSHOT</version>
+  <version>1.22</version>
   <name>Apache Commons Compress</name>
   <url>https://commons.apache.org/proper/commons-compress/</url>
   <inceptionYear>2002</inceptionYear> <!-- from NOTICE file -->
@@ -330,6 +330,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, 
arj.
     
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-compress.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-compress.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=commons-compress.git</url>
+    <tag>commons-compress-1.22</tag>
   </scm>
 
   <build>
@@ -466,9 +467,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, 
arj.
             <phase>process-test-resources</phase>
             <configuration>
               <target>
-                <untar src="${basedir}/src/test/resources/zstd-tests.tar"
-                       dest="${project.build.testOutputDirectory}"
-                       />
+                <untar src="${basedir}/src/test/resources/zstd-tests.tar" 
dest="${project.build.testOutputDirectory}" />
               </target>
             </configuration>
             <goals>
@@ -563,9 +562,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, 
arj.
                 <phase>process-test-resources</phase>
                 <configuration>
                   <target>
-                    <untar 
src="${basedir}/src/test/resources/zip64support.tar.bz2"
-                           dest="${project.build.testOutputDirectory}"
-                           compression="bzip2"/>
+                    <untar 
src="${basedir}/src/test/resources/zip64support.tar.bz2" 
dest="${project.build.testOutputDirectory}" compression="bzip2" />
                   </target>
                 </configuration>
                 <goals>

Reply via email to