You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/01/27 09:34:39 UTC

[tomcat] branch main updated: Update version constant for Servlet 6.1

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 9609c385cd Update version constant for Servlet 6.1
9609c385cd is described below

commit 9609c385cd2c3adab94db4c15aa705c50f571f50
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jan 27 09:34:01 2023 +0000

    Update version constant for Servlet 6.1
---
 java/org/apache/catalina/core/Constants.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/core/Constants.java b/java/org/apache/catalina/core/Constants.java
index 3a2bd5bc9b..cf3e132ce4 100644
--- a/java/org/apache/catalina/core/Constants.java
+++ b/java/org/apache/catalina/core/Constants.java
@@ -19,7 +19,7 @@ package org.apache.catalina.core;
 public class Constants {
 
     public static final int MAJOR_VERSION = 6;
-    public static final int MINOR_VERSION = 0;
+    public static final int MINOR_VERSION = 1;
 
     public static final String JSP_SERVLET_CLASS = "org.apache.jasper.servlet.JspServlet";
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org