Skip to content

Commit ff42558

Browse files
committed
Bump Maven to 3.9.11 and keep prerequisites at 3.6.3
1 parent 17c406c commit ff42558

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ under the License.
3535
<description>Runs Ant scripts embedded in the POM</description>
3636

3737
<prerequisites>
38-
<maven>${mavenVersion}</maven>
38+
<maven>3.6.3</maven>
3939
</prerequisites>
4040

4141
<scm>
@@ -60,8 +60,13 @@ under the License.
6060
</distributionManagement>
6161

6262
<properties>
63-
<mavenVersion>3.6.3</mavenVersion>
63+
<mavenVersion>3.9.11</mavenVersion>
6464
<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+
6570
<project.build.outputTimestamp>2022-04-18T19:40:06Z</project.build.outputTimestamp>
6671
</properties>
6772

0 commit comments

Comments
 (0)