Missing dependencies

Hi, I´m trying to compile elasticsearch v2.1.0, so I´ve check out it and 'mvn compile' but some denpencies are missing, any idea?

[ERROR] Failed to execute goal on project distributions: Could not resolve dependencies for project org.elasticsearch.distribution:distributions:pom:2.1.0-SNAPSHOT: Failure to find org.elasticsearch:elasticsearch:jar:tests:2.1.0-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of oss-snapshots has elapsed or updates are forced -> [Help 1]

You need to update all pom.xml to 2.1.0 as 2.1.0 has been released (you don't really need to compile it).
If you want to compile 2.1 branch, I guess it should compile 2.1.1-SNAPSHOT.

If you run mvn from the root dir, that should work well.

I´m missing something here.
Anyway, 2.1.1-SNAPSHOT compiles like a charm!