diff --git a/pom.xml b/pom.xml index dcfb6b3fc0e..01fef1bad8c 100644 --- a/pom.xml +++ b/pom.xml @@ -734,11 +734,23 @@ + + milestone + + false + + + + spring-repo-milestone + Spring Milestone Repository + http://repo.springsource.org/libs-milestone-local + + + - development - true + false diff --git a/spring-boot-samples/spring-boot-sample-integration/src/test/java/org/springframework/boot/sample/integration/consumer/SampleIntegrationApplicationTests.java b/spring-boot-samples/spring-boot-sample-integration/src/test/java/org/springframework/boot/sample/integration/consumer/SampleIntegrationApplicationTests.java index 0b0c07138b9..c9143c5610e 100644 --- a/spring-boot-samples/spring-boot-sample-integration/src/test/java/org/springframework/boot/sample/integration/consumer/SampleIntegrationApplicationTests.java +++ b/spring-boot-samples/spring-boot-sample-integration/src/test/java/org/springframework/boot/sample/integration/consumer/SampleIntegrationApplicationTests.java @@ -84,6 +84,6 @@ public class SampleIntegrationApplicationTests { return builder.toString(); } }); - return future.get(10, TimeUnit.SECONDS); + return future.get(30, TimeUnit.SECONDS); } } diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index 084ad71e314..9d63723d74c 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -383,5 +383,18 @@ NOTE: If you are editing a local checkout of this file, be sure to modify + + milestone + + false + + + + spring-repo-milestone + Spring Milestone Repository + http://repo.springsource.org/libs-milestone-local + + + diff --git a/spring-boot-starters/src/main/parent/pom.xml b/spring-boot-starters/src/main/parent/pom.xml index 9e9be3deae7..0e8061f0df7 100644 --- a/spring-boot-starters/src/main/parent/pom.xml +++ b/spring-boot-starters/src/main/parent/pom.xml @@ -383,5 +383,18 @@ NOTE: If you are editing a local checkout of this file, be sure to modify + + milestone + + false + + + + spring-repo-milestone + Spring Milestone Repository + http://repo.springsource.org/libs-milestone-local + + +