You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/10/20 14:46:03 UTC

[tomee-site-generator] branch main updated (e2f20f2 -> f04a2d0)

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

rzo1 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git


    from e2f20f2  Merge pull request #50 from sultan/update-javadoc
     new 095a32b  master -> main
     new f04a2d0  Updates contributor resources

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 WEBSITE-2020.adoc                                           | 2 +-
 src/main/java/org/apache/tomee/website/VersionsIndex.java   | 1 +
 src/main/jbake/content/community/contributor-resources.adoc | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)


[tomee-site-generator] 01/02: master -> main

Posted by rz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 095a32b97a068d5be1d048eb84101dec3e850745
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Thu Oct 20 16:42:33 2022 +0200

    master -> main
---
 WEBSITE-2020.adoc                                         | 2 +-
 src/main/java/org/apache/tomee/website/VersionsIndex.java | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/WEBSITE-2020.adoc b/WEBSITE-2020.adoc
index eaf5b06..de03c7e 100644
--- a/WEBSITE-2020.adoc
+++ b/WEBSITE-2020.adoc
@@ -109,7 +109,7 @@ Without this, no one will be able to understand how the site is built.
 For Antora, it's easy to set up a gitlab ci pipeline that builds a site and publishies it on netlify.
 I don't know if anything similar is possible for github, but I thnk it's worth investigating.
 My idea is something like any commit results in updating a preview site.
-If you like it you can push to "master", so asf shows it.
+If you like it you can push to "main", so asf shows it.
 
 '''
 
diff --git a/src/main/java/org/apache/tomee/website/VersionsIndex.java b/src/main/java/org/apache/tomee/website/VersionsIndex.java
index 4e35fc8..2fa4583 100644
--- a/src/main/java/org/apache/tomee/website/VersionsIndex.java
+++ b/src/main/java/org/apache/tomee/website/VersionsIndex.java
@@ -39,6 +39,7 @@ public class VersionsIndex {
 
             for (final Source source : sources.getSources()) {
                 if ("master".equals(source.getName())) continue;
+                if ("main".equals(source.getName())) continue;
                 if ("latest".equals(source.getName())) continue;
 
                 index.append("*").append(source.getName());


[tomee-site-generator] 02/02: Updates contributor resources

Posted by rz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f04a2d00c5c8f4023b633b3265f5f57e35426a38
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Thu Oct 20 16:45:53 2022 +0200

    Updates contributor resources
---
 src/main/jbake/content/community/contributor-resources.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/jbake/content/community/contributor-resources.adoc b/src/main/jbake/content/community/contributor-resources.adoc
index df0f220..8937687 100644
--- a/src/main/jbake/content/community/contributor-resources.adoc
+++ b/src/main/jbake/content/community/contributor-resources.adoc
@@ -18,10 +18,10 @@ Some legacy code is served from link:http://svn.apache.org/viewvc/tomee/[SVN].
 
 == Quick Links
 === TomEE 8
-- link:https://github.com/apache/tomee[Main Repository]
+- link:https://github.com/apache/tomee/tree/tomee-8.x[TomEE 8.x Branch]
 
 === TomEE 9
-- link:https://github.com/apache/tomee-jakarta[TomEE 9.x ] - will be soon available in the link:https://github.com/apache/tomee[Main Repository].
+- link:https://github.com/apache/tomee/tree/main[TomEE 9.x Branch]
 
 === Misc