Skip to content

Commit

Permalink
5.0.34 release by pizzi
Browse files Browse the repository at this point in the history
Signed-off-by: pizzi80 <paolo@given2.com>
  • Loading branch information
pizzi80 committed Feb 19, 2025
1 parent ec2ac0f commit 05f1a23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public void contextInitialized(ServletContextEvent servletContextEvent) {
try {

if (LOGGER.isLoggable(INFO)) {
LOGGER.log(INFO, MessageFormat.format("Initializing Mojarra {0} for context {1}", "5.0.33_pizzi" , servletContext.getContextPath()) );
LOGGER.log(INFO, MessageFormat.format("Initializing Mojarra {0} for context {1}", "5.0.34_pizzi" , servletContext.getContextPath()) );
}

if (webConfig.isOptionEnabled(VerifyFacesConfigObjects)) {
Expand Down

0 comments on commit 05f1a23

Please sign in to comment.