diff --git a/README.md b/README.md index 0ad2bf3..101d308 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,13 @@ cd petclinic-jakartaee ## ... deploy and run -| maven profile | Runtime | Version | Status | -|--------------------|-----------------------------------------------------------------------|------------------|------------------| -| ./mvnw -Pliberty | [OpenLiberty](https://openliberty.io/) | 22.0.0.10 | Jakarta EE 9.1 | -| ./mvnw -Pwildfly | [Wildfly](https://www.wildfly.org/) | 27.0.0.Final | Jakarta EE 10 | -| ./mvnw -Ppayara | [Payara](https://www.payara.fish/products/payara-platform-community/) | 6.2022.1 | Jakarta EE 10 | -| ./mvnw -Pglassfish | [GlassFish](https://glassfish.org/) | 7.0.0-M9 | work in progress | -| ./mvnw -Ptomee | [Apache TomEE](https://tomee.apache.org/) | 9.0 | Jakarta EE 9.1 | +| maven profile | Runtime | Version | Status | +|--------------------|-----------------------------------------------------------------------|----------------|----------------| +| ./mvnw -Pliberty | [OpenLiberty](https://openliberty.io/) | 23.0.0.1-beta | 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.2022.2 | Jakarta EE 10 | +| ./mvnw -Pglassfish | [GlassFish](https://glassfish.org/) | 7.0.0 | Jakarta EE 10 | +| ./mvnw -Ptomee | [Apache TomEE](https://tomee.apache.org/) | 9.0 | Jakarta EE 9.1 | ## Integration Tests @@ -57,12 +57,12 @@ cd petclinic-jakartaee Arquillian End2End Tests for REST Endpoints and for JSF Frontend Browser Tests with Graphene and Selenium. * [JSF, Java Server Faces: Primefaces 12.0.0](https://www.primefaces.org/) -| maven profile | Runtime | Version | Status | -|--------------------------------|--------------------------------------------------------------------------|--------------|-------------------------| -| ./mvnw -Parq-liberty-managed | [OpenLiberty](https://openliberty.io/docs/latest/overview.html) | 22.0.0.10 | waiting for OpenLiberty | -| ./mvnw -Parq-wildfly-managed | [Wildfly](https://docs.wildfly.org/27/) | 27.0.0.Final | OK | -| ./mvnw -Parq-payara-managed | [Payara](https://docs.payara.fish/community/docs/6.2022.1/Overview.html) | 6.2022.1 | work in progress | -| ./mvnw -Parq-glassfish-managed | [GlassFish](https://glassfish.org/documentation) | 7.0.0-M9 | waiting for Glassfish | +| maven profile | Runtime | Version | Status | +|--------------------------------|--------------------------------------------------------------------------|----------------|-------------------------| +| ./mvnw -Parq-liberty-managed | [OpenLiberty](https://openliberty.io/docs/latest/overview.html) | 23.0.0.1-beta | waiting for OpenLiberty | +| ./mvnw -Parq-wildfly-managed | [Wildfly](https://docs.wildfly.org/27/) | 27.0.1.Final | work in progress | +| ./mvnw -Parq-payara-managed | [Payara](https://docs.payara.fish/community/docs/6.2022.1/Overview.html) | 6.2022.2 | work in progress | +| ./mvnw -Parq-glassfish-managed | [GlassFish](https://glassfish.org/documentation) | 7.0.0 | work in progress | ## Petclinic - Functional Requirements