Skip to content

Commit

Permalink
[ACS-5597] Fix index for Tomcat 10
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagdziarz committed Jul 17, 2023
1 parent b414046 commit 3df3ed7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-server-root</artifactId>
<name>Alfresco ROOT Web Application</name>
<version>7.1-SNAPSHOT</version>
<version>7.0.1-SNAPSHOT</version>
<packaging>war</packaging>

<parent>
Expand Down
6 changes: 3 additions & 3 deletions src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#%L
Alfresco ROOT Web Application
%%
Copyright (C) 2005 - 2018 Alfresco Software Limited
Copyright (C) 2005 - 2023 Alfresco Software Limited
%%
This file is part of the Alfresco software.
If the software was purchased under a paid Alfresco license, the terms of
Expand All @@ -23,7 +23,7 @@
along with Alfresco. If not, see <http://www.gnu.org/licenses/>.
#L%
--%>
<%@page isErrorPage="true" session="true" import="javax.servlet.ServletContext, javax.servlet.RequestDispatcher"
<%@page isErrorPage="true" session="true" import="jakarta.servlet.ServletContext, jakarta.servlet.RequestDispatcher"
%><%
boolean alfrescoInstalled = false;
String alfrescoContextName = "alfresco";
Expand Down Expand Up @@ -86,7 +86,7 @@ else
<div class="push"></div>
</div>
<div class="footer">
Alfresco Software, Inc. &copy; 2005-2016 All rights reserved.
Alfresco Software, Inc. &copy; 2005-2023 All rights reserved.
</div>
</body>
</html>

0 comments on commit 3df3ed7

Please sign in to comment.