> public void testFailsIfAlphaSnapshot() {
> new JcloudsVersion("1.2.3-alpha.5-SNAPSHOT");
> }
>
> @Test(expectedExceptions = { IllegalArgumentException.class })
> - public void testFailsIfBetSanapshot() {
> + public void testFailsIfBetaSanapshot() {Doh! Thanks for spotting that ;-) PR updated - will sync soon, I expect. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/186/files#r7082205
