Bump to 0.9.2
This commit is contained in:
12
README.md
12
README.md
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user