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:35 UTC

[phoenix] branch 4.x-HBase-1.4 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.4
in repository https://gitbox.apache.org/repos/asf/phoenix.git


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

commit 83abb8f48fdfaa7265c3a816cee65e9958a5a7da
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 ae3c77f..f0518af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,8 +124,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>