[jbossws-commits] JBossWS SVN: r7367 - in stack/metro/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:10:23 EDT 2008


Author: richard.opalka at jboss.com
Date: 2008-06-04 11:10:23 -0400 (Wed, 04 Jun 2008)
New Revision: 7367

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

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

Modified: stack/metro/trunk/modules/management/src/main/webapp/index.html
===================================================================
--- stack/metro/trunk/modules/management/src/main/webapp/index.html	2008-06-04 15:08:55 UTC (rev 7366)
+++ stack/metro/trunk/modules/management/src/main/webapp/index.html	2008-06-04 15:10:23 UTC (rev 7367)
@@ -18,8 +18,8 @@
 <fieldset>
     <legend><b>Runtime information</b></legend>
 <ul>
-   <li><b>Revision: jbossws- at version@-metro</b></li>
-   <li><b>Build: @timestamp@</b></li>
+   <li><b>Revision: jbossws-metro- at version@</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