This is an automated email from the ASF dual-hosted git repository.
mayanks 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 892a0c1 Cleanup: Replace `Incubator Pinot` reference in the UI with
`Apache Pinot`. (#7339)
892a0c1 is described below
commit 892a0c124b5c6e24bf1fe1f4f9381737d7d417cc
Author: Mayank Shrivastava <[email protected]>
AuthorDate: Thu Aug 19 16:01:23 2021 -0700
Cleanup: Replace `Incubator Pinot` reference in the UI with `Apache Pinot`.
(#7339)
Since Apache Pinot is out of incubation, replacing the title in the UI
to reflect the same.
---
pinot-controller/src/main/resources/app/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pinot-controller/src/main/resources/app/index.html
b/pinot-controller/src/main/resources/app/index.html
index 9ccfffb..95c5408 100644
--- a/pinot-controller/src/main/resources/app/index.html
+++ b/pinot-controller/src/main/resources/app/index.html
@@ -23,7 +23,7 @@
<head>
<meta charset="utf-8" />
- <title>Incubator Pinot</title>
+ <title>Apache Pinot</title>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap"
/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]