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

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


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

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

    ATLAS-4183: Upgrade deployment descriptor for webapp project
    
    Signed-off-by: Sarath Subramanian <sar...@apache.org>
---
 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>
 

Reply via email to