I'm attempting to update from Hazelcast 2.3.1 to the recent 2.6.2 release, and running in to issues with maven repos.
On first attempt, I got:
Then I got:
Failed to collect dependencies for [com.hazelcast:hazelcast-all:jar:2.6.2 (compile) ... Failed to read artifact descriptor for com.hazelcast:hazelcast-all:jar:2.6.2: Could not find artifact com.hazelcast:hazelcast-root:pom:2.6.2
It looks like Hazelcast 2.6.2 is maven central, but not this specific artifact -- com.hazelcast:hazelcast-root:pom:2.6.2. That artifact is found for 2.6.2, so perhaps there was an issue publishing the release?
I'll just install the bits manually for now, but wondering if anyone else is having issues or if I'm missing something.