You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2023/11/14 04:05:27 UTC

(pinot) branch master updated: fix for #11996 which corrects property name typo (#11997)

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

jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new b2b802a427 fix for #11996 which corrects property name typo (#11997)
b2b802a427 is described below

commit b2b802a427d9ad2d79857e3f3294ee7f28efe1d4
Author: Tim Veil <32...@users.noreply.github.com>
AuthorDate: Mon Nov 13 23:05:21 2023 -0500

    fix for #11996 which corrects property name typo (#11997)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b79b1d6809..1d514291b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1185,7 +1185,7 @@
       <dependency>
         <groupId>org.apache.maven.surefire</groupId>
         <artifactId>surefire-testng</artifactId>
-        <version>${surefire.versino}</version>
+        <version>${surefire.version}</version>
       </dependency>
       <dependency>
         <groupId>org.mockito</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org