You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sa...@apache.org on 2021/05/11 16:30:11 UTC

[atlas] branch branch-2.0 updated: ATLAS-4183: Upgrade deployment descriptor for webapp project

This is an automated email from the ASF dual-hosted git repository.

sarath pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 97689b3  ATLAS-4183: Upgrade deployment descriptor for webapp project
97689b3 is described below

commit 97689b34df747a8ce2a6a6d141340970d746ecbf
Author: Deep Singh <de...@gmail.com>
AuthorDate: Tue May 11 10:09:51 2021 -0500

    ATLAS-4183: Upgrade deployment descriptor for webapp project
    
    Signed-off-by: Sarath Subramanian <sa...@apache.org>
    (cherry picked from commit c5ad5810856e465efa0cbb2d33c1614d52ff3b00)
---
 webapp/src/main/webapp/WEB-INF/web.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/webapp/src/main/webapp/WEB-INF/web.xml b/webapp/src/main/webapp/WEB-INF/web.xml
index 2595a15..7fb56ef 100755
--- a/webapp/src/main/webapp/WEB-INF/web.xml
+++ b/webapp/src/main/webapp/WEB-INF/web.xml
@@ -17,10 +17,11 @@
   ~ limitations under the License.
   -->
 
-<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
-        "http://java.sun.com/dtd/web-app_2_3.dtd">
-
-<web-app>
+<web-app xmlns="http://java.sun.com/xml/ns/javaee"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
+         version="2.5"
+>
     <display-name>Apache Atlas</display-name>
     <description>Metadata Management and Data Governance Platform over Hadoop</description>