Skip to content

Commit ba13018

Browse files
Use constant 3.6.3 in prerequisites/maven as minimal Maven version
It will allow declaring a newer version of Maven dependencies in the project.
1 parent 2714d4e commit ba13018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ under the License.
5656
</contributors>
5757

5858
<prerequisites>
59-
<maven>${mavenVersion}</maven>
59+
<maven>3.6.3</maven>
6060
</prerequisites>
6161

6262
<scm>

0 commit comments

Comments
 (0)