diff --git a/docs/README.adoc b/docs/README.adoc
index 7b7075c27..61e07d0dd 100644
--- a/docs/README.adoc
+++ b/docs/README.adoc
@@ -23,6 +23,30 @@ Intelligent Routing (Zuul) and Client Side Load Balancing (Ribbon).
* External Configuration: a bridge from the Spring Environment to Archaius (enables native configuration of Netflix components using Spring Boot conventions)
* Router and Filter: automatic registration of Zuul filters, and a simple convention over configuration approach to reverse proxy creation
+
+== Modules In Maintenance Mode
+
+Placing a module in maintenance mode means that the Spring Cloud team will no longer be adding new features to the module.
+We will fix blocker bugs and security issues, and we will also consider and review small pull requests from the community.
+
+We intend to continue to support these modules for a period of at least a year from the general availability
+of the Greenwich release train.
+
+The following Spring Cloud Netflix modules and corresponding starters will be placed into maintenance mode:
+
+* spring-cloud-netflix-archaius
+* spring-cloud-netflix-hystrix-contract
+* spring-cloud-netflix-hystrix-dashboard
+* spring-cloud-netflix-hystrix-stream
+* spring-cloud-netflix-hystrix
+* spring-cloud-netflix-ribbon
+* spring-cloud-netflix-turbine-stream
+* spring-cloud-netflix-turbine
+* spring-cloud-netflix-zuul
+
+NOTE: This does not include the Eureka or concurrency-limits modules.
+
+
== Building
:jdkversion: 1.8
diff --git a/pom.xml b/pom.xml
index 2e6d94670..2af42a69c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
org.springframework.cloud
spring-cloud-build
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
@@ -21,8 +21,8 @@
netflix
- 2.1.0.BUILD-SNAPSHOT
- 2.1.0.BUILD-SNAPSHOT
+ 2.1.1.BUILD-SNAPSHOT
+ 2.1.1.BUILD-SNAPSHOT
Fishtown.BUILD-SNAPSHOT
2.0.2.RELEASE
diff --git a/spring-cloud-netflix-dependencies/pom.xml b/spring-cloud-netflix-dependencies/pom.xml
index 0700c99b2..41dafe495 100644
--- a/spring-cloud-netflix-dependencies/pom.xml
+++ b/spring-cloud-netflix-dependencies/pom.xml
@@ -5,7 +5,7 @@
spring-cloud-dependencies-parent
org.springframework.cloud
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
spring-cloud-netflix-dependencies
diff --git a/spring-cloud-netflix-hystrix-contract/pom.xml b/spring-cloud-netflix-hystrix-contract/pom.xml
index cd67c1bc9..963ca6af0 100644
--- a/spring-cloud-netflix-hystrix-contract/pom.xml
+++ b/spring-cloud-netflix-hystrix-contract/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud
spring-cloud-build
- 2.1.2.BUILD-SNAPSHOT
+ 2.1.3.BUILD-SNAPSHOT
spring-cloud-netflix-hystrix-contract