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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 2981bcdf Automatic Site Publish by Buildbot
2981bcdf is described below

commit 2981bcdf3eabdb5070b175cd2cd48d74a8f5df1f
Author: buildbot <[email protected]>
AuthorDate: Fri Dec 30 18:51:52 2022 +0000

    Automatic Site Publish by Buildbot
---
 feed.xml       | 4 ++--
 models.html    | 6 +++---
 release.html   | 2 +-
 using-git.html | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/feed.xml b/feed.xml
index 9ce5f290..6e1de512 100644
--- a/feed.xml
+++ b/feed.xml
@@ -24,8 +24,8 @@
     <atom:link href="https://opennlp.apache.org/feed.xml"; rel="self" 
type="application/rss+xml" />
     <description>The Apache OpenNLP library is a machine learning based 
toolkit for the processing of natural language text</description>
     <language>en-us</language>
-    <pubDate>Mon, 12 Dec 2022 20:32:22 +0000</pubDate>
-    <lastBuildDate>Mon, 12 Dec 2022 20:32:22 +0000</lastBuildDate>
+    <pubDate>Fri, 30 Dec 2022 18:51:33 +0000</pubDate>
+    <lastBuildDate>Fri, 30 Dec 2022 18:51:33 +0000</lastBuildDate>
 
     <item>
       <title>Apache OpenNLP 2.1.0 released</title>
diff --git a/models.html b/models.html
index 9b589e9f..d3266bca 100644
--- a/models.html
+++ b/models.html
@@ -357,9 +357,9 @@ body {
 <td class="tableblock halign-left valign-top"><p class="tableblock">Tokenizer 
model for French</p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/opennlp/models/ud-models-1.0/README";>README</a>
 <a 
href="https://dist.apache.org/repos/dist/release/opennlp/models/ud-models-1.0/opennlp-training-eval-logs-1.0-1.9.3.zip";>Evaluation
 Logs</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/opennlp/models/ud-models-1.0/opennlp-en-ud-ewt-tokens-1.0-1.9.3.bin";>opennlp-en-ud-ewt-tokens-1.0-1.9.3.bin</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/opennlp/models/ud-models-1.0/opennlp-en-ud-ewt-tokens-1.0-1.9.3.bin.sha512";>sha512</a>
-<a 
href="https://www.apache.org/dyn/closer.cgi/opennlp/models/ud-models-1.0/opennlp-en-ud-ewt-tokens-1.0-1.9.3.bin.asc";>asc</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/opennlp/models/ud-models-1.0/opennlp-fr-ud-ftb-tokens-1.0-1.9.3.bin";>opennlp-fr-ud-ftb-tokens-1.0-1.9.3.bin</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="https://www.apache.org/dyn/closer.cgi/opennlp/models/ud-models-1.0/opennlp-fr-ud-ftb-tokens-1.0-1.9.3.bin.sha512";>sha512</a>
+<a 
href="https://www.apache.org/dyn/closer.cgi/opennlp/models/ud-models-1.0/opennlp-fr-ud-ftb-tokens-1.0-1.9.3.bin.asc";>asc</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock">Tokens</p></td>
diff --git a/release.html b/release.html
index 5bf3c4d0..965a0c64 100644
--- a/release.html
+++ b/release.html
@@ -261,7 +261,7 @@ svn commit -m"Added Key for &lt;name&gt;" KEYS</pre>
 <div class="ulist">
 <ul>
 <li>
-<p>Checkout the Apache OpenNLP master branch: <code>git clone <a 
href="mailto:[email protected]";>[email protected]</a>:apache/opennlp.git</code></p>
+<p>Checkout the Apache OpenNLP main branch: <code>git clone <a 
href="mailto:[email protected]";>[email protected]</a>:apache/opennlp.git</code></p>
 </li>
 <li>
 <p>Execute a complete test (it can take several hours): <code>mvn test 
-DOPENNLP_DATA_DIR=/path/to/opennlp-test-data/ -Peval-tests</code></p>
diff --git a/using-git.html b/using-git.html
index d8590883..604e9a06 100644
--- a/using-git.html
+++ b/using-git.html
@@ -177,7 +177,7 @@ body {
     <div id="preamble">
 <div class="sectionbody">
 <div class="paragraph">
-<p>There are several ways to set up Git for committers and contributors. 
Contributors can safely set up Git in any way they choose, but committers 
should take extra care since they can push new commits to the upstream/master 
at Apache and various policies there make backing out mistakes problematic.</p>
+<p>There are several ways to set up Git for committers and contributors. 
Contributors can safely set up Git in any way they choose, but committers 
should take extra care since they can push new commits to the upstream/main at 
Apache and various policies there make backing out mistakes problematic.</p>
 </div>
 </div>
 </div>
@@ -250,7 +250,7 @@ body {
 <h2 id="merge_a_pull_request_via_github">Merge a Pull Request via GitHub</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Please do not commit directly to the master branch. All changes are done 
via Pull Requests, and a Pull Request needs to get two positive reviews and no 
change requests until it <a 
href="https://git-scm.com/docs/git-merge#_fast_forward_merge";>can be 
merged</a>. The PR can be merged via the Github UI as described below or 
manually. Please also note that we do not use merge commits, the merge should 
be done using <a 
href="https://git-scm.com/docs/git-merge#_fast_forward_merge";>fast forwa [...]
+<p>Please do not commit directly to the main branch. All changes are done via 
Pull Requests, and a Pull Request needs to get two positive reviews and no 
change requests until it <a 
href="https://git-scm.com/docs/git-merge#_fast_forward_merge";>can be 
merged</a>. The PR can be merged via the Github UI as described below or 
manually. Please also note that we do not use merge commits, the merge should 
be done using <a 
href="https://git-scm.com/docs/git-merge#_fast_forward_merge";>fast forward [...]
 </div>
 <div class="paragraph">
 <p>To merge a PR via Github follow these steps:</p>

Reply via email to