We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c406c commit ff42558Copy full SHA for ff42558
1 file changed
pom.xml
@@ -35,7 +35,7 @@ under the License.
35
<description>Runs Ant scripts embedded in the POM</description>
36
37
<prerequisites>
38
- <maven>${mavenVersion}</maven>
+ <maven>3.6.3</maven>
39
</prerequisites>
40
41
<scm>
@@ -60,8 +60,13 @@ under the License.
60
</distributionManagement>
61
62
<properties>
63
- <mavenVersion>3.6.3</mavenVersion>
+ <mavenVersion>3.9.11</mavenVersion>
64
<version.xmlunit>2.10.4</version.xmlunit>
65
+
66
+ <!-- TODO remove with next parent -->
67
+ <version.maven-compiler-plugin>3.14.1</version.maven-compiler-plugin>
68
+ <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
69
70
<project.build.outputTimestamp>2022-04-18T19:40:06Z</project.build.outputTimestamp>
71
</properties>
72
0 commit comments