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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 65e0a96  Use new property for maven-plugin-tools version
65e0a96 is described below

commit 65e0a9614e23f6ce50e4c090499843c58b52456d
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sat Feb 17 12:45:02 2024 +0100

    Use new property for maven-plugin-tools version
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0c81446..9378e1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-tools-generators</artifactId>
-      <version>${maven.plugin.tools.version}</version>
+      <version>${version.maven-plugin-tools}</version>
       <exclusions>
         <!-- we only need one class HtmlToPlainTextConverter -->
         <exclusion>
@@ -200,7 +200,6 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <!-- commons-lang3 > 3.14.0 requires at least Java 8 -->
       <version>3.14.0</version>
     </dependency>
 

Reply via email to