You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jz...@apache.org on 2022/03/22 15:06:11 UTC

[opennlp] branch master updated: OPENNLP-1359: Updating dependencies to fix Java 17 build. (#405)

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

jzemerick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp.git


The following commit(s) were added to refs/heads/master by this push:
     new 29dc8c4  OPENNLP-1359: Updating dependencies to fix Java 17 build. (#405)
29dc8c4 is described below

commit 29dc8c479996da0d15b09b0a7b0bf749b3fd7323
Author: Jeff Zemerick <je...@mtnfog.com>
AuthorDate: Tue Mar 22 11:06:05 2022 -0400

    OPENNLP-1359: Updating dependencies to fix Java 17 build. (#405)
---
 opennlp-distr/pom.xml | 2 +-
 pom.xml               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml
index 93a6f0a..91b9a85 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 815642a..d4d4da9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,7 @@
 				<plugin>
 					<groupId>org.apache.felix</groupId>
 					<artifactId>maven-bundle-plugin</artifactId>
-					<version>4.2.1</version>
+					<version>5.1.4</version>
 				</plugin>
 
 				<plugin>