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

[commons-crypto] branch master updated: Pick up JaCoCo version from parent POM

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


The following commit(s) were added to refs/heads/master by this push:
     new 3e0668a  Pick up JaCoCo version from parent POM
3e0668a is described below

commit 3e0668a3bd79e8f22b1279901c0ffdeff8eba5be
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:14:21 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 993527c..3040421 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,6 @@ The following provides more details on the included cryptographic software:
     <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
   
     <jna.version>5.12.1</jna.version>
-    <commons.jacoco.version>0.8.8</commons.jacoco.version>
 
     <!-- The property "target.name" is used to specify the ant target, The All target will use
     OsInfo.java to detect the OS info and arch to generate the native binary for detected platform.