From de45295632fc879148fa0ed6aca42e2f5c62cce3 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Sun, 20 Jul 2014 16:27:09 +0100 Subject: [PATCH] Bump version of spring-boot-cf-service-broker --- pom.xml | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 66 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2a5ed6b..c9cf939 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ org.cloudfoundry spring-boot-cf-service-broker - 2.3 + 2.3.1 com.netflix.eureka @@ -66,4 +66,69 @@ 1.7 + + + milestone + + + repo.spring.io + Spring Milestone Repository + https://repo.spring.io/libs-milestone-local + + + + + central + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + + sonatype-nexus-staging + Nexus Release Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + + + http://www.springsource.com/download/community + + + spring-docs + scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-retry/docs/${project.version} + + + + repo.spring.io + Spring Release Repository + https://repo.spring.io/libs-release-local + + + repo.spring.io + Spring Snapshot Repository + https://repo.spring.io/libs-snapshot-local + + +