Skip to content

Commit

Permalink
Set minor servlet version to correct value
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed May 20, 2024
1 parent 9f97089 commit 01e521c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021-2022 Contributors to Eclipse Foundation.
* Copyright (c) 2021-2024 Contributors to Eclipse Foundation.
* Copyright (c) 1997-2022 Oracle and/or its affiliates. All rights reserved.
* Copyright 2004 The Apache Software Foundation
*
Expand All @@ -23,7 +23,7 @@ public class Constants {

public static final String Package = "org.apache.catalina.core";
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.glassfish.wasp.servlet.JspServlet";

Expand Down

0 comments on commit 01e521c

Please sign in to comment.