Author: richard.opalka(a)jboss.com
Date: 2008-06-04 11:19:23 -0400 (Wed, 04 Jun 2008)
New Revision: 7369
Modified:
stack/native/trunk/modules/management/pom.xml
stack/native/trunk/modules/management/src/main/webapp/index.html
stack/native/trunk/pom.xml
Log:
fix build number
Modified: stack/native/trunk/modules/management/pom.xml
===================================================================
--- stack/native/trunk/modules/management/pom.xml 2008-06-04 15:16:31 UTC (rev 7368)
+++ stack/native/trunk/modules/management/pom.xml 2008-06-04 15:19:23 UTC (rev 7369)
@@ -91,7 +91,7 @@
</execution>
</executions>
<configuration>
- <format>yyyyMMddHHmm</format>
+ <format>{0,date,yyyyMMddHHmm}</format>
<items>
<item>timestamp</item>
</items>
Modified: stack/native/trunk/modules/management/src/main/webapp/index.html
===================================================================
--- stack/native/trunk/modules/management/src/main/webapp/index.html 2008-06-04 15:16:31
UTC (rev 7368)
+++ stack/native/trunk/modules/management/src/main/webapp/index.html 2008-06-04 15:19:23
UTC (rev 7369)
@@ -19,7 +19,7 @@
<legend><b>Runtime information</b></legend>
<ul>
<li><b>Revision: jbossws-@version@-native</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>
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2008-06-04 15:16:31 UTC (rev 7368)
+++ stack/native/trunk/pom.xml 2008-06-04 15:19:23 UTC (rev 7369)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.0.0.GA</version>
+ <version>1.0.1-SNAPSHOT</version>
</parent>
<!-- Source Control Management -->
Show replies by date