From 002b3f022c71bbc8cca6dbbc57e9ef65274db737 Mon Sep 17 00:00:00 2001 From: Ramnivas Laddad Date: Wed, 16 Oct 2013 14:49:05 -0700 Subject: [PATCH] Bump to 0.9.2 --- README.md | 12 ++++++------ cloudfoundry-connector/pom.xml | 2 +- core/pom.xml | 2 +- heroku-connector/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 2 +- spring-service-connector/pom.xml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index abcd01e..3cc9dd5 100644 --- a/README.md +++ b/README.md @@ -35,19 +35,19 @@ Add the [`spring-service-connector`](spring-service-connector) and one or more c org.springframework.cloud spring-service-connector - 0.9.1 + 0.9.2 org.springframework.cloud cloudfoundry-connector - 0.9.1 + 0.9.2 org.springframework.cloud heroku-connector - 0.9.1 + 0.9.2 Then follow instructions on [how you use the `` namespace](spring-service-connector). You can also follow the [instructions](core) on using the core API directly. @@ -59,19 +59,19 @@ Add the [`core`](core) and one or more cloud connectors dependencies (it is okay org.springframework.cloud core - 0.9.1 + 0.9.2 org.springframework.cloud cloudfoundry-connector - 0.9.1 + 0.9.2 org.springframework.cloud heroku-connector - 0.9.1 + 0.9.2 Then follow the [instructions](core) on using spring-cloud API. diff --git a/cloudfoundry-connector/pom.xml b/cloudfoundry-connector/pom.xml index 93f1df8..0913147 100644 --- a/cloudfoundry-connector/pom.xml +++ b/cloudfoundry-connector/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud parent - 0.9.2-BUILD-SNAPSHOT + 0.9.2 ../parent/pom.xml diff --git a/core/pom.xml b/core/pom.xml index 95b588d..36b457e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -15,7 +15,7 @@ org.springframework.cloud parent - 0.9.2-BUILD-SNAPSHOT + 0.9.2 ../parent/pom.xml diff --git a/heroku-connector/pom.xml b/heroku-connector/pom.xml index 62f4926..68a0543 100644 --- a/heroku-connector/pom.xml +++ b/heroku-connector/pom.xml @@ -15,7 +15,7 @@ org.springframework.cloud parent - 0.9.2-BUILD-SNAPSHOT + 0.9.2 ../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index c577b0d..2f9ac1d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -6,7 +6,7 @@ parent pom Spring Cloud Parent - 0.9.2-BUILD-SNAPSHOT + 0.9.2 4.11 diff --git a/pom.xml b/pom.xml index 93ca604..1d92605 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.springframework.cloud parent - 0.9.2-BUILD-SNAPSHOT + 0.9.2 parent/pom.xml diff --git a/spring-service-connector/pom.xml b/spring-service-connector/pom.xml index f70f73a..f053955 100644 --- a/spring-service-connector/pom.xml +++ b/spring-service-connector/pom.xml @@ -15,7 +15,7 @@ org.springframework.cloud parent - 0.9.2-BUILD-SNAPSHOT + 0.9.2 ../parent/pom.xml