This is an automated email from the ASF dual-hosted git repository. mawiesne pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/opennlp.git
commit 5ea258af73d86ab4a73b51348341b85e0eb7af2d Author: Richard Zowalla <[email protected]> AuthorDate: Thu Jun 5 11:22:18 2025 +0200 Move opennlp-dl(-gpu) under opennlp-ml parent --- opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml | 3 +-- opennlp-core/opennlp-ml/opennlp-dl/pom.xml | 3 +-- opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml | 19 +++++++++++++++++++ 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml b/opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml index db841abd..f5965f23 100644 --- a/opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml +++ b/opennlp-core/opennlp-ml/opennlp-dl-gpu/pom.xml @@ -25,9 +25,8 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.opennlp</groupId> - <artifactId>opennlp-core</artifactId> + <artifactId>opennlp-ml</artifactId> <version>3.0.0-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </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 09a1fee6..dfe207a0 100644 --- a/opennlp-core/opennlp-ml/opennlp-dl/pom.xml +++ b/opennlp-core/opennlp-ml/opennlp-dl/pom.xml @@ -25,9 +25,8 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.opennlp</groupId> - <artifactId>opennlp-core</artifactId> + <artifactId>opennlp-ml</artifactId> <version>3.0.0-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>opennlp-dl</artifactId> diff --git a/opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml b/opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml index 985e521c..dd924a7e 100644 --- a/opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml +++ b/opennlp-core/opennlp-ml/opennlp-ml-commons/pom.xml @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> + <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">
