Skip to content

Commit

Permalink
build: add Jakarta EE 10 Maven profile ocpsoft#345
Browse files Browse the repository at this point in the history
Mainly to be used to switch versions of dependencies etc.
  • Loading branch information
poikilotherm committed Oct 18, 2022
1 parent b5c03fc commit ee0d6f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,15 @@
</dependencies>

<profiles>
<profile>
<id>EE10</id>
<properties>
<version.jakarta>10.0.0</version.jakarta>
<version.wildfly>27.0.0.Beta1</version.wildfly>
</properties>
</profile>

<!-- WILDFLY -->
<profile>
<id>WILDFLY_MANAGED</id>
<build>
Expand Down

0 comments on commit ee0d6f5

Please sign in to comment.