This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 2533cdb22e327251de373712104ff51c45b25cce Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Aug 7 13:13:51 2023 +0100 Increment recommended version to 2.0.5 --- java/org/apache/catalina/core/AprLifecycleListener.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/core/AprLifecycleListener.java b/java/org/apache/catalina/core/AprLifecycleListener.java index 6dad242a2c..e35538bf36 100644 --- a/java/org/apache/catalina/core/AprLifecycleListener.java +++ b/java/org/apache/catalina/core/AprLifecycleListener.java @@ -67,7 +67,7 @@ public class AprLifecycleListener implements LifecycleListener { protected static final int TCN_REQUIRED_PATCH = 34; protected static final int TCN_RECOMMENDED_MAJOR = 2; protected static final int TCN_RECOMMENDED_MINOR = 0; - protected static final int TCN_RECOMMENDED_PV = 1; + protected static final int TCN_RECOMMENDED_PV = 5; // ---------------------------------------------- Properties --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org