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

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


The following commit(s) were added to refs/heads/main by this push:
     new 78e04f5e Updating website for 2.1.1.
78e04f5e is described below

commit 78e04f5e5fd605f966c0dda879a06f88e72fdf3d
Author: jzonthemtn <[email protected]>
AuthorDate: Sat Feb 25 16:09:59 2023 -0500

    Updating website for 2.1.1.
---
 pom.xml                                    | 10 +++++++
 src/main/jbake/assets/doap_opennlp.rdf     |  4 +--
 src/main/jbake/content/docs/legacy.ad      | 14 ++++++++++
 src/main/jbake/content/news/release-211.ad | 44 ++++++++++++++++++++++++++++++
 src/main/jbake/jbake.properties            |  4 +--
 5 files changed, 72 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index c1451efc..179d3cdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -393,6 +393,16 @@
                   
<outputDirectory>${project.build.directory}/distr/2.1.0</outputDirectory>
                 </artifactItem>
 
+                <artifactItem>
+                  <groupId>org.apache.opennlp</groupId>
+                  <artifactId>opennlp-distr</artifactId>
+                  <version>2.1.1</version>
+                  <overWrite>false</overWrite>
+                  <type>zip</type>
+                  <classifier>bin</classifier>
+                  
<outputDirectory>${project.build.directory}/distr/2.1.1</outputDirectory>
+                </artifactItem>
+
               </artifactItems>
             </configuration>
           </execution>
diff --git a/src/main/jbake/assets/doap_opennlp.rdf 
b/src/main/jbake/assets/doap_opennlp.rdf
index 8f60ea10..be0b5ce2 100644
--- a/src/main/jbake/assets/doap_opennlp.rdf
+++ b/src/main/jbake/assets/doap_opennlp.rdf
@@ -37,8 +37,8 @@
     <release>
       <Version>
         <name>Apache OpenNLP</name>
-        <created>2022-11-23</created>
-        <revision>2.1.0</revision>
+        <created>2023-02-23</created>
+        <revision>2.1.1</revision>
       </Version>
     </release>
     <repository>
diff --git a/src/main/jbake/content/docs/legacy.ad 
b/src/main/jbake/content/docs/legacy.ad
index c95d97df..3d6914c6 100755
--- a/src/main/jbake/content/docs/legacy.ad
+++ b/src/main/jbake/content/docs/legacy.ad
@@ -27,6 +27,20 @@ WARNING: This page contains the archived documentation. 
Please refer to link:/do
 There exists a manual and Javadoc API documentation for Apache OpenNLP. The 
manual
 explains how the various OpenNLP components can be used and trained.
 
+### Apache OpenNLP 2.1.1 documentation
+* link:/docs/2.1.1/manual/opennlp.html[Apache OpenNLP Manual]
+* link:/docs/2.1.1/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools 
Javadoc]
+* link:/docs/2.1.1/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc]
+* link:/docs/2.1.1/apidocs/opennlp-brat-annotator/index.html[Apache OpenNLP 
BRAT Annotator Javadoc]
+* link:/docs/2.1.1/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP 
Morfologik Addon Javadoc]
+
+### Apache OpenNLP 2.1.0 documentation
+* link:/docs/2.1.0/manual/opennlp.html[Apache OpenNLP Manual]
+* link:/docs/2.1.0/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools 
Javadoc]
+* link:/docs/2.1.0/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc]
+* link:/docs/2.1.0/apidocs/opennlp-brat-annotator/index.html[Apache OpenNLP 
BRAT Annotator Javadoc]
+* link:/docs/2.1.0/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP 
Morfologik Addon Javadoc]
+
 ### Apache OpenNLP 2.0.0 documentation
 * link:/docs/2.0.0/manual/opennlp.html[Apache OpenNLP Manual]
 * link:/docs/2.0.0/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools 
Javadoc]
diff --git a/src/main/jbake/content/news/release-211.ad 
b/src/main/jbake/content/news/release-211.ad
new file mode 100644
index 00000000..b3030789
--- /dev/null
+++ b/src/main/jbake/content/news/release-211.ad
@@ -0,0 +1,44 @@
+////
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+////
+= Apache OpenNLP 2.1.1 released
+Apache OpenNLP
+2023-02-23
+:jbake-type: post
+:jbake-tags: community
+:jbake-status: published
+:category: news
+:idprefix:
+
+The Apache OpenNLP team is pleased to announce the release of Apache OpenNLP 
2.1.1.
+
+The Apache OpenNLP library is a machine learning based toolkit for the 
processing of natural language text.
+
+It supports the most common NLP tasks, such as tokenization, sentence 
segmentation, part-of-speech tagging, named entity extraction, chunking, 
parsing, and coreference resolution.
+
+Apache OpenNLP 2.1.1 binary and source distributions are available for 
download from our download page: link:/download.html[download page]
+
+The OpenNLP library is distributed by Maven Central as well. See the Maven 
Dependency page for more details: link:/maven-dependency.html[Maven Dependency]
+
+# What's new in Apache OpenNLP 2.1.1
+
+This version contains improvements to unit tests, code quality, JavaDocs, and 
a few minor fixes.
+
+For a full list please see the list of items addressed in 
link:https://issues.apache.org/jira/browse/OPENNLP-1370?jql=project%20%3D%20OPENNLP%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20in%20(2.1.1)%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC[Jira].
+
+--The Apache OpenNLP Team
diff --git a/src/main/jbake/jbake.properties b/src/main/jbake/jbake.properties
index 4829243f..fcb8c03d 100755
--- a/src/main/jbake/jbake.properties
+++ b/src/main/jbake/jbake.properties
@@ -32,5 +32,5 @@ template.news.file=news.ftl
 #db.store=local
 asciidoctor.attributes.export=true
 asciidoctor.attributes.export.prefix=
-opennlp.version=2.1.0
-opennlp.next.version=2.1.1-SNAPSHOT
+opennlp.version=2.1.1
+opennlp.next.version=2.1.2-SNAPSHOT

Reply via email to