From a198527b3c07d8e0b04222ce2a29f1a7ed8851df Mon Sep 17 00:00:00 2001 From: Bart Maertens Date: Wed, 22 Dec 2021 10:21:57 +0100 Subject: [PATCH] HOP-3564 removed incubator references from layout html files --- layouts/index.html | 4 ++-- layouts/partials/footer.html | 1 - layouts/partials/header.html | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index ca2a415fe..671d73377 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -3,7 +3,7 @@

Apache Hop

-

The Hop Orchestration Platform, or Apache Hop (Incubating), aims to facilitate all aspects of data and metadata orchestration.

+

The Hop Orchestration Platform, or Apache Hop, aims to facilitate all aspects of data and metadata orchestration.

Hop is an entirely new open source data integration platform that is easy to use, fast and flexible

Hop aims to be the future of data integration. Visual development enables developers to be more productive than they can be through code. Our Design once, run anywhere workflows and pipelines can be designed in the Hop Gui and run on the Hop native engine (local or remote), or on Spark, Flink, Google Dataflow or AWS EMR through Beam. @@ -11,7 +11,7 @@

Apache Hop

Get started

- Apache Hop (Incubating) - Hop Orchestration Platform + Apache Hop - Hop Orchestration Platform
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index c3da4dfc6..094c53fc1 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -23,7 +23,6 @@

© 2019-{{ now.Format "2006" }} The Apache Software Fountation, Licensed under the Apache License.
- Disclaimer: Apache Hop is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. Apache Hop, Apache, Hop, the Hop logo, and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation. All other products or name brands are trademarks of their respective holders, including The Apache Software Foundation.

diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 591284ac3..f09871fda 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -6,7 +6,7 @@ {{ template "_internal/opengraph.html" . }} - + {{ block "title" . }}{{ .Title }} - {{ .Site.Title }}{{ end }}