dev@glassfish.java.net

POM change: Integrating management-api 3.0.0-b007 and gmbal 3.0.0-b014

From: Jennifer Chou <Jennifer.Chou_at_Sun.COM>
Date: Thu, 17 Sep 2009 19:29:47 +0100

I'll be integrating new versions of management-api 3.0.0-b007 and gmbal
3.0.0-b014.
This contains:
- Fix for issue 9047 - add reset() methods to statistics and Reset
annotation to allow statistics to be reset when monitoring is turned off.
- Fix for issue 8820 - StringStatistic
- Additions needed for ejb container
     - AverageRangeStatistic
     - convenience methods setCount to BoundedRangeStatisticImpl
     - convenience method incrementCount to TimeStatisticImpl

Index: pom.xml
===================================================================
--- pom.xml (revision 31443)
+++ pom.xml (working copy)
@@ -151,8 +151,8 @@
         <jersey.version>1.1.2-ea</jersey.version>
         <jbi.version>1.0</jbi.version>
         <wsdl4j.version>1.6.2</wsdl4j.version>
- <gmbal.version>3.0.0-b013</gmbal.version>
-
<glassfish-management-api.version>3.0.0-b006</glassfish-management-api.version>
+ <gmbal.version>3.0.0-b014</gmbal.version>
+
<glassfish-management-api.version>3.0.0-b007</glassfish-management-api.version>
         <mimepull.version>1.4</mimepull.version>
         <findbugs.exclude></findbugs.exclude>
     </properties>