Temporarily remove release tag

This commit is contained in:
Tadgh 2022-03-27 14:12:48 -07:00
parent b1e2d7c104
commit 6b3b4b2102
1 changed files with 4 additions and 2 deletions

View File

@ -852,10 +852,12 @@
<fontawesomeVersion>5.4.1</fontawesomeVersion>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
<!-- TODO GGG/JA this is breaking a downstream project. disabling for now-->
<!-- <maven.compiler.release>11</maven.compiler.release>-->
<maven.compiler.testSource>17</maven.compiler.testSource>
<maven.compiler.testTarget>17</maven.compiler.testTarget>
<maven.compiler.testRelease>17</maven.compiler.testRelease>
<!-- TODO GGG/JA this is breaking a downstream project. disabling for now-->
<!-- <maven.compiler.testRelease>17</maven.compiler.testRelease>-->
</properties>
<dependencyManagement>