Skip to content

Commit ca57a04

Browse files
authored
Merge pull request #779 from hazendaz/master
[pom] Drop modernizer to 2.7.0 as it is too restrictive on maven support
2 parents 845791e + 276249b commit ca57a04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,10 @@
246246

247247
<!-- Automatic Module Name -->
248248
<module.name>com.github.spotbugs.maven</module.name>
249+
250+
<!-- TODO: Drop modernizer back to 2.7.0 due to strict maven 3.9.5 requirement -->
251+
<modernizer.version>2.7.0</modernizer.version>
252+
<modernizer.plugin>2.7.0</modernizer.plugin>
249253
</properties>
250254

251255
<dependencyManagement>

0 commit comments

Comments
 (0)