This is an automated email from the ASF dual-hosted git repository.
xiangfu 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 a92ce22f0a fixing the typo in pinot-java-client-jdk8 pom (#9361)
a92ce22f0a is described below
commit a92ce22f0abf321e2267b8845a3862b71a1489c7
Author: Xiang Fu <[email protected]>
AuthorDate: Fri Sep 9 13:37:45 2022 -0700
fixing the typo in pinot-java-client-jdk8 pom (#9361)
---
.../prestodb-pinot-dependencies/pinot-java-client-jdk8/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/pinot-connectors/prestodb-pinot-dependencies/pinot-java-client-jdk8/pom.xml
b/pinot-connectors/prestodb-pinot-dependencies/pinot-java-client-jdk8/pom.xml
index f5147d7549..db0524e82a 100644
---
a/pinot-connectors/prestodb-pinot-dependencies/pinot-java-client-jdk8/pom.xml
+++
b/pinot-connectors/prestodb-pinot-dependencies/pinot-java-client-jdk8/pom.xml
@@ -31,7 +31,7 @@
</parent>
<artifactId>pinot-java-client-jdk8</artifactId>
- <name>Pinot Java Clien JDK 8</name>
+ <name>Pinot Java Client JDK 8</name>
<url>https://pinot.apache.org/</url>
<properties>
<pinot.root>${basedir}/../../..</pinot.root>
@@ -61,7 +61,7 @@
</dependency>
<dependency>
<groupId>org.apache.pinot</groupId>
- <artifactId>pinot-common-jkd8</artifactId>
+ <artifactId>pinot-common-jdk8</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]