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

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


The following commit(s) were added to refs/heads/master by this push:
     new f5365a4  HOP-3564 removed more references to 'incubator' and 
'incubating', added 3H14 recording link
     new d23f6bd  Merge pull request #107 from bamaer/HOP-3564
f5365a4 is described below

commit f5365a4cf251d2bdebabb32901a956240b6f267b
Author: Bart Maertens <[email protected]>
AuthorDate: Tue Jan 4 14:27:30 2022 +0100

    HOP-3564 removed more references to 'incubator' and 'incubating', added 
3H14 recording link
---
 antora-ui-hop/src/partials/head-meta.hbs                         | 2 +-
 config.toml                                                      | 4 ++--
 .../contribution-guides/release-contribution-guide.adoc          | 1 -
 content/community/events/index.adoc                              | 9 +++++----
 content/community/incubator/index.adoc                           | 3 +++
 site-local.yml                                                   | 2 +-
 site.yml                                                         | 2 +-
 static/doap_Hop.rdf                                              | 6 +++---
 8 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/antora-ui-hop/src/partials/head-meta.hbs 
b/antora-ui-hop/src/partials/head-meta.hbs
index 4e404ce..9324804 100644
--- a/antora-ui-hop/src/partials/head-meta.hbs
+++ b/antora-ui-hop/src/partials/head-meta.hbs
@@ -2,7 +2,7 @@
 {{#if page.description}}
 <meta property="og:description" content="{{page.description}}">
 {{else}}
-<meta property="og:description" content="Apache Hop (Incubating) - Hop 
Orchestration Platform">
+<meta property="og:description" content="Apache Hop - Hop Orchestration 
Platform">
 {{/if}}
 <meta property="og:type" content="article">
 <meta property="og:url" content="{{page.canonicalUrl}}">
diff --git a/config.toml b/config.toml
index b293ab9..fcba211 100644
--- a/config.toml
+++ b/config.toml
@@ -19,8 +19,8 @@ unsafe= true
     images = ['https://hop.apache.org/img/hop-logo.png']
     socialProfiles = ["https://twitter.com/ApacheHop";]
     organizationLogo = "/img/hop-logo.svg"
-    organizationDescription = "Apache Hop (Incubating) - Hop Orchestration 
Platform"
-    Description = "Apache Hop (Incubating) - Hop Orchestration Platform"
+    organizationDescription = "Apache Hop - Hop Orchestration Platform"
+    Description = "Apache Hop - Hop Orchestration Platform"
 
 [Author]
     name = "The Hop Team"
diff --git 
a/content/community/contribution-guides/release-contribution-guide.adoc 
b/content/community/contribution-guides/release-contribution-guide.adoc
index a6a7a4d..2b2f96a 100644
--- a/content/community/contribution-guides/release-contribution-guide.adoc
+++ b/content/community/contribution-guides/release-contribution-guide.adoc
@@ -7,7 +7,6 @@ Apache releases are created through a formal process. The 
entire process is http
 Other useful information:
 
 * https://incubator.apache.org/guides/releasemanagement.html[ASF Release 
Management, window="_blank"]
-* https://incubator.apache.org/cookbook/[Apache Incubator Cookbook, 
window="_blank"]
 
 Check below for the TL;DR version. As always, we're eager to 
https://chat.project-hop.org[hear, window="_blank"] your feedback!
 
diff --git a/content/community/events/index.adoc 
b/content/community/events/index.adoc
index dc1f1b9..edd0e51 100644
--- a/content/community/events/index.adoc
+++ b/content/community/events/index.adoc
@@ -5,7 +5,7 @@ description: "Apache Hop deeply cares about its community and 
encourages communi
 
 == User Groups
 
-* https://www.meetup.com/3hx-apache-hop-incubating-hot-hop-hangouts/[3Hx - 
Apache Hop Hot Hop Hangouts ^]
+* https://www.meetup.com/3hx-apache-hop-hot-hop-hangouts/[3Hx - Apache Hop Hot 
Hop Hangouts ^]
 * https://www.meetup.com/grupo-de-usuarios-de-hop-en-espanol/[Grupo de 
usuarios de Apache Hop en Español ^]
 * https://www.meetup.com/apache-hop-user-group-brasil/[Grupo de usuários do 
Apache Hop em Português ^]
 * https://t.me/apachehop[Apache Hop em Português no Telegram ^]
@@ -58,16 +58,17 @@ All known Hop events are listed below. Add your event to 
the list below or annou
 [%header,cols="5%,55%,15%,10%,15%"]
 |===
 |Event name|Description|Date|Language|Link (subscribe/attend)
-|{set:cellbgcolor:#30328422}3H14|Apache Hop in 
Docker|2021-12-16|EN|https://www.meetup.com/3hx-apache-hop-incubating-hot-hop-hangouts/events/282654541/[register^]
+|
 |===
-{set:cellbgcolor}
+
 
 === Past events
 
 [%header,cols="5%,55%,15%,10%,15%"]
 |===
 |Event name|Description|Date|Language|Recording
-|3H13|Apache Hop Sucks. Let's un-suck 
it!|2021-11-18|EN|https://youtu.be/qW5Jwe5OipU[youtube^]
+|{set:cellbgcolor:#30328422}3H14|Apache Hop in 
Docker|2021-12-16|EN|https://youtu.be/v2rNxAQEhu0[youtube^]
+|{set:cellbgcolor}3H13|Apache Hop Sucks. Let's un-suck 
it!|2021-11-18|EN|https://youtu.be/qW5Jwe5OipU[youtube^]
 |-|Apache Hop - User Group Japan #1|2021-11-16|JP-EN|-
 |3H12|A well-designed Hop project 
walkthrough|2021-10-28|EN|https://youtu.be/a1jg1A2vmtA[youtube^]
 |-|5-fach Speed für Ihr Datenprojekt mit Hop (IT-Novum)|2021-10-26|DE|-
diff --git a/content/community/incubator/index.adoc 
b/content/community/incubator/index.adoc
index 99d8da7..08f537e 100644
--- a/content/community/incubator/index.adoc
+++ b/content/community/incubator/index.adoc
@@ -5,10 +5,13 @@ description: Self-assessment of Apache Hop's maturity in 
preparation for the gra
 
 == Overview
 
+TIP: Apache Hop graduated in December 2021.
+
 This document is an assessment of the maturity of Apache Hop (Incubating) as 
an Apache project.
 
 This document is intended to inform the decision of mentors, community, 
incubator PMC and ASF Board of Directors) to graduate Hop as a top-level Apache 
project.
 
+
 == Maturity model assessment
 
 Mentors and community members are encouraged to contribute to this page and 
comment on it, the following table summarizes project’s self-assessment against 
the 
http://community.apache.org/apache-way/apache-project-maturity-model.html[Apache
 Maturity Model].
diff --git a/site-local.yml b/site-local.yml
index f63cc61..b0ed00b 100644
--- a/site-local.yml
+++ b/site-local.yml
@@ -1,5 +1,5 @@
 site:
-  title: Apache Hop (Incubating)
+  title: Apache Hop
   url: https://hop.apache.org
   start_page: manual::index.adoc
   keys:
diff --git a/site.yml b/site.yml
index 30b006d..09cbcfe 100644
--- a/site.yml
+++ b/site.yml
@@ -1,5 +1,5 @@
 site:
-  title: Apache Hop (Incubating)
+  title: Apache Hop
   url: https://hop.apache.org
   start_page: manual::index.adoc
   keys:
diff --git a/static/doap_Hop.rdf b/static/doap_Hop.rdf
index 495412d..a0c0b2e 100644
--- a/static/doap_Hop.rdf
+++ b/static/doap_Hop.rdf
@@ -26,9 +26,9 @@
     <license rdf:resource="https://spdx.org/licenses/Apache-2.0"; />
     <name>Apache Hop</name>
     <homepage rdf:resource="https://hop.apache.org"; />
-    <asfext:pmc rdf:resource="https://incubator.apache.org"; />
-    <shortdesc>The Hop Orchestration Platform, or Apache Hop (Incubating), 
aims to facilitate all aspects of data and metadata orchestration.</shortdesc>
-    <description>The Hop Orchestration Platform, or Apache Hop (Incubating), 
aims to facilitate all aspects of data and metadata orchestration.
+    <asfext:pmc rdf:resource="https://hop.apache.org"; />
+    <shortdesc>The Hop Orchestration Platform, or Apache Hop, aims to 
facilitate all aspects of data and metadata orchestration.</shortdesc>
+    <description>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
 

Reply via email to