Skip to content

Commit

Permalink
More fixes:
Browse files Browse the repository at this point in the history
* remove once used property
* use property for prerequisite
* change property as maven. prefix is reserved (for maven)
  • Loading branch information
cstamas authored and gaul committed Oct 29, 2022
1 parent 35596dc commit 144a6b3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions modernizer-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@
<description>Detect use of legacy APIs which modern Java versions supersede.</description>

<prerequisites>
<maven>3.2.5</maven>
<maven>${mavenVersion}</maven>
</prerequisites>

<properties>
<groovy.version>3.0.2</groovy.version>
<maven.version>3.2.5</maven.version>
<mavenVersion>3.2.5</mavenVersion>
</properties>

<dependencies>
Expand Down Expand Up @@ -65,7 +64,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -157,7 +156,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>${groovy.version}</version>
<version>3.0.2</version>
<type>pom</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit 144a6b3

Please sign in to comment.