What's the status of this project? I still see the incubation note on the README.md. Also, where are the artifacts located? I see in the [spring-sync-samples project](https://github.com/spring-projects/spring-sync-samples) that ``` repositories { maven { url "https://repo.spring.io/libs-snapshot" } } dependencies { compile("org.springframework.sync:spring-sync-config:1.0.0.BUILD-SNAPSHOT") compile("org.springframework.sync:spring-sync-core:1.0.0.BUILD-SNAPSHOT") compile("org.springframework.sync:spring-sync-web:1.0.0.BUILD-SNAPSHOT") } ``` Are there builds beyond these snapshot releases?
What's the status of this project? I still see the incubation note on the README.md.
Also, where are the artifacts located?
I see in the spring-sync-samples project that
Are there builds beyond these snapshot releases?