[jbossws-commits] JBossWS SVN: r7366 - in stack/cxf/trunk/modules/management: src/main/webapp and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jun 4 11:08:55 EDT 2008


Author: richard.opalka at jboss.com
Date: 2008-06-04 11:08:55 -0400 (Wed, 04 Jun 2008)
New Revision: 7366

Modified:
   stack/cxf/trunk/modules/management/pom.xml
   stack/cxf/trunk/modules/management/src/main/webapp/index.html
Log:
fix build number

Modified: stack/cxf/trunk/modules/management/pom.xml
===================================================================
--- stack/cxf/trunk/modules/management/pom.xml	2008-06-04 15:03:50 UTC (rev 7365)
+++ stack/cxf/trunk/modules/management/pom.xml	2008-06-04 15:08:55 UTC (rev 7366)
@@ -86,7 +86,7 @@
            </execution>
          </executions>
          <configuration>
-           <format>yyyyMMddHHmm</format>
+           <format>{0,date,yyyyMMddHHmm}</format>
            <items>
              <item>timestamp</item>
            </items>

Modified: stack/cxf/trunk/modules/management/src/main/webapp/index.html
===================================================================
--- stack/cxf/trunk/modules/management/src/main/webapp/index.html	2008-06-04 15:03:50 UTC (rev 7365)
+++ stack/cxf/trunk/modules/management/src/main/webapp/index.html	2008-06-04 15:08:55 UTC (rev 7366)
@@ -19,7 +19,7 @@
     <legend><b>Runtime information</b></legend>
 <ul>
    <li><b>Version: jbossws-cxf- at version@</b></li>
-   <li><b>Build: @timestamp@</b></li>
+   <li><b>Build: @buildNumber@</b></li>
    <li><a href="services">View a list of deployed services</a></li>
 	<!--li><a href="depends">View installed dependencies</a></li-->
 	<li><a href="/jmx-console/">Access JMX console</a></li>




More information about the jbossws-commits mailing list