bitsofinfo / hazelcast-docker-swarm-discovery-spi

Docker Swarm based discovery strategy SPI for Hazelcast enabled applications
Apache License 2.0
39 stars 33 forks source link

Dependency version ranges are changed to use Maven-supported syntax #18

Closed yuqu closed 6 years ago

yuqu commented 6 years ago

Details: https://github.com/bitsofinfo/hazelcast-docker-swarm-discovery-spi/issues/17

bitsofinfo commented 6 years ago

that might fix your issue, but it binds this to a specific HZ release, 3.9 when it needs to be declared as anything > 3.9. I have not heard of anyone else having this issue.

Please ensure its declared in a way that is both compatible with maven and gradle and sticks w/ the original intent

yuqu commented 6 years ago

I wasn't sure if hazelcast 3.10 and above are going to create any issue, and since you had explicitly set the hazelcast version 3.9.+ on the last update, I've set 3.10-BETA-1 as the upper boundary(excluded) to make sure that the build will have the latest 3.9.x version.

bitsofinfo commented 6 years ago

k lets see what build does

bitsofinfo commented 6 years ago

built, tagged published. Thanks! Please star the project if you find it useful