Skip to content

Commit

Permalink
Upgrade to beta-5
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Oct 18, 2024
1 parent db57868 commit 9918ea1
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ under the License.
</distributionManagement>

<properties>
<mavenVersion>4.0.0-beta-4</mavenVersion>
<mavenVersion>4.0.0-beta-5-SNAPSHOT</mavenVersion>
<javaVersion>17</javaVersion>

<guiceVersion>6.0.0</guiceVersion>
Expand Down Expand Up @@ -238,20 +238,6 @@ under the License.
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<configuration>
<rules>
<enforceBytecodeVersion>
<maxJdkVersion>${maven.compiler.target}</maxJdkVersion>
<excludes>
<exclude>org.jline:jline</exclude>
</excludes>
</enforceBytecodeVersion>
</rules>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 9918ea1

Please sign in to comment.