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 2021/05/21 07:22:55 UTC

[tomee-site-generator] 03/03: Fixes typos, be consistent with GitHub, replaces BuildBot by Jenkins CI

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

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

commit 0021b8ff0828aae02250c569f815fa481d973146
Author: Richard Zowalla <ri...@hs-heilbronn.de>
AuthorDate: Fri May 21 09:22:31 2021 +0200

    Fixes typos, be consistent with GitHub, replaces BuildBot by Jenkins CI
---
 src/main/jbake/content/community/commercial.adoc      |  2 +-
 .../jbake/content/community/contributing/website.adoc |  8 ++++----
 src/main/jbake/content/community/index.adoc           |  6 +++---
 src/main/jbake/content/community/sources.adoc         | 19 +++++++++----------
 4 files changed, 17 insertions(+), 18 deletions(-)

diff --git a/src/main/jbake/content/community/commercial.adoc b/src/main/jbake/content/community/commercial.adoc
index 6f686d5..24f463d 100755
--- a/src/main/jbake/content/community/commercial.adoc
+++ b/src/main/jbake/content/community/commercial.adoc
@@ -27,4 +27,4 @@ The Apache TomEE PMC does not and cannot endorse or recommend any products or se
 
 All submitted information must be factual and informational in nature and not be a marketing statement. Statements that promote your products and services over other offerings on the page will not be tolerated and will be removed. Such marketing statements can be added to your own pages on your own site.
 
-When in doubt, email the Apache TomEE PMC list (see xref:../security/support.adoc[Mailing Lists]) and ask. We are be happy to help.
+When in doubt, email the Apache TomEE PMC list (see xref:../security/support.adoc[Mailing Lists]) and ask. We are happy to help.
diff --git a/src/main/jbake/content/community/contributing/website.adoc b/src/main/jbake/content/community/contributing/website.adoc
index 97a3027..34850da 100755
--- a/src/main/jbake/content/community/contributing/website.adoc
+++ b/src/main/jbake/content/community/contributing/website.adoc
@@ -8,15 +8,15 @@ This website is a simple link:http://jbake.org/[JBake] project you can find at:
 
  - https://gitbox.apache.org/repos/asf/tomee-site-generator.git. (Apache)
 
- - https://github.com/apache/tomee-site-generator.git (Github mirror)
+ - https://github.com/apache/tomee-site-generator.git (GitHub mirror)
 
 To submit a change do the following:
 
-- Create a ticket on http://issues.apache.org/jira/browse/TOMEE
+- Create a ticket on https://issues.apache.org/jira/browse/TOMEE
 
-- Open a PR in the Gihub mirror with the ticket number e.g `TOMEE-1000 - Ticket Description`
+- Open a PR in the GitHub mirror with the ticket number e.g `TOMEE-1000 - Ticket Description`
 
-A committer will review it and redeploy the website using Apache CMS.
+A committer will review it and redeploy the website using a Jenkins CI build job.
 
 Building the website is mainly about running `mvn compile`, note you can use `JBake` main to develop.
 Publishing the website is about running `mvn pre-site` - needs to be a TomEE committer.
diff --git a/src/main/jbake/content/community/index.adoc b/src/main/jbake/content/community/index.adoc
index 238b96a..965fdde 100755
--- a/src/main/jbake/content/community/index.adoc
+++ b/src/main/jbake/content/community/index.adoc
@@ -8,9 +8,9 @@
 
 * xref:contributing/contribution-tips.adoc[Contribution tips]
 * xref:contributing/workflow.adoc[Contribution workflow]
-* xref:sources.adoc[Apache TomEE]
-* xref:contributing/website.adoc[This website]
-* xref:contributors.adoc[TomEE Wall Of Fame]
+* xref:sources.adoc[Contribute to Apache TomEE]
+* xref:contributing/website.adoc[Contribute to this Website]
+* xref:contributors.adoc[Apache TomEE - Wall Of Fame]
 
 == Social Media: cause contributing is not only about coding
 
diff --git a/src/main/jbake/content/community/sources.adoc b/src/main/jbake/content/community/sources.adoc
index cc41423..11cb2f3 100755
--- a/src/main/jbake/content/community/sources.adoc
+++ b/src/main/jbake/content/community/sources.adoc
@@ -3,11 +3,11 @@
 :jbake-type: page
 :jbake-status: published
 
-== Github
+== GitHub
 
-TomEE is on Github at https://github.com/apache/tomee . The sources are synchronized by Apache on Github
+TomEE is on GitHub at https://github.com/apache/tomee . The sources are synchronized by Apache on GitHub
 but Pull/Requests are integrated with Apache Infrastructure which means you can just submit us a patch as
-you would do on any Github project and Apache takes care of the rest of the process.
+you would do on any other GitHub project and Apache takes care of the rest of the process.
 
 == Apache Git
 
@@ -27,7 +27,7 @@ If you are interested in 1.7.x branch only just checkout the `tomee-1.7.x` branc
 git clone -b tomee-1.7.x https://gitbox.apache.org/repos/asf/tomee.git tomee-1.7.x
 ----
 
-Master branch is the more up to date version of the codebase and currently targets TomEE 7.x branch.
+Master branch is the more up to date version of the codebase and currently targets TomEE 8.x branch.
 
 == Building
 
@@ -57,15 +57,14 @@ Then TomEE archives are at `tomee/apache/tomee/target/apache-tomee-$\{classifier
 
 == Continuous Integration
 
-TomEE is using Buildbot for its continuous integration. You can access main builds (Ubuntu ones) at these address:
+TomEE is using Jenkins CI for its continuous integration. You can access builds at these address:
 
-- https://ci.apache.org/builders/tomee-trunk-ubuntu-jvm8[TomEE Master]
-- https://ci.apache.org/builders/tomee-1.7.x-ubuntu[TomEE 1.7.x]
+- https://ci-builds.apache.org/job/Tomee/[TomEE @ Jenkins CI]
 
 == Issues
 
-Tomee uses Jira for issues, if you are looking for a problem or reporting one, use the following address:
+TomEE uses Jira for issues, if you are looking for a problem or reporting one, use the following address:
 
-- Create a ticket on http://issues.apache.org/jira/browse/TOMEE
+- Create a ticket on https://issues.apache.org/jira/browse/TOMEE
 
-- Open a PR in the Gihub mirror with the ticket number e.g `TOMEE-1000 - Ticket Description`
+- Open a PR in the GitHub mirror with the ticket number e.g. `TOMEE-1000 - Ticket Description`