You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/04/17 20:36:17 UTC

[maven-enforcer] branch m3 updated: update JUnit

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

elharo pushed a commit to branch m3
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git


The following commit(s) were added to refs/heads/m3 by this push:
     new e0182b6  update JUnit
e0182b6 is described below

commit e0182b6c30b940b8bb6f1fd046ff45ec9f74e361
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Fri Apr 17 16:36:06 2020 -0400

    update JUnit
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7d5952c..7f045e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
   </distributionManagement>
 
   <properties>
-    <maven.version>3.0.0</maven.version>
+    <maven.version>3.0</maven.version>
     <maven.site.path>enforcer-archives/enforcer-LATEST</maven.site.path>
     <javaVersion>7</javaVersion>
     <project.build.outputTimestamp>2020-04-17T21:04:00Z</project.build.outputTimestamp>