diff --git a/README.adoc b/README.adoc
index 4bace665..5fd5e539 100644
--- a/README.adoc
+++ b/README.adoc
@@ -284,6 +284,11 @@ https://eclipse.org[Eclipse] when working with the code. We use the
https://eclipse.org/m2e/[m2eclipse] eclipse plugin for maven support. Other IDEs and tools
should also work without issue as long as they use Maven 3.3.3 or better.
+==== Activate the Spring Maven profile
+Spring Cloud projects require the 'spring' Maven profile to be activated to resolve
+the spring milestone and snapshot repositories. Use your preferred IDE to set this
+profile to be active, or you may experience build errors.
+
==== Importing into eclipse with m2eclipse
We recommend the https://eclipse.org/m2e/[m2eclipse] eclipse plugin when working with
eclipse. If you don't already have m2eclipse installed it is available from the "eclipse
diff --git a/docs/pom.xml b/docs/pom.xml
index a96cec69..517affb2 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -8,7 +8,7 @@
org.springframework.cloud
spring-cloud-config
- 2.1.9.BUILD-SNAPSHOT
+ 2.1.9.RELEASE
..
diff --git a/pom.xml b/pom.xml
index 8dd11590..d23b2e57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.springframework.cloud
spring-cloud-config
- 2.1.9.BUILD-SNAPSHOT
+ 2.1.9.RELEASE
pom
Spring Cloud Config
Spring Cloud Config
@@ -27,7 +27,7 @@
config
- 2.1.6.BUILD-SNAPSHOT
+ 2.1.6.RELEASE
true
true
diff --git a/spring-cloud-config-client/pom.xml b/spring-cloud-config-client/pom.xml
index a4aeabbd..01e1e3a4 100644
--- a/spring-cloud-config-client/pom.xml
+++ b/spring-cloud-config-client/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud
spring-cloud-config
- 2.1.9.BUILD-SNAPSHOT
+ 2.1.9.RELEASE
..
diff --git a/spring-cloud-config-dependencies/pom.xml b/spring-cloud-config-dependencies/pom.xml
index ff4ebe2d..f5a2b020 100644
--- a/spring-cloud-config-dependencies/pom.xml
+++ b/spring-cloud-config-dependencies/pom.xml
@@ -6,11 +6,11 @@
spring-cloud-dependencies-parent
org.springframework.cloud
- 2.1.11.BUILD-SNAPSHOT
+ 2.1.11.RELEASE
spring-cloud-config-dependencies
- 2.1.9.BUILD-SNAPSHOT
+ 2.1.9.RELEASE
pom
spring-cloud-config-dependencies
Spring Cloud Config Dependencies
diff --git a/spring-cloud-config-monitor/pom.xml b/spring-cloud-config-monitor/pom.xml
index aa22c04b..bef5d39d 100644
--- a/spring-cloud-config-monitor/pom.xml
+++ b/spring-cloud-config-monitor/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-config
- 2.1.9.BUILD-SNAPSHOT
+ 2.1.9.RELEASE
..
spring-cloud-config-monitor
diff --git a/spring-cloud-config-sample/pom.xml b/spring-cloud-config-sample/pom.xml
index c0904601..050e0007 100644
--- a/spring-cloud-config-sample/pom.xml
+++ b/spring-cloud-config-sample/pom.xml
@@ -13,7 +13,7 @@
org.springframework.cloud
spring-cloud-config
- 2.1.9.BUILD-SNAPSHOT
+ 2.1.9.RELEASE
..
diff --git a/spring-cloud-config-server/pom.xml b/spring-cloud-config-server/pom.xml
index 7a0f8840..5564d09a 100644
--- a/spring-cloud-config-server/pom.xml
+++ b/spring-cloud-config-server/pom.xml
@@ -13,7 +13,7 @@
org.springframework.cloud
spring-cloud-config
- 2.1.9.BUILD-SNAPSHOT
+ 2.1.9.RELEASE
..
diff --git a/spring-cloud-starter-config/pom.xml b/spring-cloud-starter-config/pom.xml
index b95e0724..75b34b8f 100644
--- a/spring-cloud-starter-config/pom.xml
+++ b/spring-cloud-starter-config/pom.xml
@@ -6,10 +6,10 @@
org.springframework.cloud
spring-cloud-config
- 2.1.9.BUILD-SNAPSHOT
+ 2.1.9.RELEASE
spring-cloud-starter-config
- 2.1.9.BUILD-SNAPSHOT
+ 2.1.9.RELEASE
spring-cloud-starter-config
Spring Cloud Starter
https://projects.spring.io/spring-cloud