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

mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 978737be updates outdated building page which still referenced JDK 8 
which should read 11 now updates year in footer.ftl to 2023
978737be is described below

commit 978737bee6667c4cc1b5984d8d8fd0fc21b54bfa
Author: Martin Wiesner <[email protected]>
AuthorDate: Fri Jun 9 00:16:21 2023 +0200

    updates outdated building page which still referenced JDK 8 which should 
read 11 now
    updates year in footer.ftl to 2023
---
 src/main/jbake/assets/sitemap.xml   | 2 +-
 src/main/jbake/content/building.ad  | 2 +-
 src/main/jbake/templates/footer.ftl | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/jbake/assets/sitemap.xml 
b/src/main/jbake/assets/sitemap.xml
index c36712e1..d500313b 100644
--- a/src/main/jbake/assets/sitemap.xml
+++ b/src/main/jbake/assets/sitemap.xml
@@ -71,7 +71,7 @@
 </url>
 <url>
   <loc>https://opennlp.apache.org/building.html</loc>
-  <lastmod>2017-11-02T10:51:58+00:00</lastmod>
+  <lastmod>2023-06-09T00:10:58+00:00</lastmod>
   <priority>0.80</priority>
 </url>
 <url>
diff --git a/src/main/jbake/content/building.ad 
b/src/main/jbake/content/building.ad
index 894048b8..83a205db 100644
--- a/src/main/jbake/content/building.ad
+++ b/src/main/jbake/content/building.ad
@@ -29,7 +29,7 @@
  - If you have an IDE installed such as https://netbeans.org/[NetBeans] or 
https://www.eclipse.org/[Eclipse] installed,
  it will make your development easier.  However, follow on for the brave.
 
- - At least 
http://www.oracle.com/technetwork/java/javase/overview/index.html[JDK 8] is 
required to compile and run
+ - At least 
http://www.oracle.com/technetwork/java/javase/overview/index.html[JDK 11] is 
required to compile and run
   the object code.
 
  - At least https://maven.apache.org/[Apache Maven 3.3.9] is required to build 
the source
diff --git a/src/main/jbake/templates/footer.ftl 
b/src/main/jbake/templates/footer.ftl
index 4efe05dc..c7f58c44 100755
--- a/src/main/jbake/templates/footer.ftl
+++ b/src/main/jbake/templates/footer.ftl
@@ -18,7 +18,7 @@
 -->
     <footer class='footer'>
         <div class="container">
-            <p class="text-muted">Copyright &copy; 2017  The Apache Software 
Foundation, Licensed under the
+            <p class="text-muted">Copyright &copy; 2023  The Apache Software 
Foundation, Licensed under the
             <a href="https://www.apache.org/licenses/LICENSE-2.0";>Apache 
License, Version 2.0</a>  <br>
             Apache OpenNLP, OpenNLP, Apache, the Apache feather logo, and the 
Apache OpenNLP project logo are
             trademarks of The Apache Software Foundation. -

Reply via email to