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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]