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/opennlp.git
commit c400faa97a67942eb894754d944777493a496bd8 Author: Richard Zowalla <[email protected]> AuthorDate: Thu Feb 19 16:03:53 2026 +0100 [maven-release-plugin] prepare release opennlp-3.0.0-M1 --- opennlp-api/pom.xml | 6 ++---- opennlp-core/opennlp-cli/pom.xml | 6 ++---- opennlp-core/opennlp-formats/pom.xml | 6 ++---- opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml | 6 ++---- opennlp-core/opennlp-ml/opennlp-dl/pom.xml | 6 ++---- opennlp-core/opennlp-ml/opennlp-ml-bayes/pom.xml | 6 ++---- opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml | 6 ++---- opennlp-core/opennlp-ml/opennlp-ml-maxent/pom.xml | 6 ++---- opennlp-core/opennlp-ml/opennlp-ml-perceptron/pom.xml | 6 ++---- opennlp-core/opennlp-ml/pom.xml | 6 ++---- opennlp-core/opennlp-models/pom.xml | 6 ++---- opennlp-core/opennlp-runtime/pom.xml | 6 ++---- opennlp-core/pom.xml | 6 ++---- opennlp-distr/pom.xml | 2 +- opennlp-docs/pom.xml | 7 +++---- opennlp-extensions/opennlp-morfologik/pom.xml | 6 ++---- opennlp-extensions/opennlp-uima/pom.xml | 2 +- opennlp-extensions/pom.xml | 6 ++---- opennlp-tools/pom.xml | 2 +- pom.xml | 4 ++-- 20 files changed, 38 insertions(+), 69 deletions(-) diff --git a/opennlp-api/pom.xml b/opennlp-api/pom.xml index d9340b1d..5ad0f94d 100644 --- a/opennlp-api/pom.xml +++ b/opennlp-api/pom.xml @@ -19,14 +19,12 @@ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M1</version> </parent> <artifactId>opennlp-api</artifactId> diff --git a/opennlp-core/opennlp-cli/pom.xml b/opennlp-core/opennlp-cli/pom.xml index addb1a90..9a415809 100644 --- a/opennlp-core/opennlp-cli/pom.xml +++ b/opennlp-core/opennlp-cli/pom.xml @@ -1,12 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-core</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M1</version> </parent> <artifactId>opennlp-cli</artifactId> diff --git a/opennlp-core/opennlp-formats/pom.xml b/opennlp-core/opennlp-formats/pom.xml index 87957c16..75230ee5 100644 --- a/opennlp-core/opennlp-formats/pom.xml +++ b/opennlp-core/opennlp-formats/pom.xml @@ -1,12 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-core</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M1</version> </parent> <artifactId>opennlp-formats</artifactId> diff --git a/opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml b/opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml index 8869bbb9..9d6f7494 100644 --- a/opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml +++ b/opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml @@ -19,14 +19,12 @@ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-ml</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M1</version> </parent> <artifactId>opennlp-dl-gpu</artifactId> diff --git a/opennlp-core/opennlp-ml/opennlp-dl/pom.xml b/opennlp-core/opennlp-ml/opennlp-dl/pom.xml index 9007df77..25bda36d 100644 --- a/opennlp-core/opennlp-ml/opennlp-dl/pom.xml +++ b/opennlp-core/opennlp-ml/opennlp-dl/pom.xml @@ -19,14 +19,12 @@ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-ml</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M1</version> </parent> <artifactId>opennlp-dl</artifactId> diff --git a/opennlp-core/opennlp-ml/opennlp-ml-bayes/pom.xml b/opennlp-core/opennlp-ml/opennlp-ml-bayes/pom.xml index 024e9346..c1e93fc4 100644 --- a/opennlp-core/opennlp-ml/opennlp-ml-bayes/pom.xml +++ b/opennlp-core/opennlp-ml/opennlp-ml-bayes/pom.xml @@ -18,14 +18,12 @@ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-ml</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M1</version> </parent> <artifactId>opennlp-ml-bayes</artifactId> diff --git a/opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml b/opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml index be528e64..6dc69269 100644 --- a/opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml +++ b/opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml @@ -18,14 +18,12 @@ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-ml</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M1</version> </parent> <artifactId>opennlp-ml-commons</artifactId> diff --git a/opennlp-core/opennlp-ml/opennlp-ml-maxent/pom.xml b/opennlp-core/opennlp-ml/opennlp-ml-maxent/pom.xml index add1bf5f..589607f4 100644 --- a/opennlp-core/opennlp-ml/opennlp-ml-maxent/pom.xml +++ b/opennlp-core/opennlp-ml/opennlp-ml-maxent/pom.xml @@ -18,14 +18,12 @@ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-ml</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M1</version> </parent> <artifactId>opennlp-ml-maxent</artifactId> diff --git a/opennlp-core/opennlp-ml/opennlp-ml-perceptron/pom.xml b/opennlp-core/opennlp-ml/opennlp-ml-perceptron/pom.xml index ada9b940..285e7372 100644 --- a/opennlp-core/opennlp-ml/opennlp-ml-perceptron/pom.xml +++ b/opennlp-core/opennlp-ml/opennlp-ml-perceptron/pom.xml @@ -18,14 +18,12 @@ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-ml</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M1</version> </parent> <artifactId>opennlp-ml-perceptron</artifactId> diff --git a/opennlp-core/opennlp-ml/pom.xml b/opennlp-core/opennlp-ml/pom.xml index 4080cace..6f491b92 100644 --- a/opennlp-core/opennlp-ml/pom.xml +++ b/opennlp-core/opennlp-ml/pom.xml @@ -19,14 +19,12 @@ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-core</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M1</version> </parent> <artifactId>opennlp-ml</artifactId> diff --git a/opennlp-core/opennlp-models/pom.xml b/opennlp-core/opennlp-models/pom.xml index 2b737a36..ac2136c7 100644 --- a/opennlp-core/opennlp-models/pom.xml +++ b/opennlp-core/opennlp-models/pom.xml @@ -19,14 +19,12 @@ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-core</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M1</version> </parent> <artifactId>opennlp-models</artifactId> diff --git a/opennlp-core/opennlp-runtime/pom.xml b/opennlp-core/opennlp-runtime/pom.xml index 29dce900..ac3d0943 100644 --- a/opennlp-core/opennlp-runtime/pom.xml +++ b/opennlp-core/opennlp-runtime/pom.xml @@ -1,12 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-core</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M1</version> </parent> <artifactId>opennlp-runtime</artifactId> diff --git a/opennlp-core/pom.xml b/opennlp-core/pom.xml index fac442f0..5e5f72a7 100644 --- a/opennlp-core/pom.xml +++ b/opennlp-core/pom.xml @@ -1,12 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M1</version> </parent> <artifactId>opennlp-core</artifactId> diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml index a12acfdc..9166ab84 100644 --- a/opennlp-distr/pom.xml +++ b/opennlp-distr/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/opennlp-docs/pom.xml b/opennlp-docs/pom.xml index 4866427a..92f939de 100644 --- a/opennlp-docs/pom.xml +++ b/opennlp-docs/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M1</version> <relativePath>../pom.xml</relativePath> </parent> @@ -130,11 +130,10 @@ <preProcess> <copy todir="${project.build.directory}/docbkx/epub3/images"> <fileset dir="src/docbkx/images/"> - <include name="*.png"/> + <include name="*.png" /> </fileset> </copy> - <copy todir="${project.build.directory}/docbkx/epub3/css" - file="src/docbkx/css/opennlp-dev-manual.css"/> + <copy todir="${project.build.directory}/docbkx/epub3/css" file="src/docbkx/css/opennlp-dev-manual.css" /> </preProcess> </configuration> </plugin> diff --git a/opennlp-extensions/opennlp-morfologik/pom.xml b/opennlp-extensions/opennlp-morfologik/pom.xml index ef89d73b..79c82aff 100644 --- a/opennlp-extensions/opennlp-morfologik/pom.xml +++ b/opennlp-extensions/opennlp-morfologik/pom.xml @@ -19,14 +19,12 @@ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-extensions</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M1</version> </parent> <artifactId>opennlp-morfologik</artifactId> diff --git a/opennlp-extensions/opennlp-uima/pom.xml b/opennlp-extensions/opennlp-uima/pom.xml index 4c7379a9..1208591d 100644 --- a/opennlp-extensions/opennlp-uima/pom.xml +++ b/opennlp-extensions/opennlp-uima/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-extensions</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/opennlp-extensions/pom.xml b/opennlp-extensions/pom.xml index 3ebd80ba..51571f86 100644 --- a/opennlp-extensions/pom.xml +++ b/opennlp-extensions/pom.xml @@ -19,14 +19,12 @@ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/opennlp-tools/pom.xml b/opennlp-tools/pom.xml index 76a44d22..4b1f871d 100644 --- a/opennlp-tools/pom.xml +++ b/opennlp-tools/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index c795cfb9..e9d37c06 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ <groupId>org.apache.opennlp</groupId> <artifactId>opennlp</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0-M1</version> <packaging>pom</packaging> <name>Apache OpenNLP</name> @@ -40,7 +40,7 @@ <connection>scm:git:https://github.com/apache/opennlp.git</connection> <developerConnection>scm:git:[email protected]:apache/opennlp.git</developerConnection> <url>https://github.com/apache/opennlp.git</url> - <tag>opennlp-2.5.4</tag> + <tag>opennlp-3.0.0-M1</tag> </scm> <repositories>
