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 2022/11/04 13:53:06 UTC

[commons-crypto] branch master updated: Reuse version of JUnit 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 daf21a4  Reuse version of JUnit from parent POM
     new 9710aaf  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-crypto.git
daf21a4 is described below

commit daf21a4bdaeffa8f3c1e4899c848a3357c76c301
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 4 09:52:19 2022 -0400

    Reuse version of JUnit from parent POM
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d07304f..eee6fd3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,6 @@ The following provides more details on the included cryptographic software:
     User is able to specify the platform by maven profiles.-->
     <target.name>all</target.name>
     <maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
-    <junit.version>5.9.1</junit.version>
     <commons.surefire.version>3.0.0-M7</commons.surefire.version>
 
     <!-- Override default buildNumber timestamp format, needed for coveralls plugin -->
@@ -745,7 +744,7 @@ The following provides more details on the included cryptographic software:
       <dependency>
         <groupId>org.junit</groupId>
         <artifactId>junit-bom</artifactId>
-        <version>${junit.version}</version>
+        <version>${commons.junit.version}</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>