Update docs to reflect 1.1.1.RELEASE
This commit is contained in:
17
README.md
17
README.md
@@ -55,21 +55,21 @@ particular environment.
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-localconfig-connector</artifactId>
|
||||
<version>1.1.0.RELEASE</version>
|
||||
<version>1.1.1.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<!-- If you intend to deploy the app to Cloud Foundry -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-cloudfoundry-connector</artifactId>
|
||||
<version>1.1.0.RELEASE</version>
|
||||
<version>1.1.1.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<!-- If you intend to deploy the app to Heroku -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-heroku-connector</artifactId>
|
||||
<version>1.1.0.RELEASE</version>
|
||||
<version>1.1.1.RELEASE</version>
|
||||
</dependency>
|
||||
````
|
||||
|
||||
@@ -82,28 +82,28 @@ addition to your cloud connectors:
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-spring-service-connector</artifactId>
|
||||
<version>1.1.0.RELEASE</version>
|
||||
<version>1.1.1.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<!-- to use Spring Cloud for development -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-localconfig-connector</artifactId>
|
||||
<version>1.1.0.RELEASE</version>
|
||||
<version>1.1.1.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<!-- If you intend to deploy the app to Cloud Foundry -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-cloudfoundry-connector</artifactId>
|
||||
<version>1.1.0.RELEASE</version>
|
||||
<version>1.1.1.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<!-- If you intend to deploy the app to Heroku -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-heroku-connector</artifactId>
|
||||
<version>1.1.0.RELEASE</version>
|
||||
<version>1.1.1.RELEASE</version>
|
||||
</dependency>
|
||||
````
|
||||
|
||||
@@ -115,4 +115,5 @@ the `<cloud>` namespace](spring-cloud-spring-service-connector).
|
||||
The [`spring-cloud-core`](core) dependency is included by each cloud connector,
|
||||
so simply include the connectors for the platforms you want.
|
||||
|
||||
Then follow the [instructions](spring-cloud-core) on using the Spring Cloud API.
|
||||
Then follow the [instructions](spring-cloud-core) on using the Spring Cloud API.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user