diff --git a/README.adoc b/README.adoc
index be9466b..7a7071e 100644
--- a/README.adoc
+++ b/README.adoc
@@ -103,6 +103,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 7d78ed3..c8e9744 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud
spring-cloud-schema-registry-parent
- 1.0.5.BUILD-SNAPSHOT
+ 1.0.5.RELEASE
pom
Spring Cloud Schema Registry Docs
diff --git a/pom.xml b/pom.xml
index a9584b7..1a3d973 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,12 +4,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
spring-cloud-schema-registry-parent
- 1.0.5.BUILD-SNAPSHOT
+ 1.0.5.RELEASE
pom
org.springframework.cloud
spring-cloud-build
- 2.2.3.RELEASE
+ 2.3.0.RELEASE
@@ -23,7 +23,7 @@
1.8
- 3.0.5.BUILD-SNAPSHOT
+ 3.0.5.RELEASE
true
true
true
diff --git a/spring-cloud-schema-registry-client/pom.xml b/spring-cloud-schema-registry-client/pom.xml
index 906d709..f31bdcd 100644
--- a/spring-cloud-schema-registry-client/pom.xml
+++ b/spring-cloud-schema-registry-client/pom.xml
@@ -5,7 +5,7 @@
spring-cloud-schema-registry-parent
org.springframework.cloud
- 1.0.5.BUILD-SNAPSHOT
+ 1.0.5.RELEASE
4.0.0
diff --git a/spring-cloud-schema-registry-core/pom.xml b/spring-cloud-schema-registry-core/pom.xml
index 5bef345..3fc2de3 100644
--- a/spring-cloud-schema-registry-core/pom.xml
+++ b/spring-cloud-schema-registry-core/pom.xml
@@ -8,7 +8,7 @@
spring-cloud-schema-registry-parent
org.springframework.cloud
- 1.0.5.BUILD-SNAPSHOT
+ 1.0.5.RELEASE
diff --git a/spring-cloud-schema-registry-server/pom.xml b/spring-cloud-schema-registry-server/pom.xml
index 3d74f8f..2a6051b 100644
--- a/spring-cloud-schema-registry-server/pom.xml
+++ b/spring-cloud-schema-registry-server/pom.xml
@@ -8,7 +8,7 @@
spring-cloud-schema-registry-parent
org.springframework.cloud
- 1.0.5.BUILD-SNAPSHOT
+ 1.0.5.RELEASE