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

gyogal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/livy-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 8cbf59a  Update History page after project graduation
8cbf59a is described below

commit 8cbf59a40bc629adb39a4ba7ed1b44cd87fd71e3
Author: Gyorgy Gal <[email protected]>
AuthorDate: Tue Jul 7 15:24:28 2026 +0000

    Update History page after project graduation
---
 site/_data/project.yml |  1 +
 site/history.md        | 14 +++++++-------
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/site/_data/project.yml b/site/_data/project.yml
index 984afde..cf5372c 100644
--- a/site/_data/project.yml
+++ b/site/_data/project.yml
@@ -19,6 +19,7 @@ name: Apache Livy
 short_name: Livy
 unix_name: livy
 pkg_name: apache-livy
+repo_name: livy
 incubator_name: incubator-livy
 incubator_slash_name: incubator/livy
 description: A REST Service for Apache Spark
diff --git a/site/history.md b/site/history.md
index 631aed7..ab8a2bc 100644
--- a/site/history.md
+++ b/site/history.md
@@ -28,11 +28,11 @@ limitations under the License.
 ## {{ site.data.project.name }} Releases
 
 For a full list of releases, see
-<a href="https://github.com/apache/{{ site.data.project.incubator_name 
}}/releases">GitHub</a>.
+<a href="https://github.com/apache/{{ site.data.project.repo_name 
}}/releases">GitHub</a>.
 Downloads are available on the
 [downloads page]({{ site.baseurl }}/download).
 
-## <a href="https://github.com/apache/{{ site.data.project.incubator_name 
}}/releases/tag/v0.9.0-incubating">0.9.0-incubating</a> / 2025-02-08
+## <a href="https://github.com/apache/{{ site.data.project.repo_name 
}}/releases/tag/v0.9.0-incubating">0.9.0-incubating</a> / 2026-02-11
 {: #v0-9-0-incubating}
 
 New features
@@ -51,7 +51,7 @@ New features
 
 * Full release details can be found [in 
JIRA](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12352535&styleName=Html&projectId=12321434).
 
-## <a href="https://github.com/apache/{{ site.data.project.incubator_name 
}}/releases/tag/v0.8.0-incubating">0.8.0-incubating</a> / 2023-10-10
+## <a href="https://github.com/apache/{{ site.data.project.repo_name 
}}/releases/tag/v0.8.0-incubating">0.8.0-incubating</a> / 2023-10-10
 
 {: #v0-8-0-incubating}
 
@@ -68,7 +68,7 @@ New features
 
 * Full release details can be found [in 
JIRA](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321434&version=12346643).
 
-## <a href="https://github.com/apache/{{ site.data.project.incubator_name 
}}/releases/tag/v0.7.0-incubating">0.7.0-incubating</a> / 2020-02-02
+## <a href="https://github.com/apache/{{ site.data.project.repo_name 
}}/releases/tag/v0.7.0-incubating">0.7.0-incubating</a> / 2020-02-02
 {: #v0-7-0-incubating}
 
 New features
@@ -86,7 +86,7 @@ New features
 * With various bugs fixed, details can be checked [<a 
href="https://issues.apache.org/jira/projects/LIVY/versions/12345179";>here</a>].
 
 
-## <a href="https://github.com/apache/{{ site.data.project.incubator_name 
}}/releases/tag/v0.6.0-incubating">0.6.0-incubating</a> / 2019-04-01
+## <a href="https://github.com/apache/{{ site.data.project.repo_name 
}}/releases/tag/v0.6.0-incubating">0.6.0-incubating</a> / 2019-04-01
 {: #v0-6-0-incubating}
 
 New features
@@ -105,7 +105,7 @@ New features
   Session naming support.
 
 
-## <a href="https://github.com/apache/{{ site.data.project.incubator_name 
}}/releases/tag/v0.5.0-incubating">0.5.0-incubating</a> / 2018-02-05
+## <a href="https://github.com/apache/{{ site.data.project.repo_name 
}}/releases/tag/v0.5.0-incubating">0.5.0-incubating</a> / 2018-02-05
 {: #v0-5-0-incubating}
 
 New features
@@ -128,7 +128,7 @@ New features
 * [<a href="https://issues.apache.org/jira/browse/LIVY-397";>LIVY-397</a>]
   Support multiple languages in a single Session
 
-## <a href="https://github.com/apache/{{ site.data.project.incubator_name 
}}/releases/tag/v0.4.0-incubating">0.4.0-incubating</a> / 2017-09-01
+## <a href="https://github.com/apache/{{ site.data.project.repo_name 
}}/releases/tag/v0.4.0-incubating">0.4.0-incubating</a> / 2017-09-01
 {: #v0-4-0-incubating}
 
 Our first Apache release!

Reply via email to