Hi Ed,
Ed Burns wrote:
> Hello,
>
> When I do maven checkout, I get a new glassfish-image-SNAPSHOT.jar. How
> current is that thing? Is it the latest promoted build?
No, it is the latest successful nightly build. If you want to use a
promoted build, you need to edit, in bootstrap/project.properties:
glassfish.image.version=SNAPSHOT
to
glassfish.image.version=9.0-b10
(bXX is the promoted build number). Note that Maven will download it
once and after you will not longer need to download a new image.
-- Jeanfrancoia
>
> Ed
>