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-models.git
commit 9d132e9072ee6dd744efb6622761df5494dc88eb Author: Richard Zowalla <[email protected]> AuthorDate: Mon Jun 24 08:21:36 2024 +0200 [maven-release-plugin] prepare release opennlp-models-1.0.0 --- opennlp-models-langdetect/pom.xml | 5 ++--- opennlp-models-pos/opennlp-models-pos-de/pom.xml | 6 ++---- opennlp-models-pos/opennlp-models-pos-en/pom.xml | 6 ++---- opennlp-models-pos/opennlp-models-pos-fr/pom.xml | 6 ++---- opennlp-models-pos/opennlp-models-pos-it/pom.xml | 6 ++---- opennlp-models-pos/opennlp-models-pos-nl/pom.xml | 6 ++---- opennlp-models-pos/pom.xml | 6 ++---- opennlp-models-sentdetect/opennlp-models-sentdetect-de/pom.xml | 6 ++---- opennlp-models-sentdetect/opennlp-models-sentdetect-en/pom.xml | 6 ++---- opennlp-models-sentdetect/opennlp-models-sentdetect-fr/pom.xml | 6 ++---- opennlp-models-sentdetect/opennlp-models-sentdetect-it/pom.xml | 6 ++---- opennlp-models-sentdetect/opennlp-models-sentdetect-nl/pom.xml | 6 ++---- opennlp-models-sentdetect/pom.xml | 6 ++---- opennlp-models-test/pom.xml | 6 ++---- opennlp-models-tokenizer/opennlp-models-tokenizer-de/pom.xml | 6 ++---- opennlp-models-tokenizer/opennlp-models-tokenizer-en/pom.xml | 6 ++---- opennlp-models-tokenizer/opennlp-models-tokenizer-fr/pom.xml | 6 ++---- opennlp-models-tokenizer/opennlp-models-tokenizer-it/pom.xml | 6 ++---- opennlp-models-tokenizer/opennlp-models-tokenizer-nl/pom.xml | 6 ++---- opennlp-models-tokenizer/pom.xml | 6 ++---- pom.xml | 10 +++++----- 21 files changed, 45 insertions(+), 84 deletions(-) diff --git a/opennlp-models-langdetect/pom.xml b/opennlp-models-langdetect/pom.xml index abc5b6c..ff9c8a9 100644 --- a/opennlp-models-langdetect/pom.xml +++ b/opennlp-models-langdetect/pom.xml @@ -19,14 +19,13 @@ 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 https://maven.apache.org/maven-v4_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 https://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-models</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>opennlp-models-langdetect</artifactId> diff --git a/opennlp-models-pos/opennlp-models-pos-de/pom.xml b/opennlp-models-pos/opennlp-models-pos-de/pom.xml index 3a2f98d..1881b25 100644 --- a/opennlp-models-pos/opennlp-models-pos-de/pom.xml +++ b/opennlp-models-pos/opennlp-models-pos-de/pom.xml @@ -19,14 +19,12 @@ 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"> +<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-models-pos</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <name>Apache OpenNLP Models :: Part-Of-Speech :: German</name> diff --git a/opennlp-models-pos/opennlp-models-pos-en/pom.xml b/opennlp-models-pos/opennlp-models-pos-en/pom.xml index da823da..b6574aa 100644 --- a/opennlp-models-pos/opennlp-models-pos-en/pom.xml +++ b/opennlp-models-pos/opennlp-models-pos-en/pom.xml @@ -19,14 +19,12 @@ 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"> +<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-models-pos</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <name>Apache OpenNLP Models :: Part-Of-Speech :: English</name> diff --git a/opennlp-models-pos/opennlp-models-pos-fr/pom.xml b/opennlp-models-pos/opennlp-models-pos-fr/pom.xml index 21457e2..85e59d4 100644 --- a/opennlp-models-pos/opennlp-models-pos-fr/pom.xml +++ b/opennlp-models-pos/opennlp-models-pos-fr/pom.xml @@ -19,14 +19,12 @@ 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"> +<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-models-pos</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <name>Apache OpenNLP Models :: Part-Of-Speech :: French</name> diff --git a/opennlp-models-pos/opennlp-models-pos-it/pom.xml b/opennlp-models-pos/opennlp-models-pos-it/pom.xml index 2d6a8a9..d53df26 100644 --- a/opennlp-models-pos/opennlp-models-pos-it/pom.xml +++ b/opennlp-models-pos/opennlp-models-pos-it/pom.xml @@ -19,14 +19,12 @@ 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"> +<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-models-pos</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <name>Apache OpenNLP Models :: Part-Of-Speech :: Italian</name> diff --git a/opennlp-models-pos/opennlp-models-pos-nl/pom.xml b/opennlp-models-pos/opennlp-models-pos-nl/pom.xml index c4db48d..c2b5e6e 100644 --- a/opennlp-models-pos/opennlp-models-pos-nl/pom.xml +++ b/opennlp-models-pos/opennlp-models-pos-nl/pom.xml @@ -19,14 +19,12 @@ 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"> +<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-models-pos</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <name>Apache OpenNLP Models :: Part-Of-Speech :: Dutch</name> diff --git a/opennlp-models-pos/pom.xml b/opennlp-models-pos/pom.xml index e418481..6a5f3f7 100644 --- a/opennlp-models-pos/pom.xml +++ b/opennlp-models-pos/pom.xml @@ -19,14 +19,12 @@ 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"> +<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-models</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>opennlp-models-pos</artifactId> diff --git a/opennlp-models-sentdetect/opennlp-models-sentdetect-de/pom.xml b/opennlp-models-sentdetect/opennlp-models-sentdetect-de/pom.xml index b4625e6..de47236 100644 --- a/opennlp-models-sentdetect/opennlp-models-sentdetect-de/pom.xml +++ b/opennlp-models-sentdetect/opennlp-models-sentdetect-de/pom.xml @@ -19,14 +19,12 @@ 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"> +<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-models-sentdetect</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>opennlp-models-sentdetect-de</artifactId> diff --git a/opennlp-models-sentdetect/opennlp-models-sentdetect-en/pom.xml b/opennlp-models-sentdetect/opennlp-models-sentdetect-en/pom.xml index d2092c2..4bf7222 100644 --- a/opennlp-models-sentdetect/opennlp-models-sentdetect-en/pom.xml +++ b/opennlp-models-sentdetect/opennlp-models-sentdetect-en/pom.xml @@ -19,14 +19,12 @@ 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"> +<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-models-sentdetect</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>opennlp-models-sentdetect-en</artifactId> diff --git a/opennlp-models-sentdetect/opennlp-models-sentdetect-fr/pom.xml b/opennlp-models-sentdetect/opennlp-models-sentdetect-fr/pom.xml index 970c21e..7de3e96 100644 --- a/opennlp-models-sentdetect/opennlp-models-sentdetect-fr/pom.xml +++ b/opennlp-models-sentdetect/opennlp-models-sentdetect-fr/pom.xml @@ -19,14 +19,12 @@ 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"> +<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-models-sentdetect</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>opennlp-models-sentdetect-fr</artifactId> diff --git a/opennlp-models-sentdetect/opennlp-models-sentdetect-it/pom.xml b/opennlp-models-sentdetect/opennlp-models-sentdetect-it/pom.xml index a6b03ce..fd17934 100644 --- a/opennlp-models-sentdetect/opennlp-models-sentdetect-it/pom.xml +++ b/opennlp-models-sentdetect/opennlp-models-sentdetect-it/pom.xml @@ -19,14 +19,12 @@ 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"> +<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-models-sentdetect</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>opennlp-models-sentdetect-it</artifactId> diff --git a/opennlp-models-sentdetect/opennlp-models-sentdetect-nl/pom.xml b/opennlp-models-sentdetect/opennlp-models-sentdetect-nl/pom.xml index e68a388..cd64350 100644 --- a/opennlp-models-sentdetect/opennlp-models-sentdetect-nl/pom.xml +++ b/opennlp-models-sentdetect/opennlp-models-sentdetect-nl/pom.xml @@ -19,14 +19,12 @@ 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"> +<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-models-sentdetect</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>opennlp-models-sentdetect-nl</artifactId> diff --git a/opennlp-models-sentdetect/pom.xml b/opennlp-models-sentdetect/pom.xml index 236ee35..fd4334c 100644 --- a/opennlp-models-sentdetect/pom.xml +++ b/opennlp-models-sentdetect/pom.xml @@ -19,14 +19,12 @@ 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"> +<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-models</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>opennlp-models-sentdetect</artifactId> diff --git a/opennlp-models-test/pom.xml b/opennlp-models-test/pom.xml index ba6b87f..ca0d355 100644 --- a/opennlp-models-test/pom.xml +++ b/opennlp-models-test/pom.xml @@ -19,14 +19,12 @@ 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"> +<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-models</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>opennlp-models-test</artifactId> diff --git a/opennlp-models-tokenizer/opennlp-models-tokenizer-de/pom.xml b/opennlp-models-tokenizer/opennlp-models-tokenizer-de/pom.xml index ae7d509..f8281db 100644 --- a/opennlp-models-tokenizer/opennlp-models-tokenizer-de/pom.xml +++ b/opennlp-models-tokenizer/opennlp-models-tokenizer-de/pom.xml @@ -19,14 +19,12 @@ 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"> +<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-models-tokenizer</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>opennlp-models-tokenizer-de</artifactId> diff --git a/opennlp-models-tokenizer/opennlp-models-tokenizer-en/pom.xml b/opennlp-models-tokenizer/opennlp-models-tokenizer-en/pom.xml index 3d8cec0..b067ae2 100644 --- a/opennlp-models-tokenizer/opennlp-models-tokenizer-en/pom.xml +++ b/opennlp-models-tokenizer/opennlp-models-tokenizer-en/pom.xml @@ -19,14 +19,12 @@ 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"> +<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-models-tokenizer</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>opennlp-models-tokenizer-en</artifactId> diff --git a/opennlp-models-tokenizer/opennlp-models-tokenizer-fr/pom.xml b/opennlp-models-tokenizer/opennlp-models-tokenizer-fr/pom.xml index f597927..c41f508 100644 --- a/opennlp-models-tokenizer/opennlp-models-tokenizer-fr/pom.xml +++ b/opennlp-models-tokenizer/opennlp-models-tokenizer-fr/pom.xml @@ -19,14 +19,12 @@ 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"> +<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-models-tokenizer</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>opennlp-models-tokenizer-fr</artifactId> diff --git a/opennlp-models-tokenizer/opennlp-models-tokenizer-it/pom.xml b/opennlp-models-tokenizer/opennlp-models-tokenizer-it/pom.xml index 7ed1101..d4abcbf 100644 --- a/opennlp-models-tokenizer/opennlp-models-tokenizer-it/pom.xml +++ b/opennlp-models-tokenizer/opennlp-models-tokenizer-it/pom.xml @@ -19,14 +19,12 @@ 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"> +<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-models-tokenizer</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>opennlp-models-tokenizer-it</artifactId> diff --git a/opennlp-models-tokenizer/opennlp-models-tokenizer-nl/pom.xml b/opennlp-models-tokenizer/opennlp-models-tokenizer-nl/pom.xml index 2e7dc7f..bc89bea 100644 --- a/opennlp-models-tokenizer/opennlp-models-tokenizer-nl/pom.xml +++ b/opennlp-models-tokenizer/opennlp-models-tokenizer-nl/pom.xml @@ -19,14 +19,12 @@ 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"> +<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-models-tokenizer</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>opennlp-models-tokenizer-nl</artifactId> diff --git a/opennlp-models-tokenizer/pom.xml b/opennlp-models-tokenizer/pom.xml index 9db8f44..b2955fa 100644 --- a/opennlp-models-tokenizer/pom.xml +++ b/opennlp-models-tokenizer/pom.xml @@ -19,14 +19,12 @@ 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"> +<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-models</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>opennlp-models-tokenizer</artifactId> diff --git a/pom.xml b/pom.xml index 5104f71..d5ecff0 100644 --- a/pom.xml +++ b/pom.xml @@ -19,8 +19,7 @@ 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 https://maven.apache.org/maven-v4_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 https://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -32,7 +31,7 @@ <groupId>org.apache.opennlp</groupId> <artifactId>opennlp-models</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>pom</packaging> <name>Apache OpenNLP Models</name> @@ -41,7 +40,8 @@ <connection>scm:git:https://github.com/apache/opennlp-models.git</connection> <developerConnection>scm:git:[email protected]:apache/opennlp-models.git</developerConnection> <url>https://github.com/apache/opennlp-models.git</url> - </scm> + <tag>opennlp-models-1.0.0</tag> + </scm> <repositories> <repository> @@ -100,7 +100,7 @@ <sf.dist.base>https://opennlp.sourceforge.net/models-1.5/</sf.dist.base> <!-- set a fixed value here to enable reproducable builds --> - <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-06-24T06:17:34Z</project.build.outputTimestamp> <!-- maven plugin versions --> <enforcer.plugin.version>3.3.0</enforcer.plugin.version>
