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 2019/10/17 19:38:52 UTC

[maven-surefire] branch master updated: Update Powermock to version 2.0.4

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b97df5a  Update Powermock to version 2.0.4
b97df5a is described below

commit b97df5a6125953364f6c45ec65e9dbc770a18250
Author: tibordigana <ti...@apache.org>
AuthorDate: Thu Oct 17 21:32:31 2019 +0200

    Update Powermock to version 2.0.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1d2d78c..7d3e876 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
     <doxiaSitetoolsVersion>1.9.1</doxiaSitetoolsVersion>
     <!-- maven-shared-utils:3.2.0+ another behavior - broke Surefire performance - end of subprocess notification not arrived in ForkStarter -->
     <mavenSharedUtilsVersion>3.1.0</mavenSharedUtilsVersion>
-    <powermockVersion>2.0.2</powermockVersion>
+    <powermockVersion>2.0.4</powermockVersion>
     <jacocoVersion>0.8.5</jacocoVersion>
     <maven.surefire.scm.devConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-surefire.git</maven.surefire.scm.devConnection>
     <maven.site.path>surefire-archives/surefire-LATEST</maven.site.path>