Skip to content

Commit

Permalink
Use new property for maven-plugin-tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Feb 17, 2024
1 parent bd5a636 commit 8225056
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>

Expand Down

0 comments on commit 8225056

Please sign in to comment.