You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ch...@apache.org on 2019/11/12 19:49:31 UTC

[phoenix] branch 4.x-HBase-1.5 updated: Bump up the maven surefire and failsage plugin versions in 4.x branches to 2.22.2

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

chinmayskulkarni pushed a commit to branch 4.x-HBase-1.5
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.5 by this push:
     new 139378c  Bump up the maven surefire and failsage plugin versions in 4.x branches to 2.22.2
139378c is described below

commit 139378c125430dcbc53a3d6aa847e59d74d9ce5f
Author: Chinmay Kulkarni <ch...@gmail.com>
AuthorDate: Mon Nov 11 10:54:10 2019 -0800

    Bump up the maven surefire and failsage plugin versions in 4.x branches to 2.22.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 373171b..7cbc656 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,8 +128,8 @@
     <!-- Plugin versions -->
     <maven-eclipse-plugin.version>2.9</maven-eclipse-plugin.version>
     <maven-build-helper-plugin.version>1.9.1</maven-build-helper-plugin.version>
-    <maven-surefire-plugin.version>2.20</maven-surefire-plugin.version>
-    <maven-failsafe-plugin.version>2.20</maven-failsafe-plugin.version>
+    <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
+    <maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version>
 
     <maven-dependency-plugin.version>2.1</maven-dependency-plugin.version>
     <maven.assembly.version>2.5.2</maven.assembly.version>