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 2023/01/10 16:13:43 UTC

[commons-compress] branch master updated (f68b282a -> dc67fd86)

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

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


    from f68b282a Pick up JUnit version from parent POM
     new fd285588 Pick up JaCoCo version from parent POM
     new dc67fd86 Pick up japicmp-maven-plugin version from parent POM

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:
 pom.xml | 2 --
 1 file changed, 2 deletions(-)


[commons-compress] 01/02: Pick up JaCoCo version from parent POM

Posted by gg...@apache.org.
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-compress.git

commit fd285588f486077e8337b2121fd2769dc2743596
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:13:27 2023 -0500

    Pick up JaCoCo version from parent POM
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f451722f..abd05a7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,6 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <commons.surefire.version>3.0.0-M7</commons.surefire.version>
     <pax.exam.version>4.13.5</pax.exam.version>
     <slf4j.version>2.0.5</slf4j.version>
-    <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.japicmp.version>0.17.1</commons.japicmp.version>
     <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <asm.version>9.4</asm.version>


[commons-compress] 02/02: Pick up japicmp-maven-plugin version from parent POM

Posted by gg...@apache.org.
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-compress.git

commit dc67fd8684529c4744533dac53ff9a024895ef2d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:13:38 2023 -0500

    Pick up japicmp-maven-plugin version from parent POM
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index abd05a7f..281ab17f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,6 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <commons.surefire.version>3.0.0-M7</commons.surefire.version>
     <pax.exam.version>4.13.5</pax.exam.version>
     <slf4j.version>2.0.5</slf4j.version>
-    <commons.japicmp.version>0.17.1</commons.japicmp.version>
     <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <asm.version>9.4</asm.version>
   </properties>