This is an automated email from the ASF dual-hosted git repository. atarora pushed a commit to branch rel-opennlp-1.9.5 in repository https://gitbox.apache.org/repos/asf/opennlp.git
commit e32bc447207cd2a35a982a25ef50e5b802c9c999 Author: Atita Arora <[email protected]> AuthorDate: Thu Jun 18 17:04:58 2026 +0200 [1.x] Bump build plugins for Java 17+ compatibility - maven-bundle-plugin: 4.2.1 -> 5.1.8 (ConcurrentModificationException on Java 15+) - maven-javadoc-plugin: 3.1.1 -> 3.10.1 (source option 6 not supported on Java 17+) - markdown-page-generator-plugin: 1.0.0 -> 2.4.0 (Pegdown/Parboiled broken on Java 17+) --- opennlp-distr/pom.xml | 2 +- pom.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml index 93a6f0a4e..91b9a8532 100644 --- a/opennlp-distr/pom.xml +++ b/opennlp-distr/pom.xml @@ -61,7 +61,7 @@ <plugin> <groupId>com.ruleoftech</groupId> <artifactId>markdown-page-generator-plugin</artifactId> - <version>1.0.0</version> + <version>2.4.0</version> <executions> <execution> <phase>process-sources</phase> diff --git a/pom.xml b/pom.xml index 50670e7eb..146be09b5 100644 --- a/pom.xml +++ b/pom.xml @@ -176,7 +176,7 @@ <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>4.2.1</version> + <version>5.1.8</version> </plugin> <plugin> @@ -326,9 +326,10 @@ <plugin> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.1.1</version> + <version>3.10.1</version> <configuration> <doclint>none</doclint> + <source>8</source> </configuration> <executions> <execution>
