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

rzo1 pushed a commit to branch switch-to-1.0.0
in repository https://gitbox.apache.org/repos/asf/opennlp-models.git

commit efcac192e409b03ba293f7d5548a8b3850fc84b9
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Jun 3 11:02:48 2024 +0200

    Move to 1.0.0-SNAPSHOT
---
 opennlp-models-langdetect/pom.xml                              | 2 +-
 opennlp-models-sentdetect/opennlp-models-sentdetect-de/pom.xml | 2 +-
 opennlp-models-sentdetect/opennlp-models-sentdetect-en/pom.xml | 2 +-
 opennlp-models-sentdetect/opennlp-models-sentdetect-fr/pom.xml | 2 +-
 opennlp-models-sentdetect/opennlp-models-sentdetect-it/pom.xml | 2 +-
 opennlp-models-sentdetect/opennlp-models-sentdetect-nl/pom.xml | 2 +-
 opennlp-models-sentdetect/pom.xml                              | 2 +-
 opennlp-models-test/pom.xml                                    | 2 +-
 pom.xml                                                        | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/opennlp-models-langdetect/pom.xml 
b/opennlp-models-langdetect/pom.xml
index 54e55f6..abc5b6c 100644
--- a/opennlp-models-langdetect/pom.xml
+++ b/opennlp-models-langdetect/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp-models</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>1.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>opennlp-models-langdetect</artifactId>
diff --git a/opennlp-models-sentdetect/opennlp-models-sentdetect-de/pom.xml 
b/opennlp-models-sentdetect/opennlp-models-sentdetect-de/pom.xml
index e1108d8..b4625e6 100644
--- a/opennlp-models-sentdetect/opennlp-models-sentdetect-de/pom.xml
+++ b/opennlp-models-sentdetect/opennlp-models-sentdetect-de/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.opennlp</groupId>
         <artifactId>opennlp-models-sentdetect</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</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 9cff087..d2092c2 100644
--- a/opennlp-models-sentdetect/opennlp-models-sentdetect-en/pom.xml
+++ b/opennlp-models-sentdetect/opennlp-models-sentdetect-en/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.opennlp</groupId>
         <artifactId>opennlp-models-sentdetect</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</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 9e15d9d..970c21e 100644
--- a/opennlp-models-sentdetect/opennlp-models-sentdetect-fr/pom.xml
+++ b/opennlp-models-sentdetect/opennlp-models-sentdetect-fr/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.opennlp</groupId>
         <artifactId>opennlp-models-sentdetect</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</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 f5db512..a6b03ce 100644
--- a/opennlp-models-sentdetect/opennlp-models-sentdetect-it/pom.xml
+++ b/opennlp-models-sentdetect/opennlp-models-sentdetect-it/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.opennlp</groupId>
         <artifactId>opennlp-models-sentdetect</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</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 3760149..e68a388 100644
--- a/opennlp-models-sentdetect/opennlp-models-sentdetect-nl/pom.xml
+++ b/opennlp-models-sentdetect/opennlp-models-sentdetect-nl/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.opennlp</groupId>
         <artifactId>opennlp-models-sentdetect</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>opennlp-models-sentdetect-nl</artifactId>
diff --git a/opennlp-models-sentdetect/pom.xml 
b/opennlp-models-sentdetect/pom.xml
index c445dbd..236ee35 100644
--- a/opennlp-models-sentdetect/pom.xml
+++ b/opennlp-models-sentdetect/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.opennlp</groupId>
         <artifactId>opennlp-models</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>opennlp-models-sentdetect</artifactId>
diff --git a/opennlp-models-test/pom.xml b/opennlp-models-test/pom.xml
index 43ac0ef..18f41ba 100644
--- a/opennlp-models-test/pom.xml
+++ b/opennlp-models-test/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <parent>
         <groupId>org.apache.opennlp</groupId>
         <artifactId>opennlp-models</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>opennlp-models-test</artifactId>
diff --git a/pom.xml b/pom.xml
index a5221d8..d8a36f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
 
        <groupId>org.apache.opennlp</groupId>
        <artifactId>opennlp-models</artifactId>
-       <version>0.1-SNAPSHOT</version>
+       <version>1.0.0-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>Apache OpenNLP Models</name>

Reply via email to