Temporarily remove release tag
This commit is contained in:
parent
b1e2d7c104
commit
6b3b4b2102
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue