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 2018/01/09 19:24:07 UTC

commons-compress git commit: Update tests from Powermock 1.7.0 to 1.7.3.

Repository: commons-compress
Updated Branches:
  refs/heads/master 593f3e6d8 -> b49663a59


Update tests from Powermock 1.7.0 to 1.7.3.

Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/b49663a5
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/b49663a5
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/b49663a5

Branch: refs/heads/master
Commit: b49663a59a79f2a226469a03c3fd81a29780d698
Parents: 593f3e6
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue Jan 9 12:24:05 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue Jan 9 12:24:05 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/b49663a5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0825d86..c8df7ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@ Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <!-- configuration bits for cutting a release candidate -->
     <commons.release.version>${project.version}</commons.release.version>
     <commons.rc.version>RC1</commons.rc.version>
-    <powermock.version>1.7.0</powermock.version>
+    <powermock.version>1.7.3</powermock.version>
     <commons.pmd-plugin.version>3.7</commons.pmd-plugin.version>
 
     <!-- only show issues of the current version -->