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:24:27 UTC

[commons-codec] branch master updated (7e0604ca -> 10f2ad17)

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


    from 7e0604ca Pick up JaCoCo version from parent POM
     new b3a44a40 Pick up maven-javadoc-plugin version from parent POM
     new 10f2ad17 Pick up maven-surefire-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-codec] 02/02: Pick up maven-surefire-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-codec.git

commit 10f2ad17df579d880b1ce0ec4794785b4f2488d3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:24:19 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index 3f519f08..d1ea7554 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,7 +268,6 @@ limitations under the License.
     <commons.checkstyle-plugin.version>3.2.0</commons.checkstyle-plugin.version>
     <commons.checkstyle.version>9.3</commons.checkstyle.version>
     <commons.japicmp.version>0.16.0</commons.japicmp.version>
-    <commons.surefire-report.version>3.0.0-M7</commons.surefire-report.version>
     <commons.animal-sniffer.version>1.22</commons.animal-sniffer.version>
     <commons.pmd.version>3.19.0</commons.pmd.version>
     <commons.pmd-impl.version>6.52.0</commons.pmd-impl.version>


[commons-codec] 01/02: Pick up maven-javadoc-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-codec.git

commit b3a44a409e6de2c4079f933f26e05365d66ca297
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:24:08 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index 6b91add5..3f519f08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,7 +268,6 @@ limitations under the License.
     <commons.checkstyle-plugin.version>3.2.0</commons.checkstyle-plugin.version>
     <commons.checkstyle.version>9.3</commons.checkstyle.version>
     <commons.japicmp.version>0.16.0</commons.japicmp.version>
-    <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <commons.surefire-report.version>3.0.0-M7</commons.surefire-report.version>
     <commons.animal-sniffer.version>1.22</commons.animal-sniffer.version>
     <commons.pmd.version>3.19.0</commons.pmd.version>