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 db7f2e59 Automatic Site Publish by Buildbot
db7f2e59 is described below
commit db7f2e59fecda73a8baa24e3897ed16b223f618b
Author: buildbot <[email protected]>
AuthorDate: Mon Nov 27 08:34:11 2023 +0000
Automatic Site Publish by Buildbot
---
feed.xml | 4 ++--
release.html | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/feed.xml b/feed.xml
index f1f03d88..5cb494b7 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>Wed, 22 Nov 2023 14:02:27 +0000</pubDate>
- <lastBuildDate>Wed, 22 Nov 2023 14:02:27 +0000</lastBuildDate>
+ <pubDate>Mon, 27 Nov 2023 08:33:48 +0000</pubDate>
+ <lastBuildDate>Mon, 27 Nov 2023 08:33:48 +0000</lastBuildDate>
<item>
<title>Apache OpenNLP 2.3.0 released</title>
diff --git a/release.html b/release.html
index 474aaee6..57ad8dbc 100644
--- a/release.html
+++ b/release.html
@@ -483,16 +483,16 @@ To do this go to the <a
href="https://repository.apache.org">repository server</
<div class="sect2">
<h3 id="commit_distribution_to_svn">Commit Distribution to SVN</h3>
<div class="paragraph">
-<p>Commit the distribution via SVN to <a
href="https://dist.apache.org/repos/dist/release"
class="bare">https://dist.apache.org/repos/dist/release</a>:</p>
+<p>Move the distribution from dist/dev to dist/release via SVN</p>
</div>
<div class="listingblock">
<div class="content">
-<pre>svn co https://dist.apache.org/repos/dist/release/opennlp/ dist
-# check if the KEYS file contains your key, if not, update it
-# copy from the dist/dev area to to dist/opennlp-<VERSION>
-svn commit --username <username> -m "Adding OpenNLP
<version>"</pre>
+<pre>svn mv https://dist.apache.org/repos/dist/dev/opennlp/opennlp-x.y.z
https://dist.apache.org/repos/dist/release/opennlp/opennlp-x.y.z</pre>
</div>
</div>
+<div class="paragraph">
+<p>This will make the release artifacts available on dist.apache.org and the
artifacts will start replicating.</p>
+</div>
</div>
<div class="sect2">
<h3 id="delete_old_releases">Delete Old Release(s)</h3>