This is an automated email from the ASF dual-hosted git repository.
dblevins pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git
The following commit(s) were added to refs/heads/main by this push:
new 9dec450 Update master reference to main
9dec450 is described below
commit 9dec4500af82a1e545e66b76d0582fa42f1452ee
Author: David Blevins <[email protected]>
AuthorDate: Tue Oct 4 16:18:55 2022 -0500
Update master reference to main
---
src/main/java/org/apache/tomee/website/Configuration.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/tomee/website/Configuration.java
b/src/main/java/org/apache/tomee/website/Configuration.java
index c83913c..016fd48 100644
--- a/src/main/java/org/apache/tomee/website/Configuration.java
+++ b/src/main/java/org/apache/tomee/website/Configuration.java
@@ -191,7 +191,7 @@ public class Configuration {
// new Source("https://github.com/apache/tomee.git",
"tomee-7.1.x", "tomee-7.1", false).javadoc("^org.apache.(openejb|tomee).*"),
// new Source("https://github.com/apache/tomee.git",
"tomee-7.0.x", "tomee-7.0", false).javadoc("^org.apache.(openejb|tomee).*"),
// TOMEE CURRENT
- new Source("https://github.com/apache/tomee.git", "master",
"tomee-9.0",
false).label("milestone").related(microProfile5).related(jakartaEE9).javadoc("^org.apache.(openejb|tomee).*"),
+ new Source("https://github.com/apache/tomee.git", "main",
"tomee-9.0",
false).label("milestone").related(microProfile5).related(jakartaEE9).javadoc("^org.apache.(openejb|tomee).*"),
new Source("https://github.com/apache/tomee.git", "tomee-8.x",
"tomee-8.0",
true).related(microProfile2).related(jakartaEE8).javadoc("^org.apache.(openejb|tomee).*"),
new Source("https://github.com/apache/tomee.git",
"tomee-7.1.x", "tomee-7.1", false).javadoc("^org.apache.(openejb|tomee).*"),
new Source("https://github.com/apache/tomee.git",
"tomee-7.0.x", "tomee-7.0", false).javadoc("^org.apache.(openejb|tomee).*"),