You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by lk...@apache.org on 2019/04/04 20:13:31 UTC

[incubator-netbeans-website] branch master updated: Release 11.0 webpages (initial version). (#342)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d19f1aa  Release 11.0 webpages (initial version). (#342)
d19f1aa is described below

commit d19f1aa072b78f4360cc42edd589ce87d01ffa4d
Author: Antonio Vieiro <vi...@users.noreply.github.com>
AuthorDate: Thu Apr 4 22:13:26 2019 +0200

    Release 11.0 webpages (initial version). (#342)
    
    * Release 11.0 webpages (initial version).
    
    * Improvements as per Geertjan's comments
    
    * As per Laszlo review
---
 .../src/content/download/index.asciidoc            |  10 +-
 .../content/download/nb110/gradle-navigator.png    | Bin 0 -> 12229 bytes
 .../src/content/download/nb110/index.asciidoc      | 250 +++++++++++++++++++++
 .../src/content/download/nb110/index.html          |  42 ----
 .../src/content/download/nb110/jep-325-hint-1.jpg  | Bin 0 -> 24241 bytes
 .../src/content/download/nb110/jep-325-hint-2.jpg  | Bin 0 -> 18036 bytes
 .../content/download/nb110/nb11-new-project.png    | Bin 0 -> 53222 bytes
 .../src/content/download/nb110/nb110.asciidoc      |  86 +++++++
 .../content/download/nb110/switch-autocomplete.png | Bin 0 -> 14926 bytes
 netbeans.apache.org/src/content/index.asciidoc     |   4 +-
 .../src/content/templates/footer.gsp               |   2 +-
 netbeans.apache.org/src/content/templates/news.gsp |   4 +-
 .../src/content/templates/slider.gsp               |  12 +-
 13 files changed, 356 insertions(+), 54 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/index.asciidoc b/netbeans.apache.org/src/content/download/index.asciidoc
index 2fdcc9b..223f1e1 100755
--- a/netbeans.apache.org/src/content/download/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/index.asciidoc
@@ -34,9 +34,17 @@ for important requirements for download pages for Apache projects.
 :linkattrs:
 
 [[releases]]
+
+== Apache NetBeans 11.0
+
+Apache NetBeans 11.0 is the latest version of the IDE. It was released on April, 2019.
+
+link:nb110/index.html[Features, role="button"] link:nb110/nb110.html[Download, role="button success"]
+
+
 == Apache NetBeans 10.0
 
-Apache NetBeans 10.0 is the latest version of the IDE. It was released on the 27th of December, 2018.
+Apache NetBeans 10.0 was released on the 27th of December, 2018.
 
 link:nb100/index.html[Features, role="button"] link:nb100/nb100.html[Download, role="button success"]
 
diff --git a/netbeans.apache.org/src/content/download/nb110/gradle-navigator.png b/netbeans.apache.org/src/content/download/nb110/gradle-navigator.png
new file mode 100644
index 0000000..2ea9fa1
Binary files /dev/null and b/netbeans.apache.org/src/content/download/nb110/gradle-navigator.png differ
diff --git a/netbeans.apache.org/src/content/download/nb110/index.asciidoc b/netbeans.apache.org/src/content/download/nb110/index.asciidoc
new file mode 100644
index 0000000..6987dff
--- /dev/null
+++ b/netbeans.apache.org/src/content/download/nb110/index.asciidoc
@@ -0,0 +1,250 @@
+
+////
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     under the License.
+////
+= Apache NetBeans (incubating) 11.0 Features
+:jbake-type: page
+:jbake-tags: 11.0 features
+:jbake-status: published
+:keywords: Apache NetBeans 11.0 IDE features
+:icons: font
+:description: Apache NetBeans 11.0 (incubating) features
+:toc: left
+:toc-title: 
+:toclevels: 4
+:syntax: true
+:source-highlighter: pygments
+:experimental:
+
+////
+
+This is the NetBeans 11.0 feature page.
+
+nb110/index.asciidoc -> NetBeans 11.X feature page
+nb110/nb110.asciidoc -> NetBeans 11.0 release information (voting links, etc.)
+...
+nb110/nb111.asciidoc (if any) -> NetBeans 11.1 release information
+
+////
+
+
+Apache NetBeans (incubating) 11.0 is the third major release of the Apache NetBeans IDE. It was released in March, 2019. link:/download/nb110/nb110.html[Click here to download] this release. link:https://netbeans.apache.org/community/who.html#_laszlo_kishalmi[Laszlo Kishalmi] has been our Release Manager.
+
+////
+To display a feature do as follows:
+
+Add a header title, and an anonymous asciidoc block (--) with the ".feature" metadata, and write text inside the block:
+
+== A title here
+[.feature]
+--
+This is a feature
+--
+
+You can add images to the feature by adding a png file along with the document, and adding a image: construct to the text.
+
+Use role="left" for left alignment or role="right" for right alignment.
+
+Examples:
+
+== An amazing feature
+[.feature]
+--
+Here goes some text
+
+image:nb90-module-info.png[Adding module-info.java, title="Adding module-info.java", role="left", link="nb90-module-info.png"]
+
+And some more text
+
+image:nb90-module-info-completion.png[Autocompletion in module-info.java, title="Autocompletion in module-info.java", role="right", link="nb90-module-info-completion.png"]
+
+And even some more
+--
+
+Note: When rendered into HTML, the images will automatically be wrapped around 'colorbox', so that they're enlarged when clicked.
+
+////
+
+== Maven First in New Project Wizard
+
+[.feature]
+--
+There's been lots of discussion in the Apache NetBeans Community about how best
+to express the fact that Apache Maven and Apache Gradle are more modern choices
+to be aware of than Apache Ant, while at the same time not implying that
+there's anything wrong with using Apache Ant.
+
+image::nb11-new-project.png[The new 'New Project' dialog, title="New Project dialog", role="left"]
+
+Discussions link:https://github.com/apache/incubator-netbeans/pull/1038[started back in 2018],
+and link:https://github.com/apache/incubator-netbeans/pull/1115[culminated in 2019] 
+with the new "New Project" wizard redesign.
+
+We have moved the previous wizard Java options to a subfolder named "Java with Ant", and added
+two new options: "Java with Maven" and "Java with Gradle".  We hope this makes it easier for everybody to choose a build system of their liking
+(be it Maven, Gradle or Ant) for their projects. 
+
+For more information about the discussion and the rationale behind 
+these choices please see link:https://blogs.apache.org/netbeans/entry/restructuring-of-project-templates-in[this blog post].
+
+--
+
+== JDK 12 support
+
+=== nb-javac upgrade
+
+As you may know, the Apache NetBeans IDE can use a special variation of a Java
+compiler called link:https://blogs.apache.org/netbeans/entry/what-s-nb-javac-in[nb-javac], that
+greatly improves the Java support. This `nb-javac` tool (which is not an Apache
+Project as it's released under the GPL license) has been improved to support advanced
+JDK 12 features.
+
+Apache NetBeans Team Members
+link:https://issues.apache.org/jira/secure/ViewProfile.jspa?name=arunava.sinha[Arunava Sinha],
+link:https://issues.apache.org/jira/secure/ViewProfile.jspa?name=sakeshar[Sarvesh Kesharwani], 
+and link:https://issues.apache.org/jira/secure/ViewProfile.jspa?name=vikas.prabhakar[Vikas Kumar Prabhakar]
+have made a 
+link:https://issues.apache.org/jira/issues/?jql=labels%20%3D%20NB-JDK12[heroic effort] to integrate Apache NetBeans
+with this latest release of `nb-javac`. 
+
+=== Switch improvements 
+
+The `switch` expression handling has been greatly improved in this release.
+Better formatting, better re-indentation, better syntax-highlighting,
+better hints and better auto-completion. 
+
+==== Autocompletion
+
+You can now autocomplete enum values in switch statements:
+
+image:switch-autocomplete.png[]
+
+==== JEP-325: Switch Expressions (Preview)
+
+We now have link:http://openjdk.java.net/jeps/325[JEP-325] support. In order to enable
+JEP-325 (and other preview features) follow these instructions:
+
+1. Goto `Project > Properties`
+2. Goto `Build > Compiling pane` and  add `--enable-preview` in "Additional Compiler Options".
+3. Goto `Run` pane and add `--enable-preview` in VM Options
+
+NOTE: `--enable-preview` does not work in Maven projects in Apache NetBeans 11 as of yet, but the
+link:https://github.com/apache/incubator-netbeans/pull/1173[issue is being tracked here].
+
+==== Converting switch-cases to rule kind cases
+
+There's a new hint to convert switch-cases to rule kind classes. For instance, in this scenario:
+
+image:jep-325-hint-1.jpg[]
+
+if you choose the hint the result will be:
+
+image:jep-325-hint-2.jpg[]
+
+That's cleaner, right?
+
+==== And more
+
+See link:+https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=103091452+[our wiki] for more
+improvements to the `switch` expression.
+
+== Java EE support
+
+We have been busy in the last months 
+link:https://cwiki.apache.org/confluence/display/NETBEANS/2nd+Donation%3A+List+of+Modules+to+Review[reviewing the licenses of the enterprise cluster],
+that was included in the second donation from Oracle. The review has now ended
+(after link:https://github.com/apache/incubator-netbeans/pulls?utf8=%E2%9C%93&q=is%3Apr+%22Module+review%22[lots of pull requests])
+and we have included this cluster in Apache NetBeans 11.0.
+
+This means that you can now build JavaEE applications with Ant, Maven or Gradle projects. 
+
+NOTE: Explicit support of Java EE 8 is not currently part of Apache NetBeans 11.0.  Also, JavaEE 8
+only runs on JDK 8, not on later releases, and so if you 're doing development with JavaEE 8 it's
+best to run NetBeans itself on JDK 8.
+
+NOTE: In order to comply with the Apache License we had to drop support for JBoss 4,
+WebLogic 9 and the module `websvc.switmodellext` had to be dropped as well.
+
+== Gradle Support
+
+[.feature]
+--
+
+In late December, 2018, Apache NetBeans Team Member link:https://netbeans.apache.org/community/who.html#_laszlo_kishalmi[Laszlo Kishalmi]
+kindly donated link:https://mail-archives.apache.org/mod_mbox/netbeans-dev/201812.mbox/%3Cade97a90-84c9-c566-b23a-9c5ccf40ec2f%40gmail.com%3E[his Gradle works to Apache NetBeans]. 
+
+image::gradle-navigator.png[Navigation of Gradle build script, title="Navigating the Gradle build script", role="left"]
+
+Since then he has been steadily link:https://issues.apache.org/jira/issues/?jql=project%20%3D%20NETBEANS%20AND%20component%20%3D%20%22projects%20-%20Gradle%22%20and%20status%20!%3D%20Open[working very hard] 
+to solve many issues and doing improvements.
+
+As a result you can now:
+
+- Open Gradle projects out of the box.
+- Gradle Task Navigator, run tasks by double-click.
+- Gradle supported unit test frameworks (JUnit 4, 5, TestNG) works with Code Coverage with JaCoCo.
+- Gradle projects work together with NetBeans JPA and Spring Support.
+- Customizable task execution and IDE action binding.
+- Run, Debug and Test even single methods.
+- Creating new projects with Gradle.
+
+--
+
+== Other enhancements
+
+link:https://github.com/eirikbakke[Eirik Bakke] has link:https://github.com/apache/incubator-netbeans/pull/859[added support for HiDPI icons for window system icons] on Windows and Mac. This introduces vector-drawn icon implementations for the icons used in the window system's Windows 8 and Aqua LAFs. 
+
+Also, for this release the Apache NetBeans Team has been busy
+link:https://issues.apache.org/jira/issues/?jql=project%20%3D%20NETBEANS%20AND%20(status%20%3D%20Resolved%20OR%20status%20%3D%20Closed)%20AND%20fixVersion%20%3D%2011.0%20%20[fixing 99 issues].
+
+== Tutorials
+
+The NetBeans tutorials have also been integrated for this release and are available here:
+
+- link:https://netbeans.apache.org/kb/docs/ide/index.html[NetBeans IDE tutorials]
+- link:https://netbeans.apache.org/kb/docs/web/index.html[Web Technologies tutorials]
+- link:https://netbeans.apache.org/kb/docs/java/index.html[Java tutorials]
+- link:https://netbeans.apache.org/kb/docs/javaee/index.html[Java EE tutorials]
+- link:https://netbeans.apache.org/kb/docs/php/index.html[PHP tutorials]
+
+Many of these tutorials are being reviewed. See link:https://netbeans.apache.org/kb/docs/contributing.html[these guidelines] if
+you want to help with the review.
+
+== Maven plugins
+
+link:https://netbeans.apache.org/community/who.html#_eric_barboni[Eric Barboni] has 
+done a great job setting up the link:https://github.com/apache/incubator-netbeans-mavenutils[mavenutils] 
+repository, that holds different plugins that will make it possible to start
+publishing the NetBeans bits in a Maven repository.
+
+See link:https://bits.netbeans.org/mavenutilities/nbm-maven-plugin/index.html[NetBeans m2 plugin] for
+more details.
+
+== Javadoc
+
+For this release we have algo started publishing our Javadoc:
+
+- link:https://bits.netbeans.org/dev/javadoc/[Latest dev javadoc]
+- link:https://bits.netbeans.org/11.0/javadoc/[Release 11.0 javadoc]
+- link:https://bits.netbeans.org/10.0/javadoc/[Release 10.0 javadoc]
+- link:https://bits.netbeans.org/9.0/javadoc/[Release 9.0 javadoc]
+
+
+
+
+
diff --git a/netbeans.apache.org/src/content/download/nb110/index.html b/netbeans.apache.org/src/content/download/nb110/index.html
deleted file mode 100644
index dcacdfb..0000000
--- a/netbeans.apache.org/src/content/download/nb110/index.html
+++ /dev/null
@@ -1,42 +0,0 @@
-////
-     Licensed to the Apache Software Foundation (ASF) under one
-     or more contributor license agreements.  See the NOTICE file
-     distributed with this work for additional information
-     regarding copyright ownership.  The ASF licenses this file
-     to you under the Apache License, Version 2.0 (the
-     "License"); you may not use this file except in compliance
-     with the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-     Unless required by applicable law or agreed to in writing,
-     software distributed under the License is distributed on an
-     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-     KIND, either express or implied.  See the License for the
-     specific language governing permissions and limitations
-     under the License.
-////
-= Apache NetBeans (incubating) 11.0 Features
-:jbake-type: page
-:jbake-tags: 11.0 features
-:jbake-status: published
-:keywords: Apache NetBeans 11.0 IDE features
-:icons: font
-:description: Apache NetBeans 11.0 (incubating) features
-:toc: left
-:toc-title: 
-:toclevels: 4
-
-////
-
-This is the NetBeans 11.0 feature page.
-
-nb110/index.asciidoc -> NetBeans 11.X feature page
-nb110/nb110.asciidoc -> NetBeans 11.0 release information (voting links, etc.)
-
-////
-
-
-Apache NetBeans (incubating) 11.0 is the third major release of the Apache NetBeans IDE. It was released in March, 2019. link:/download/nb110/nb110.html[Click here to download] this release.
-
-This release is focused in adding support for JDK 12, Java EE, Gradle, as well in solving many issues.
diff --git a/netbeans.apache.org/src/content/download/nb110/jep-325-hint-1.jpg b/netbeans.apache.org/src/content/download/nb110/jep-325-hint-1.jpg
new file mode 100644
index 0000000..9fa9e11
Binary files /dev/null and b/netbeans.apache.org/src/content/download/nb110/jep-325-hint-1.jpg differ
diff --git a/netbeans.apache.org/src/content/download/nb110/jep-325-hint-2.jpg b/netbeans.apache.org/src/content/download/nb110/jep-325-hint-2.jpg
new file mode 100644
index 0000000..88973a9
Binary files /dev/null and b/netbeans.apache.org/src/content/download/nb110/jep-325-hint-2.jpg differ
diff --git a/netbeans.apache.org/src/content/download/nb110/nb11-new-project.png b/netbeans.apache.org/src/content/download/nb110/nb11-new-project.png
new file mode 100644
index 0000000..bed7963
Binary files /dev/null and b/netbeans.apache.org/src/content/download/nb110/nb11-new-project.png differ
diff --git a/netbeans.apache.org/src/content/download/nb110/nb110.asciidoc b/netbeans.apache.org/src/content/download/nb110/nb110.asciidoc
new file mode 100644
index 0000000..1850a68
--- /dev/null
+++ b/netbeans.apache.org/src/content/download/nb110/nb110.asciidoc
@@ -0,0 +1,86 @@
+////
+     Licensed to the Apache Software Foundation (ASF) under one
+     or more contributor license agreements.  See the NOTICE file
+     distributed with this work for additional information
+     regarding copyright ownership.  The ASF licenses this file
+     to you under the Apache License, Version 2.0 (the
+     "License"); you may not use this file except in compliance
+     with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing,
+     software distributed under the License is distributed on an
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+     KIND, either express or implied.  See the License for the
+     specific language governing permissions and limitations
+     under the License.
+////
+////
+
+NOTE: 
+See https://www.apache.org/dev/release-download-pages.html 
+for important requirements for download pages for Apache projects.
+
+////
+= Downloading Apache NetBeans (incubating) 11.0 
+:jbake-type: page
+:jbake-tags: download
+:jbake-status: published
+:keywords: Apache NetBeans 11.0 Download
+:description: Apache NetBeans 11.0 Download
+:toc: left
+:toc-title:
+
+Apache NetBeans (incubating) 11.0 was announced on April, 2019.
+See link:/download/nb110/index.html[Apache NetBeans 11.0 Features] for a full list of features.
+
+////
+NOTE: It's mandatory to link to the source. It's optional to link to the binaries.
+NOTE: It's mandatory to link against https://www.apache.org for the sums & keys. https is recommended.
+NOTE: It's NOT recommended to link to github.
+////
+Apache NetBeans 11.0 is available for download from your closest Apache mirror. For this release no official installers are provided, please just download the binaries and unzip them.
+
+- Source: link:https://www.apache.org/dyn/closer.cgi/incubator/netbeans/incubating-netbeans/incubating-11.0/incubating-netbeans-11.0-source.zip[incubating-netbeans-11.0-source.zip] 
+(link:https://www.apache.org/dist/incubator/netbeans/incubating-netbeans/incubating-11.0/incubating-netbeans-11.0-source.zip.sha512[SHA-512],
+link:https://www.apache.org/dist/incubator/netbeans/incubating-netbeans/incubating-11.0/incubating-netbeans-11.0-source.zip.asc[PGP ASC])
+
+- Binaries: 
+link:https://www.apache.org/dyn/closer.cgi/incubator/netbeans/incubating-netbeans/incubating-11.0/incubating-netbeans-11.0-bin.zip[incubating-netbeans-11.0-bin.zip] (
+link:https://www.apache.org/dist/incubator/netbeans/incubating-netbeans/incubating-11.0/incubating-netbeans-11.0-bin.zip.sha512[SHA-512],
+link:https://www.apache.org/dist/incubator/netbeans/incubating-netbeans/incubating-11.0/incubating-netbeans-11.0-bin.zip.asc[PGP ASC])
+
+- Javadoc for this release is available at https://bits.netbeans.org/11.0/javadoc
+
+////
+NOTE: Using https below is highly recommended.
+////
+Officially, it is important that you link:https://www.apache.org/dyn/closer.cgi#verify[verify the integrity] of the downloaded files using the PGP signatures (.asc file) or a hash (.sha512 files).  The PGP keys used to sign this release are available link:https://www.apache.org/dist/incubator/netbeans/KEYS[here].
+
+== Building from source
+
+To build Apache NetBeans (incubating) 11.0 from source you need:
+
+. Oracle's Java 8 or Open JDK v8.
+. Apache Ant 1.10 or greater (https://ant.apache.org).
+
+Once you have everything installed then:
+
+1. Unzip link:https://www.apache.org/dyn/closer.cgi/incubator/netbeans/incubating-netbeans/incubating-11.0/incubating-netbeans-11.0-source.zip[incubating-netbeans-11.0-source.zip] in a directory of your liking.
+2. `cd` to that directory, and then run `ant` to build the Apache NetBeans IDE. Once built you can run the IDE by typing `./nbbuild/netbeans/bin/netbeans`
+
+== Community approval
+
+As in any other Apache Project, the Apache NetBeans Community approved this release through the following voting processes in our link:/community/mailing-lists.html[mailing lists] :
+
+- link:https://lists.apache.org/thread.html/290786ea9eda2215a93ca18084945d655053597ca9745ecc6d555d79@%3Cdev.netbeans.apache.org%3E[PPMC vote]
+// - link:https://lists.apache.org/thread.html/305d657e57d04df3d4a13c76ab732e64ef72d107fe0f769d5f4bbd80@%3Cdev.netbeans.apache.org%3E[PPMC vote result]
+- link:https://lists.apache.org/thread.html/505233e52be5bb6a7f047b7bcaa806c0135920539f7c8a26b3a56ddd@%3Cgeneral.incubator.apache.org%3E[IPMC vote]
+// - link:https://lists.apache.org/thread.html/baaaee55cb4e4daf8c6d9527cfbcf15d05ef58b50f9ee6d02146afa0@%3Cgeneral.incubator.apache.org%3E[IPMC vote result]
+
+== Release information
+
+Please visit the link:https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+11.0[Apache NetBeans 11 page] for further details.
+
+
diff --git a/netbeans.apache.org/src/content/download/nb110/switch-autocomplete.png b/netbeans.apache.org/src/content/download/nb110/switch-autocomplete.png
new file mode 100644
index 0000000..8c3b0a4
Binary files /dev/null and b/netbeans.apache.org/src/content/download/nb110/switch-autocomplete.png differ
diff --git a/netbeans.apache.org/src/content/index.asciidoc b/netbeans.apache.org/src/content/index.asciidoc
index 12c8b65..017c18c 100644
--- a/netbeans.apache.org/src/content/index.asciidoc
+++ b/netbeans.apache.org/src/content/index.asciidoc
@@ -24,7 +24,7 @@
 :icons: font
 :description: Apache NetBeans (incubating)
 :note: The 'hero' tags below enable the 'hero' area in the page.gsp template
-:hero.top: Version 10.0
+:hero.top: Version 11.0
 :hero.title: Apache NetBeans
 :hero.subtitle: Fits the Pieces Together
 
@@ -51,7 +51,7 @@ Apache NetBeans provides editors, wizards, and templates to help you create appl
 
 [.card.magenta]
 .icon:download[] Cross Platform
-Apache NetBeans can be link:/download/nb100/nb100.html[installed] on all operating systems that support Java, i.e, Windows, Linux, Mac OSX and BSD. Write Once, Run Anywhere, applies to NetBeans too.
+Apache NetBeans can be link:/download/nb110/nb110.html[installed] on all operating systems that support Java, i.e, Windows, Linux, Mac OSX and BSD. Write Once, Run Anywhere, applies to NetBeans too.
 
 [.card.green]
 .icon:users[] Join us
diff --git a/netbeans.apache.org/src/content/templates/footer.gsp b/netbeans.apache.org/src/content/templates/footer.gsp
index 53c263d..06f4254 100644
--- a/netbeans.apache.org/src/content/templates/footer.gsp
+++ b/netbeans.apache.org/src/content/templates/footer.gsp
@@ -81,7 +81,7 @@
                 </ul>
             </div>
             <div class="large-auto cell">
-                <h1><a href="/download/nb100/nb100.html">Download</a></h1>
+                <h1><a href="/download/nb110/nb110.html">Download</a></h1>
                 <ul>
                     <li><a href="/download/index.html">Releases</a></li>                    
                     <li><a href="/plugins/index.html">Plugins</a></li>
diff --git a/netbeans.apache.org/src/content/templates/news.gsp b/netbeans.apache.org/src/content/templates/news.gsp
index 7fa8d27..f629b5f 100644
--- a/netbeans.apache.org/src/content/templates/news.gsp
+++ b/netbeans.apache.org/src/content/templates/news.gsp
@@ -23,8 +23,8 @@
     <div class='grid-container'>
         <div class='cell'>
             <div class="annotation">Just released!</div>
-            <h1 syle='font-size: 2rem'>Apache NetBeans 10.0</h1>
-            <p><a class="button success" href="/download/nb100/nb100.html">Read more</a></p>
+            <h1 syle='font-size: 2rem'>Apache NetBeans 11.0</h1>
+            <p><a class="button success" href="/download/nb110/nb110.html">Read more</a></p>
         </div>
     </div>
 </section>
diff --git a/netbeans.apache.org/src/content/templates/slider.gsp b/netbeans.apache.org/src/content/templates/slider.gsp
index 0a7f2ea..0043450 100644
--- a/netbeans.apache.org/src/content/templates/slider.gsp
+++ b/netbeans.apache.org/src/content/templates/slider.gsp
@@ -46,11 +46,11 @@
               <div class='grid-container'>
                   <div class='cell'>
                       <div class='annotation'>Apache NetBeans Transition News</div>
-                      <h1>Apache NetBeans 10.0 Features</h1>
+                      <h1>Apache NetBeans 11.0 Features</h1>
                       <p>
-                        Java 11, PHP, JUnit 5, JavaScript, Groovy, and more.
+                        JDK 12, Java EE, Gradle and more!
                       </p>
-                      <p><a class='button success' href="/download/nb100/index.html">Features</a></p>
+                      <p><a class='button success' href="/download/nb110/index.html">Features</a></p>
                   </div>
               </div>
           </section>
@@ -60,11 +60,11 @@
               <div class='grid-container'>
                   <div class='cell'>
                       <div class='annotation'>Apache NetBeans Transition News</div>
-                      <h1>Apache NetBeans 10.0 Released!</h1>
+                      <h1>Apache NetBeans 11.0 Released!</h1>
                       <p>
-                        Download Apache NetBeans 10.0 from an Apache mirror near you.
+                        Download Apache NetBeans 11.0 from an Apache mirror near you.
                       </p>
-                      <p><a class='button success' href="/download/nb100/nb100.html">Download</a></p>
+                      <p><a class='button success' href="/download/nb110/nb110.html">Download</a></p>
                   </div>
               </div>
           </section>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists