Skip to content

Commit 5bc8519

Browse files
committed
upgrade our documentation to reflect JakartaEE as current target
1 parent 3ca5551 commit 5bc8519

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

documentation/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,3 @@ To publish to [staging area](http://deltaspike.apache.org/staging/documentation)
4747
To publish to [production area](http://deltaspike.apache.org/documentation), run:
4848

4949
mvn clean site-deploy
50-
51-
After log in to <https://cms.apache.org/deltaspike/publish> and click on the `Submit` button.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949

5050
<properties>
5151
<asciidoctor.version>1.5.2</asciidoctor.version>
52-
<version.deltaspike.latest.stable>1.9.6</version.deltaspike.latest.stable>
53-
<version.deltaspike.latest.snapshot>1.9.7-SNAPSHOT</version.deltaspike.latest.snapshot>
52+
<version.deltaspike.latest.stable>2.0.0</version.deltaspike.latest.stable>
53+
<version.deltaspike.latest.snapshot>2.0.1-SNAPSHOT</version.deltaspike.latest.snapshot>
5454
<svn.scmPubCheckoutDirectory>${project.build.directory}/co-site</svn.scmPubCheckoutDirectory>
5555

5656
<maven.compiler.source>11</maven.compiler.source>

site/src/main/asciidoc/download.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,14 @@ v{latestStable}
1111

1212
== Prerequisits
1313

14+
Apchache DeltaSpike-1.x supports JavaEE.
1415
The minimum JavaEE version is JavaEE 6.
15-
1616
The minmium Java version until DeltaSpike-1.8.x is Java 6.
17-
The minimum Java version from DeltaSpike-1.9.0 upwards is Java8.
17+
The minimum Java version for DeltaSpike-1.9.x is Java8.
18+
19+
Apache DeltaSpike 2.x targets JakartaEE.
20+
The minimum JavaEE version is JakartaEE version is 9.
21+
The minimum Java version for DeltaSpike-2.0.x is Java11.
1822

1923

2024
== Binary Distribution

template/document.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
<div class="row">
271271
<hr>
272272
<footer>
273-
<p>Copyright &copy; 2011-2016 The Apache Software Foundation,
273+
<p>Copyright &copy; 2011-2025 The Apache Software Foundation,
274274
Licensed under the Apache License, Version 2.0.</p>
275275

276276
<p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>

0 commit comments

Comments
 (0)