Update to Spring Data 2.0.0.RC3 - #12
Conversation
This makes it easier for people to clone the repo and build spring-data-jpa-entity-graph:2.0.0-SNAPSHOT locally (as there is no release yet compatible with Spring Boot 2.0)
|
Hello @marceloverdijk , Thanks for the PR. Travis is complaining about the new dependency. |
|
Hi @reda-alaoui no I did't have this issue, probably because the Spring Data 2.0.0. RC3 artifacts were already in my local Maven repository. I see Travis is trying to download it from I think you have to add that to your src/site/resources/settings.xml configuration and it should work. |
|
Ok, can you add the milestone repository to |
|
I've added it but still fails. I see this `before_install:
|
|
Correct. |
|
Build OK on master ! |
|
👍 |
This makes it easier for people to clone the repo and build spring-data-jpa-entity-graph:2.0.0-SNAPSHOT locally (as there is no release yet compatible with Spring Boot 2.0)