You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2023/08/09 16:34:24 UTC

[phoenix-connectors] branch master updated: PHOENIX-6945 Update Surefire plugin to 3.0.0 and switch to TCP forkNode implementation (Addendum: use correct version property from ASF parent pom)

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

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new 97144e1  PHOENIX-6945 Update Surefire plugin to 3.0.0 and switch to TCP forkNode implementation (Addendum: use correct version property from ASF parent pom)
97144e1 is described below

commit 97144e1eee77fff4b1ea6dbe07f4f7ac16b2d01c
Author: Istvan Toth <st...@apache.org>
AuthorDate: Wed Aug 9 18:33:37 2023 +0200

    PHOENIX-6945 Update Surefire plugin to 3.0.0 and switch to TCP forkNode implementation (Addendum: use correct version property from ASF parent pom)
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7bbba89..1b17fb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,8 +105,7 @@
 
     <!-- Plugin versions -->
     <maven-assembly-plugin-version>3.1.1</maven-assembly-plugin-version>
-    <maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version>
-    <maven-failsafe-plugin.version>3.0.0</maven-failsafe-plugin.version>
+    <surefire.version>3.0.0</surefire.version>
     <maven-project-info-reports-plugin.version>3.1.1</maven-project-info-reports-plugin.version>
     <maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version>
     <maven-build-helper-plugin.version>3.2.0</maven-build-helper-plugin.version>
@@ -290,7 +289,6 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>${maven-failsafe-plugin.version}</version>
           <!-- Common settings for all executions -->
           <configuration>
             <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>