This is an automated email from the ASF dual-hosted git repository. geertjan pushed a commit to branch geertjanw-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git
commit 7d4932e45d619211eda1080d116cb1ef33187108 Author: Geertjan Wielenga <[email protected]> AuthorDate: Wed Apr 17 18:43:32 2019 -0400 Removing '(incubating)' from front page. Removing '(incubating)' from front page. --- netbeans.apache.org/src/content/templates/menu.gsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbeans.apache.org/src/content/templates/menu.gsp b/netbeans.apache.org/src/content/templates/menu.gsp index bc71949..cb1154c 100644 --- a/netbeans.apache.org/src/content/templates/menu.gsp +++ b/netbeans.apache.org/src/content/templates/menu.gsp @@ -25,7 +25,7 @@ </div> <div class="top-bar" id="responsive-menu"> <div class='top-bar-left'> - <a class='title' href="/"><img src='/images/apache-netbeans.svg' style='padding: 8px; height: 48px;'></img> Apache NetBeans (incubating)</a> + <a class='title' href="/"><img src='/images/apache-netbeans.svg' style='padding: 8px; height: 48px;'></img> Apache NetBeans</a> </div> <div class="top-bar-right"> <ul class="vertical medium-horizontal menu" data-responsive-menu="drilldown medium-dropdown"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
