Skip to content

Commit

Permalink
Merge pull request #108 from rhusar/java13-mr-build
Browse files Browse the repository at this point in the history
The java13-mr-build profile still compiles into release 12.
  • Loading branch information
jamezp authored Dec 16, 2021
2 parents da2ee34 + d713a82 commit e32213f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@
<goal>compile</goal>
</goals>
<configuration>
<release>12</release>
<release>13</release>
<buildDirectory>${project.build.directory}</buildDirectory>
<compileSourceRoots>${project.basedir}/src/main/java13</compileSourceRoots>
<outputDirectory>${project.build.directory}/classes/META-INF/versions/13
Expand Down

0 comments on commit e32213f

Please sign in to comment.