Skip to content

Commit

Permalink
Revert maven-core version bump (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
omerzi authored Jan 1, 2024
1 parent cc54906 commit 5b22cca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
</description>

<properties>
<maven.min.version>3.8.1</maven.min.version>
<!-- CAUTION: Modifying the Maven version may cause disruptions for numerous users. Avoid altering it. -->
<maven.min.version>3.6.3</maven.min.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
Expand Down

0 comments on commit 5b22cca

Please sign in to comment.