Skip to content

Commit

Permalink
update OpenLiberty feature to jakarta-10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Jun 30, 2023
1 parent aec6f0d commit 57f2bea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ cd petclinic-jakartaee

| maven profile | Runtime | Version | Status |
|--------------------|-----------------------------------------------------------------------|--------------|----------------|
| ./mvnw -Pliberty | [OpenLiberty](https://openliberty.io/) | 23.0.0.1 | Jakarta EE 10 |
| ./mvnw -Pwildfly | [Wildfly](https://www.wildfly.org/) | 27.0.1.Final | Jakarta EE 10 |
| ./mvnw -Ppayara | [Payara](https://www.payara.fish/products/payara-platform-community/) | 6.2023.2 | Jakarta EE 10 |
| ./mvnw -Pglassfish | [GlassFish](https://glassfish.org/) | 7.0.2 | Jakarta EE 10 |
| ./mvnw -Ptomee | [Apache TomEE](https://tomee.apache.org/) | 9.0.0 | Jakarta EE 9.1 |
| ./mvnw -Pliberty | [OpenLiberty](https://openliberty.io/) | 23.0.0.6 | Jakarta EE 10 |
| ./mvnw -Pwildfly | [Wildfly](https://www.wildfly.org/) | 28.0.1.Final | Jakarta EE 10 |
| ./mvnw -Ppayara | [Payara](https://www.payara.fish/products/payara-platform-community/) | 6.2023.6 | Jakarta EE 10 |
| ./mvnw -Pglassfish | [GlassFish](https://glassfish.org/) | 7.0.5 | Jakarta EE 10 |
| ./mvnw -Ptomee | [Apache TomEE](https://tomee.apache.org/) | 9.1.0 | Jakarta EE 9.1 |


## Integration Tests
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4105,7 +4105,7 @@
<container>
<containerId>tomee9x</containerId>
<zipUrlInstaller>
<url>https://dlcdn.apache.org/tomee/tomee-9.0.0/apache-tomee-9.0.0-plume.zip</url>
<url>https://dlcdn.apache.org/tomee/tomee-9.1.0/apache-tomee-9.1.0-plume.zip</url>
<downloadDir>${cargo.zipUrlInstaller.downloadDir}</downloadDir>
<extractDir>${project.build.directory}</extractDir>
</zipUrlInstaller>
Expand Down

0 comments on commit 57f2bea

Please sign in to comment.