Skip to content

Commit

Permalink
Add TomEE 10-M1 as source
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Apr 8, 2024
1 parent b32c43b commit b3e502b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/tomee/website/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public static Source[] getSources() {
// if (1 == 1) return new Source[0]; // uncomment this line to generate only the main site pages.
return new Source[]{
// TOMEE NEXT
// new Source("https://github.com/apache/tomee.git", "main", "tomee-10.0", false).label("milestone").related(microProfile6).related(jakartaEE10).javadoc("^org.apache.(openejb|tomee).*"),
new Source("https://github.com/apache/tomee.git", "main", "tomee-10.0", false).label("milestone").related(microProfile6).related(jakartaEE10).javadoc("^org.apache.(openejb|tomee).*"),
// TOMEE CURRENT
new Source("https://github.com/apache/tomee.git", "tomee-9.x", "tomee-9.0", true).related(microProfile5).related(jakartaEE9).javadoc("^org.apache.(openejb|tomee).*"),
new Source("https://github.com/apache/tomee.git", "tomee-8.x", "tomee-8.0", false).related(microProfile2).related(jakartaEE8).javadoc("^org.apache.(openejb|tomee).*"),
Expand Down

0 comments on commit b3e502b

Please sign in to comment.