Skip to content

Commit 65e0a96

Browse files
Use new property for maven-plugin-tools version
1 parent bd5a636 commit 65e0a96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>org.apache.maven.plugin-tools</groupId>
108108
<artifactId>maven-plugin-tools-generators</artifactId>
109-
<version>${maven.plugin.tools.version}</version>
109+
<version>${version.maven-plugin-tools}</version>
110110
<exclusions>
111111
<!-- we only need one class HtmlToPlainTextConverter -->
112112
<exclusion>
@@ -200,7 +200,6 @@
200200
<dependency>
201201
<groupId>org.apache.commons</groupId>
202202
<artifactId>commons-lang3</artifactId>
203-
<!-- commons-lang3 > 3.14.0 requires at least Java 8 -->
204203
<version>3.14.0</version>
205204
</dependency>
206205

0 commit comments

Comments
 (0)