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.git
The following commit(s) were added to refs/heads/main by this push:
new 818a333f OPENNLP-1680: Update several Maven plugins to recent versions
(#729)
818a333f is described below
commit 818a333f0ea5bb52426f661e85ad9f5ea3efd751
Author: Martin Wiesner <[email protected]>
AuthorDate: Mon Dec 23 11:26:47 2024 +0100
OPENNLP-1680: Update several Maven plugins to recent versions (#729)
---
opennlp-uima/pom.xml | 2 +-
pom.xml | 14 +++++---------
2 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/opennlp-uima/pom.xml b/opennlp-uima/pom.xml
index 1fa5d755..64e450b6 100644
--- a/opennlp-uima/pom.xml
+++ b/opennlp-uima/pom.xml
@@ -91,7 +91,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.1</version>
+ <version>3.8.1</version>
<executions>
<execution>
<id>copy-dependencies</id>
diff --git a/pom.xml b/pom.xml
index 952e8138..026db758 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,9 @@
<opennlp.forkCount>1.0C</opennlp.forkCount>
<coveralls.maven.plugin>4.3.0</coveralls.maven.plugin>
<jacoco.maven.plugin>0.8.12</jacoco.maven.plugin>
- <maven.failsafe.plugin>3.5.1</maven.failsafe.plugin>
+ <maven.assembly.plugin>3.7.1</maven.assembly.plugin>
+ <maven.failsafe.plugin>3.5.2</maven.failsafe.plugin>
+ <maven.javadoc.plugin>3.11.2</maven.javadoc.plugin>
<forbiddenapis.plugin>3.8</forbiddenapis.plugin>
</properties>
@@ -208,13 +210,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>3.2.0</version>
- </plugin>
-
- <plugin>
- <groupId>org.apache.felix</groupId>
-
<artifactId>maven-bundle-plugin</artifactId>
- <version>5.1.4</version>
+
<version>${maven.assembly.plugin}</version>
</plugin>
<plugin>
@@ -382,7 +378,7 @@
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.5.0</version>
+ <version>${maven.javadoc.plugin}</version>
<configuration>
<doclint>none</doclint>
<source>${java.version}</source>