diff options
author | Joakim Erdfelt <joakime@apache.org> | 2007-10-19 22:21:54 +0000 |
---|---|---|
committer | Joakim Erdfelt <joakime@apache.org> | 2007-10-19 22:21:54 +0000 |
commit | e74ebe51b78f67b7fb4a4fa8db518a28ed8b9488 (patch) | |
tree | 96e44635a76bed999661aa3e6336b9d1356519dc /archiva-web/archiva-webapp/src/main/webapp | |
parent | 8ce5a7d4f95e9e10e3195dd46e4b346d6a7f1f40 (diff) | |
download | archiva-e74ebe51b78f67b7fb4a4fa8db518a28ed8b9488.tar.gz archiva-e74ebe51b78f67b7fb4a4fa8db518a28ed8b9488.zip |
Adding version into footer
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@586630 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-web/archiva-webapp/src/main/webapp')
-rw-r--r-- | archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp b/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp index 95836dfa6..eca75b754 100644 --- a/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp +++ b/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp @@ -25,6 +25,8 @@ <%@ taglib prefix="my" tagdir="/WEB-INF/tags" %> <%@ taglib prefix="redback" uri="http://plexus.codehaus.org/redback/taglib-1.0" %> <%@ page import="java.util.Calendar" %> +<%@ page import="org.apache.maven.archiva.web.startup.ArchivaVersion" %> + <html> <head> <title>Apache Archiva \ @@ -173,8 +175,11 @@ } %> <div id="footer"> - <div class="xright">© - Copyright © <%= copyrightRange %> Apache Software Foundation + <div class="xleft"> + Apache Archiva <%= ArchivaVersion.VERSION %> + </div> + <div class="xright"> + Copyright © <%= copyrightRange %> Apache Software Foundation </div> <div class="clear"> |