You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by am...@apache.org on 2019/11/14 09:51:29 UTC

[aries-rsa] 02/09: Fix invalid maven-surefire-report-plugin version

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

amichai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-rsa.git

commit 00a0131b73109d13fcee9e2a6b3cdc768a07817d
Author: Amichai Rothman <am...@apache.org>
AuthorDate: Wed Nov 13 09:23:51 2019 +0200

    Fix invalid maven-surefire-report-plugin version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0c69766..02d3431 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-report-plugin</artifactId>
-                <version>2.22</version>
+                <version>2.22.2</version>
                 <configuration>
                     <aggregate>true</aggregate>
                 </configuration>