This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 5ce0239 Version updates
5ce0239 is described below
commit 5ce0239ceed91275cb353d0c2a7bb0c323b0dd22
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Nov 18 19:22:18 2021 +0000
Version updates
---
java/org/apache/catalina/core/Constants.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/org/apache/catalina/core/Constants.java
b/java/org/apache/catalina/core/Constants.java
index 13b8334..3a2bd5b 100644
--- a/java/org/apache/catalina/core/Constants.java
+++ b/java/org/apache/catalina/core/Constants.java
@@ -18,8 +18,8 @@ package org.apache.catalina.core;
public class Constants {
- public static final int MAJOR_VERSION = 5;
- public static final int MINOR_VERSION = 1;
+ public static final int MAJOR_VERSION = 6;
+ public static final int MINOR_VERSION = 0;
public static final String JSP_SERVLET_CLASS =
"org.apache.jasper.servlet.JspServlet";
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]