Skip to content

Commit

Permalink
Move to WildFly 31.0.1.Final and JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Mar 7, 2024
1 parent a447d21 commit a1b976c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
</scm>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.11</maven.compiler.source>
<maven.compiler.target>1.11</maven.compiler.target>
<!--
Dependency versions. Please keep alphabetical.
Expand All @@ -61,7 +61,7 @@
versions, add the artifactId or other qualifier to the property name.
For example: <version.org.jboss.as.console>
-->
<version.server>30.0.1.Final</version.server>
<version.server>31.0.1.Final</version.server>
<version.org.asciidoctor.asciidoctor-maven-plugin>1.5.6</version.org.asciidoctor.asciidoctor-maven-plugin>

<!-- Surefire args -->
Expand Down

0 comments on commit a1b976c

Please sign in to comment.