diff --git a/.travis.yml b/.travis.yml index 96c4870..1da1e75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ #sudo: false -#cache: -# directories: -# - $HOME/.m2 +cache: + directories: + - $HOME/.m2 language: java jdk: - oraclejdk7 diff --git a/pom.xml b/pom.xml index fc3f71f..f8914b7 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/snapshot + http://repo.spring.io/libs-snapshot-local true @@ -53,7 +53,15 @@ spring-milestones Spring Milestones - http://repo.spring.io/milestone + http://repo.spring.io/libs-milestone-local + + false + + + + spring-releases + Spring Releases + http://repo.spring.io/release false @@ -63,7 +71,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/snapshot + http://repo.spring.io/libs-snapshot-local true @@ -71,7 +79,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/milestone + http://repo.spring.io/libs-milestone-local false