You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2007/10/22 15:45:45 UTC

svn commit: r587092 - /maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml

Author: brett
Date: Mon Oct 22 06:45:44 2007
New Revision: 587092

URL: http://svn.apache.org/viewvc?rev=587092&view=rev
Log:
naming consistency

Modified:
    maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml

Modified: maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml?rev=587092&r1=587091&r2=587092&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml (original)
+++ maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml Mon Oct 22 06:45:44 2007
@@ -22,7 +22,7 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
 
-  <display-name>Maven Archiva</display-name>
+  <display-name>Apache Archiva</display-name>
 
   <filter>
     <filter-name>webwork-cleanup</filter-name>