Skip to content

Commit

Permalink
POM: Require Maven 3.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Zizka committed Dec 1, 2024
1 parent 1e12618 commit 8daba87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<appendAssemblyId>false</appendAssemblyId>
<appendAssemblyId>true</appendAssemblyId>
</configuration>
</execution>
<execution>
Expand Down Expand Up @@ -202,7 +202,7 @@
<goals><goal>enforce</goal></goals>
<configuration>
<rules>
<requireMavenVersion><version>3.8.1</version></requireMavenVersion>
<requireMavenVersion><version>3.9.9</version></requireMavenVersion>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 8daba87

Please sign in to comment.