users@grizzly.java.net

Re: [Proposals] Rename jars file, release 1.7.0

From: Alan Williamson <alan_at_blog-city.com>
Date: Thu, 29 Nov 2007 20:42:52 +0000

Jeanfrancois Arcand wrote:
>> Do we currently include a release number of Grizzly within the grizzly
>> jar file(s) ?
>
> The maven artifact (jar) contains, under the META-folder, that
> information. Do you think that's enough?

is there any milage in making that information available via a class call?

public class Grizzly {
   public static int Grizzly.getMajorVersion(){ return 1; }
   public static int Grizzly.getMinorVersion(){ return 7; }
}