diff --git a/README.adoc b/README.adoc
index 7dfc44a..1ae5f67 100644
--- a/README.adoc
+++ b/README.adoc
@@ -21,15 +21,15 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI]
E.g. for GVM users
```
-$ gvm install springboot 1.2.3.RELEASE
-$ gvm use springboot 1.2.3.RELEASE
+$ gvm install springboot 1.3.0.M5
+$ gvm use springboot 1.3.0.M5
```
and install the Spring Cloud plugin:
```
$ mvn install
-$ spring install org.springframework.cloud:spring-cloud-cli:1.0.2.RELEASE
+$ spring install org.springframework.cloud:spring-cloud-cli:1.1.0.M1
```
IMPORTANT: **Prerequisites:** to use the encryption and decryption features
@@ -81,7 +81,7 @@ https://github.com/spring-cloud-samples/scripts[scripts demo
repository] for specific instructions about the common cases of mongo,
rabbit and redis.
-NOTE: migration to the Maven wrapper (`.mvnw`) is underway. If you
+NOTE: migration to the Maven wrapper (`./mvnw`) is underway. If you
find a project that doesn't have it yet, raise an issue to get it
added, and build with the command from `.travis.yml` (usually
`mvn install -s .settings.xml`).
@@ -112,7 +112,7 @@ marketplace".
Unfortunately m2e does not yet support Maven 3.3, so once the projects
are imported into Eclipse you will also need to tell m2eclipse to use
the `.settings.xml` file for the projects. If you do not do this you
-may see errors many different errors related to the POMs in the
+may see many different errors related to the POMs in the
projects. Open your Eclipse preferences, expand the Maven
preferences, and select User Settings. In the User Settings field
click Browse and navigate to the Spring Cloud project you imported
diff --git a/docs/pom.xml b/docs/pom.xml
index 7ccf5ad..66ca381 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -3,11 +3,11 @@
4.0.0
org.springframework.cloud
spring-cloud-cli-docs
- 1.1.0.BUILD-SNAPSHOT
+ 1.1.0.M1
org.springframework.cloud
spring-cloud-build
- 1.1.0.BUILD-SNAPSHOT
+ 1.1.0.M1
pom
diff --git a/docs/src/main/asciidoc/install.adoc b/docs/src/main/asciidoc/install.adoc
index 9ba2f13..cf16e33 100644
--- a/docs/src/main/asciidoc/install.adoc
+++ b/docs/src/main/asciidoc/install.adoc
@@ -9,15 +9,15 @@ https://github.com/spring-projects/spring-boot[Spring Boot CLI]
E.g. for GVM users
```
-$ gvm install springboot 1.2.3.RELEASE
-$ gvm use springboot 1.2.3.RELEASE
+$ gvm install springboot 1.3.0.M5
+$ gvm use springboot 1.3.0.M5
```
and install the Spring Cloud plugin:
```
$ mvn install
-$ spring install org.springframework.cloud:spring-cloud-cli:1.0.2.RELEASE
+$ spring install org.springframework.cloud:spring-cloud-cli:1.1.0.M1
```
IMPORTANT: **Prerequisites:** to use the encryption and decryption features
diff --git a/pom.xml b/pom.xml
index 0ce04ad..0d19c72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,11 +3,11 @@
4.0.0
org.springframework.cloud
spring-cloud-cli-parent
- 1.1.0.BUILD-SNAPSHOT
+ 1.1.0.M1
org.springframework.cloud
spring-cloud-build
- 1.1.0.BUILD-SNAPSHOT
+ 1.1.0.M1
pom
@@ -84,14 +84,14 @@
org.springframework.cloud
spring-cloud-config
- 1.1.0.BUILD-SNAPSHOT
+ 1.1.0.M1
pom
import
org.springframework.cloud
spring-cloud-netflix
- 1.1.0.BUILD-SNAPSHOT
+ 1.1.0.M1
pom
import
diff --git a/spring-cloud-cli/pom.xml b/spring-cloud-cli/pom.xml
index 1a5ce56..605f5c6 100644
--- a/spring-cloud-cli/pom.xml
+++ b/spring-cloud-cli/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud
spring-cloud-cli
- 1.1.0.BUILD-SNAPSHOT
+ 1.1.0.M1
jar
spring-cloud-cli
@@ -14,7 +14,7 @@
org.springframework.cloud
spring-cloud-cli-parent
- 1.1.0.BUILD-SNAPSHOT
+ 1.1.0.M1
@@ -45,7 +45,7 @@
UTF-8
1.7
${project.version}
- 1.0.0.BUILD-SNAPSHOT
+ 1.0.0.M1
${project.build.directory}/generated-resources/org/springframework/cloud/cli/compiler
diff --git a/spring-cloud-versions/pom.xml b/spring-cloud-versions/pom.xml
index 11492ad..7968f99 100644
--- a/spring-cloud-versions/pom.xml
+++ b/spring-cloud-versions/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud
spring-cloud-cli-parent
- 1.1.0.BUILD-SNAPSHOT
+ 1.1.0.M1
spring-cloud-versions
pom
@@ -18,7 +18,7 @@
${basedir}/../..
- Brixton.BUILD-SNAPSHOT
+ Brixton.M1