Skip to content

Commit f8e6a27

Browse files
committed
Fix minimum Maven version
1 parent 7c8b7e3 commit f8e6a27

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<scm>
3333
<connection>scm:git:git://github.com/${x.github.user}/${x.github.repo}.git</connection>
3434
<developerConnection>scm:git:ssh://github.com:${x.github.user}/${x.github.repo}.git</developerConnection>
35-
<url>http://github.com/${x.github.user}/${x.github.repo}/tree/master</url>
35+
<url>https://github.com/${x.github.user}/${x.github.repo}/tree/master</url>
3636
</scm>
3737

3838
<properties>
@@ -41,6 +41,7 @@
4141
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
4242
<maven.compiler.target>1.8</maven.compiler.target>
4343
<maven.compiler.source>1.8</maven.compiler.source>
44+
<requiredMavenVersion>3.9.11</requiredMavenVersion>
4445

4546
<!-- GitHub hosting -->
4647
<x.github.user>nbbrd</x.github.user>
@@ -471,7 +472,7 @@
471472
<dependencyConvergence/>
472473
<reactorModuleConvergence/>
473474
<requireMavenVersion>
474-
<version>3.6.0</version>
475+
<version>${requiredMavenVersion}</version>
475476
</requireMavenVersion>
476477
<requireNoRepositories>
477478
<allowSnapshotRepositories>true</allowSnapshotRepositories>

0 commit comments

Comments
 (0)