Author: simonetripodi
Date: Wed Apr 4 07:33:30 2012
New Revision: 1309275
URL: http://svn.apache.org/viewvc?rev=1309275&view=rev
Log:
made the version on service page coherent to what is reported in the core version properties
Modified:
incubator/any23/trunk/service/src/main/webapp/resources/form.html
Modified: incubator/any23/trunk/service/src/main/webapp/resources/form.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/service/src/main/webapp/resources/form.html?rev=1309275&r1=1309274&r2=1309275&view=diff
==============================================================================
--- incubator/any23/trunk/service/src/main/webapp/resources/form.html (original)
+++ incubator/any23/trunk/service/src/main/webapp/resources/form.html Wed Apr 4 07:33:30
2012
@@ -20,7 +20,7 @@
xmlns="http://www.w3.org/1999/xhtml"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<head>
- <title>Apache Any23: Anything To Triples - Service ((${implementation.build}; ${maven.build.timestamp}))</title>
+ <title>Apache Any23: Anything To Triples - Service ${project.version} (${implementation.build.tstamp})</title>
<link rel="stylesheet" type="text/css" href="resources/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="resources/simplePopup/simplePopup.css"
/>
<script type="text/javascript" src="resources/simplePopup/jquery-1.4.2.js"></script>
|