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

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git


The following commit(s) were added to refs/heads/master by this push:
     new 5bc851953 upgrade our documentation to reflect JakartaEE as current 
target
5bc851953 is described below

commit 5bc85195327212c4cc24b0982d40cd3ab2ba2269
Author: Mark Struberg <[email protected]>
AuthorDate: Tue Apr 8 15:00:22 2025 +0200

    upgrade our documentation to reflect JakartaEE as current target
---
 documentation/README.md              | 2 --
 pom.xml                              | 4 ++--
 site/src/main/asciidoc/download.adoc | 8 ++++++--
 template/document.html.erb           | 2 +-
 4 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/documentation/README.md b/documentation/README.md
index d894c9a17..81e979be8 100644
--- a/documentation/README.md
+++ b/documentation/README.md
@@ -47,5 +47,3 @@ To publish to [staging 
area](http://deltaspike.apache.org/staging/documentation)
 To publish to [production area](http://deltaspike.apache.org/documentation), 
run:
 
     mvn clean site-deploy
-
-After log in to <https://cms.apache.org/deltaspike/publish> and click on the 
`Submit` button.
diff --git a/pom.xml b/pom.xml
index 5014dd98a..6e5624382 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,8 +49,8 @@
 
     <properties>
         <asciidoctor.version>1.5.2</asciidoctor.version>
-        
<version.deltaspike.latest.stable>1.9.6</version.deltaspike.latest.stable>
-        
<version.deltaspike.latest.snapshot>1.9.7-SNAPSHOT</version.deltaspike.latest.snapshot>
+        
<version.deltaspike.latest.stable>2.0.0</version.deltaspike.latest.stable>
+        
<version.deltaspike.latest.snapshot>2.0.1-SNAPSHOT</version.deltaspike.latest.snapshot>
         
<svn.scmPubCheckoutDirectory>${project.build.directory}/co-site</svn.scmPubCheckoutDirectory>
 
         <maven.compiler.source>11</maven.compiler.source>
diff --git a/site/src/main/asciidoc/download.adoc 
b/site/src/main/asciidoc/download.adoc
index fe37d3943..e66065eda 100644
--- a/site/src/main/asciidoc/download.adoc
+++ b/site/src/main/asciidoc/download.adoc
@@ -11,10 +11,14 @@ v{latestStable}
 
 == Prerequisits
 
+Apchache DeltaSpike-1.x supports JavaEE.
 The minimum JavaEE version is JavaEE 6.
-
 The minmium Java version until DeltaSpike-1.8.x is Java 6.
-The minimum Java version from DeltaSpike-1.9.0 upwards is Java8.
+The minimum Java version for DeltaSpike-1.9.x is Java8.
+
+Apache DeltaSpike 2.x targets JakartaEE.
+The minimum JavaEE version is JakartaEE version is 9.
+The minimum Java version for DeltaSpike-2.0.x is Java11.
 
 
 == Binary Distribution
diff --git a/template/document.html.erb b/template/document.html.erb
index 261115ea1..95d459e49 100644
--- a/template/document.html.erb
+++ b/template/document.html.erb
@@ -270,7 +270,7 @@
     <div class="row">
         <hr>
         <footer>
-            <p>Copyright &copy; 2011-2016 The Apache Software Foundation,
+            <p>Copyright &copy; 2011-2025 The Apache Software Foundation,
                 Licensed under the Apache License, Version 2.0.</p>
 
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>

Reply via email to