From d9066a0f25e9c0828b8f4a3afdb7db5998d5d39e Mon Sep 17 00:00:00 2001 From: Melloware Date: Wed, 1 May 2024 15:20:33 -0400 Subject: [PATCH] Removed JSF 2.2 --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f2672e90..40772b28 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,13 @@ You can execute the sample with mvn jetty:run command and hit < ### JSF Versions *** -Per default the application uses Mojarra 2.2.x. -You can also use other versions with the available maven profiles: myfaces22, myfaces23, myfaces23next, mojarra23 - -`mvn clean jetty:run -Pmyfaces22` +Per default the application uses Mojarra 2.3.x. +You can also use other versions with the available maven profiles: myfaces23, myfaces23next, mojarra23 `mvn clean jetty:run -Pmyfaces23` `mvn clean jetty:run -Pmyfaces23next` -`mvn clean jetty:run -Pmojarra22` - `mvn clean jetty:run -Pmojarra23` ### Server Port