Skip to content

Commit

Permalink
Merge pull request #6969 from Pandrex247/FISH-9805
Browse files Browse the repository at this point in the history
FISH-9805 Increment Servlet minor version to 1
  • Loading branch information
Pandrex247 authored Sep 27, 2024
2 parents 3a7cac3 + b382223 commit 586b22a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Portions Copyright [2022-2023] [Payara Foundation and/or its affiliates]
// Portions Copyright 2022-2024 Payara Foundation and/or its affiliates

package org.apache.catalina.core;

Expand All @@ -64,7 +64,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 586b22a

Please sign in to comment.