Bump to 0.9.2

This commit is contained in:
Ramnivas Laddad
2013-10-16 14:49:05 -07:00
parent 001e5adf08
commit 002b3f022c
7 changed files with 12 additions and 12 deletions

View File

@@ -35,19 +35,19 @@ Add the [`spring-service-connector`](spring-service-connector) and one or more c
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-service-connector</artifactId>
<version>0.9.1</version>
<version>0.9.2</version>
</dependency>
<!-- If you intend to deploy the app on Cloud Foundry, add the following -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>cloudfoundry-connector</artifactId>
<version>0.9.1</version>
<version>0.9.2</version>
</dependency>
<!-- If you intend to deploy the app on Heroku, add the following -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>heroku-connector</artifactId>
<version>0.9.1</version>
<version>0.9.2</version>
</dependency>
Then follow instructions on [how you use the `<cloud>` 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
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>core</artifactId>
<version>0.9.1</version>
<version>0.9.2</version>
</dependency>
<!-- If you intend to deploy the app on CloudFoundry, add the following -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>cloudfoundry-connector</artifactId>
<version>0.9.1</version>
<version>0.9.2</version>
</dependency>
<!-- If you intend to deploy the app on Heroku, add the following -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>heroku-connector</artifactId>
<version>0.9.1</version>
<version>0.9.2</version>
</dependency>
Then follow the [instructions](core) on using spring-cloud API.

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>parent</artifactId>
<version>0.9.2-BUILD-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<properties>

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>parent</artifactId>
<version>0.9.2-BUILD-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>parent</artifactId>
<version>0.9.2-BUILD-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -6,7 +6,7 @@
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<name>Spring Cloud Parent</name>
<version>0.9.2-BUILD-SNAPSHOT</version>
<version>0.9.2</version>
<properties>
<junit.version>4.11</junit.version>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>parent</artifactId>
<version>0.9.2-BUILD-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

View File

@@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>parent</artifactId>
<version>0.9.2-BUILD-SNAPSHOT</version>
<version>0.9.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>