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

mawiesne pushed a commit to branch rel-opennlp-2.3.1
in repository https://gitbox.apache.org/repos/asf/opennlp.git


The following commit(s) were added to refs/heads/rel-opennlp-2.3.1 by this push:
     new b36d59df [maven-release-plugin] prepare for next development iteration
b36d59df is described below

commit b36d59dffdeb7611cad8a7109b0b54de8a34d3d0
Author: Martin Wiesner <[email protected]>
AuthorDate: Wed Nov 22 14:04:03 2023 +0100

    [maven-release-plugin] prepare for next development iteration
---
 opennlp-brat-annotator/pom.xml   | 2 +-
 opennlp-distr/pom.xml            | 2 +-
 opennlp-dl/pom.xml               | 2 +-
 opennlp-docs/pom.xml             | 2 +-
 opennlp-morfologik-addon/pom.xml | 2 +-
 opennlp-tools/pom.xml            | 2 +-
 opennlp-uima/pom.xml             | 2 +-
 pom.xml                          | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/opennlp-brat-annotator/pom.xml b/opennlp-brat-annotator/pom.xml
index 69502aed..5f5fc801 100644
--- a/opennlp-brat-annotator/pom.xml
+++ b/opennlp-brat-annotator/pom.xml
@@ -17,7 +17,7 @@
        <parent>
                <groupId>org.apache.opennlp</groupId>
                <artifactId>opennlp</artifactId>
-               <version>2.3.1</version>
+               <version>2.3.2-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml
index 58766812..108b0cb8 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>2.3.1</version>
+               <version>2.3.2-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
diff --git a/opennlp-dl/pom.xml b/opennlp-dl/pom.xml
index 9b0cc446..4f6f37c8 100644
--- a/opennlp-dl/pom.xml
+++ b/opennlp-dl/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.opennlp</groupId>
     <artifactId>opennlp</artifactId>
-    <version>2.3.1</version>
+    <version>2.3.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.opennlp</groupId>
diff --git a/opennlp-docs/pom.xml b/opennlp-docs/pom.xml
index f6bd7061..99b756b9 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>2.3.1</version>
+       <version>2.3.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   
diff --git a/opennlp-morfologik-addon/pom.xml b/opennlp-morfologik-addon/pom.xml
index ee3b5ed8..bae151ee 100644
--- a/opennlp-morfologik-addon/pom.xml
+++ b/opennlp-morfologik-addon/pom.xml
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.apache.opennlp</groupId>
                <artifactId>opennlp</artifactId>
-               <version>2.3.1</version>
+               <version>2.3.2-SNAPSHOT</version>
                <relativePath>../pom.xml</relativePath>
        </parent>
 
diff --git a/opennlp-tools/pom.xml b/opennlp-tools/pom.xml
index 7ffc4e67..15a203fa 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>2.3.1</version>
+    <version>2.3.2-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/opennlp-uima/pom.xml b/opennlp-uima/pom.xml
index c9e514f6..b2b3918b 100644
--- a/opennlp-uima/pom.xml
+++ b/opennlp-uima/pom.xml
@@ -25,7 +25,7 @@
        <parent>
            <groupId>org.apache.opennlp</groupId>
            <artifactId>opennlp</artifactId>
-           <version>2.3.1</version>
+           <version>2.3.2-SNAPSHOT</version>
            <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 1543c073..fded2256 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
        <groupId>org.apache.opennlp</groupId>
        <artifactId>opennlp</artifactId>
-       <version>2.3.1</version>
+       <version>2.3.2-SNAPSHOT</version>
        <packaging>pom</packaging>
 
        <name>Apache OpenNLP Reactor</name>

Reply via email to