google / gwtmockito

Better GWT unit testing
https://google.github.io/gwtmockito
Apache License 2.0
157 stars 51 forks source link

Snapshots repository of the GwtMockito #8

Closed ghost closed 11 years ago

ghost commented 11 years ago

Hello! Are planing to create the snapshots repository of the library? Otherwise we need to install it in the local environment. Also I'm wondering ,what is a plan for releasing the version 1.0.1?

bwolff commented 11 years ago

Hi,

yes, it would be nice to have the latest trunk changes available as a SNAPSHOT version in maven. Also, what would be the next version? It should probably be something like 1.1.0, because the API did actually change.

Cheers, Ben

ekuefler commented 11 years ago

Yeah, I'm planning to release the next version as 1.1.0 since there are several new features and a small API change. I've just uploaded a 1.1.0 snapshot to maven central, so you should be able to reference it now.

I think the next version should be ready for release soon, maybe next weekend? @bwolff, do you think you'll get a chance soon to check whether #5 is adequately resolved for you? I think that's the main thing I want to confirm before cutting a release.