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-addons.git


The following commit(s) were added to refs/heads/main by this push:
     new 3091b0a  Updates sandbox components to use OpenNLP 3.0.0-M3 - aligns 
component pom.xml files to respect change in OPENNLP-1807
3091b0a is described below

commit 3091b0af03da9202b90c9c23597924df42f044b8
Author: Martin Wiesner <[email protected]>
AuthorDate: Tue May 12 10:26:19 2026 +0200

    Updates sandbox components to use OpenNLP 3.0.0-M3
    - aligns component pom.xml files to respect change in OPENNLP-1807
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7b1e616..475dbc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,6 @@
                 <version>${opennlp.version}</version>
             </dependency>
 
-
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
@@ -448,7 +447,7 @@
                         <configuration>
                             <rules>
                                 <requireJavaVersion>
-                                    <message>Java 17 or higher is required to 
compile this module</message>
+                                    <message>Java 21 or higher is required to 
compile this module</message>
                                     <version>[${java.version},)</version>
                                 </requireJavaVersion>
                                 <requireMavenVersion>

Reply via email to