This is an automated email from the ASF dual-hosted git repository.
atarora pushed a commit to branch opennlp-1.x
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/opennlp-1.x by this push:
new b23827784 Revert "[1.x] Bump build plugins for Java 17+ compatibility"
b23827784 is described below
commit b238277847219aa5be4b310317866830bfd785c1
Author: Atita Arora <[email protected]>
AuthorDate: Thu Jun 18 17:48:12 2026 +0200
Revert "[1.x] Bump build plugins for Java 17+ compatibility"
This reverts commit 0c8f001cd0e42ff7b11d6fc8c913ab1ff6996acb.
---
opennlp-distr/pom.xml | 2 +-
pom.xml | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml
index 91b9a8532..93a6f0a4e 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>2.4.0</version>
+ <version>1.0.0</version>
<executions>
<execution>
<phase>process-sources</phase>
diff --git a/pom.xml b/pom.xml
index 146be09b5..50670e7eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>5.1.8</version>
+ <version>4.2.1</version>
</plugin>
<plugin>
@@ -326,10 +326,9 @@
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.10.1</version>
+ <version>3.1.1</version>
<configuration>
<doclint>none</doclint>
- <source>8</source>
</configuration>
<executions>
<execution>