Skip to content

Commit

Permalink
Required Maven version should be the same as used Maven - 3.3.9
Browse files Browse the repository at this point in the history
Maven verify prerequisites.maven before executing plugin
so when you set lower version that used in code
some incompatibility can occur on older Maven.

Signed-off-by: Slawomir Jaranowski <[email protected]>
  • Loading branch information
slawekjaranowski authored and rohanKanojia committed Oct 20, 2022
1 parent 2156a48 commit 83cae7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</developers>

<prerequisites>
<maven>3.0.3</maven>
<maven>${maven.version}</maven>
</prerequisites>

<scm>
Expand Down

0 comments on commit 83cae7e

Please sign in to comment.