You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2022/02/09 23:00:26 UTC

[maven-surefire] 01/01: [SUREFIRE-2003] Upgrade Maven Reporting to 3.1.0

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

tibordigana pushed a commit to branch SUREFIRE-2003
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit f22f4ece6fd0db86fbc9b74689cc08ce8fe5a431
Author: tibor.digana <ti...@apache.org>
AuthorDate: Wed Feb 9 23:54:22 2022 +0100

    [SUREFIRE-2003] Upgrade Maven Reporting to 3.1.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 579d550..2e06e76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
       <dependency>
         <groupId>org.apache.maven.reporting</groupId>
         <artifactId>maven-reporting-impl</artifactId>
-        <version>3.0.0</version>
+        <version>3.1.0</version>
         <exclusions>
           <exclusion>
             <groupId>org.apache.maven</groupId>