diff --git a/README.adoc b/README.adoc
index 1e2c58f..dd1b05f 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,6 +1,6 @@
-// Do not edit this file (e.g. go instead to src/main/asciidoc)
+// Do not edit this file (e.g. go instead to docs/src/main/asciidoc)
-Spring Cloud Starters are curated sets of dependencies focused on a particular type of workload. Including a starter on your classpath is really just a shorthand for including its dependencies, but it makes it easier to organize your code and easier to remember what the depdnencies are for. (See also http://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters[Spring Boot starter projects].) Starters provided include:
+Spring Cloud Starters are curated sets of dependencies focused on a particular type of workload. Including a starter on your classpath is really just a shorthand for including its dependencies, but it makes it easier to organize your code and easier to remember what the dependencies are for. (See also http://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters[Spring Boot starter projects].) Starters provided include:
* spring-cloud-starter
* spring-cloud-starter-bus-amqp
@@ -27,7 +27,7 @@ Since there is no code to compile in the starters they should do not need to com
----
-$ mvn install
+$ mvn install -s .settings.xml
----
and to deploy snapshots to repo.spring.io:
diff --git a/docs/pom.xml b/docs/pom.xml
index 3a8d9ae..b7088d0 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -4,11 +4,11 @@
4.0.0
org.springframework.cloud
spring-cloud-starter-docs
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
org.springframework.cloud
spring-cloud-build
- 1.0.3.BUILD-SNAPSHOT
+ 1.0.3.RELEASE
pom
diff --git a/pom.xml b/pom.xml
index 3258846..1427f46 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
org.springframework.cloud
spring-cloud-build
- 1.0.3.BUILD-SNAPSHOT
+ 1.0.3.RELEASE
diff --git a/spring-cloud-starter-aws-jdbc/pom.xml b/spring-cloud-starter-aws-jdbc/pom.xml
index d9db452..a3c7bf6 100644
--- a/spring-cloud-starter-aws-jdbc/pom.xml
+++ b/spring-cloud-starter-aws-jdbc/pom.xml
@@ -5,11 +5,11 @@
org.springframework.cloud
spring-cloud-aws
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.3.RELEASE
spring-cloud-starter-aws-jdbc
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
spring-cloud-starter-aws-jdbc
Spring Cloud Starter AWS JDBC
http://projects.spring.io/spring-cloud
diff --git a/spring-cloud-starter-aws-messaging/pom.xml b/spring-cloud-starter-aws-messaging/pom.xml
index 2125e4e..1f160d6 100644
--- a/spring-cloud-starter-aws-messaging/pom.xml
+++ b/spring-cloud-starter-aws-messaging/pom.xml
@@ -5,11 +5,11 @@
org.springframework.cloud
spring-cloud-aws
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.3.RELEASE
spring-cloud-starter-aws-messaging
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
spring-cloud-starter-aws-messaging
Spring Cloud Starter AWS Messaging
http://projects.spring.io/spring-cloud
diff --git a/spring-cloud-starter-aws/pom.xml b/spring-cloud-starter-aws/pom.xml
index 8189247..572005c 100644
--- a/spring-cloud-starter-aws/pom.xml
+++ b/spring-cloud-starter-aws/pom.xml
@@ -5,11 +5,11 @@
org.springframework.cloud
spring-cloud-aws
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.3.RELEASE
spring-cloud-starter-aws
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
spring-cloud-starter-aws
Spring Cloud Starter AWS
http://projects.spring.io/spring-cloud
diff --git a/spring-cloud-starter-bus-amqp/pom.xml b/spring-cloud-starter-bus-amqp/pom.xml
index 04d775c..a296ea3 100644
--- a/spring-cloud-starter-bus-amqp/pom.xml
+++ b/spring-cloud-starter-bus-amqp/pom.xml
@@ -5,11 +5,11 @@
org.springframework.cloud
spring-cloud-bus-parent
- 1.0.3.BUILD-SNAPSHOT
+ 1.0.2.RELEASE
spring-cloud-starter-bus-amqp
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
spring-cloud-starter-bus-amqp
Spring Cloud Starter
http://projects.spring.io/spring-cloud
diff --git a/spring-cloud-starter-cloudfoundry/pom.xml b/spring-cloud-starter-cloudfoundry/pom.xml
index f7150af..8c92907 100644
--- a/spring-cloud-starter-cloudfoundry/pom.xml
+++ b/spring-cloud-starter-cloudfoundry/pom.xml
@@ -5,11 +5,11 @@
org.springframework.cloud
spring-cloud-commons-parent
- 1.0.3.BUILD-SNAPSHOT
+ 1.0.3.RELEASE
spring-cloud-starter-cloudfoundry
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
spring-cloud-starter-cloudfoundry
Spring Cloud Starter
http://projects.spring.io/spring-cloud
diff --git a/spring-cloud-starter-config/pom.xml b/spring-cloud-starter-config/pom.xml
index 16d350a..37d800b 100644
--- a/spring-cloud-starter-config/pom.xml
+++ b/spring-cloud-starter-config/pom.xml
@@ -5,11 +5,11 @@
org.springframework.cloud
spring-cloud-config
- 1.0.3.BUILD-SNAPSHOT
+ 1.0.3.RELEASE
spring-cloud-starter-config
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
spring-cloud-starter-config
Spring Cloud Starter
http://projects.spring.io/spring-cloud
diff --git a/spring-cloud-starter-eureka-server/pom.xml b/spring-cloud-starter-eureka-server/pom.xml
index b13b621..33a0fda 100644
--- a/spring-cloud-starter-eureka-server/pom.xml
+++ b/spring-cloud-starter-eureka-server/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud
spring-cloud-netflix
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
spring-cloud-starter-eureka-server
diff --git a/spring-cloud-starter-eureka/pom.xml b/spring-cloud-starter-eureka/pom.xml
index b85f202..4118525 100644
--- a/spring-cloud-starter-eureka/pom.xml
+++ b/spring-cloud-starter-eureka/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud
spring-cloud-netflix
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
spring-cloud-starter-eureka
diff --git a/spring-cloud-starter-feign/pom.xml b/spring-cloud-starter-feign/pom.xml
index 2620587..bff129d 100644
--- a/spring-cloud-starter-feign/pom.xml
+++ b/spring-cloud-starter-feign/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud
spring-cloud-netflix
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
spring-cloud-starter-feign
diff --git a/spring-cloud-starter-hystrix-dashboard/pom.xml b/spring-cloud-starter-hystrix-dashboard/pom.xml
index 5851486..675c774 100644
--- a/spring-cloud-starter-hystrix-dashboard/pom.xml
+++ b/spring-cloud-starter-hystrix-dashboard/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud
spring-cloud-netflix
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
spring-cloud-starter-hystrix-dashboard
diff --git a/spring-cloud-starter-hystrix/pom.xml b/spring-cloud-starter-hystrix/pom.xml
index 4e5927d..bd46157 100644
--- a/spring-cloud-starter-hystrix/pom.xml
+++ b/spring-cloud-starter-hystrix/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud
spring-cloud-netflix
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
spring-cloud-starter-hystrix
diff --git a/spring-cloud-starter-oauth2/pom.xml b/spring-cloud-starter-oauth2/pom.xml
index 86ea25d..3a4d635 100644
--- a/spring-cloud-starter-oauth2/pom.xml
+++ b/spring-cloud-starter-oauth2/pom.xml
@@ -5,11 +5,11 @@
org.springframework.cloud
spring-cloud-security-parent
- 1.0.3.BUILD-SNAPSHOT
+ 1.0.2.RELEASE
spring-cloud-starter-oauth2
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
spring-cloud-starter-oauth2
Spring Cloud Starter
http://projects.spring.io/spring-cloud
diff --git a/spring-cloud-starter-parent/pom.xml b/spring-cloud-starter-parent/pom.xml
index 70f5a1f..8c9791e 100644
--- a/spring-cloud-starter-parent/pom.xml
+++ b/spring-cloud-starter-parent/pom.xml
@@ -5,10 +5,10 @@
org.springframework.cloud
spring-cloud-parent
- 1.0.3.BUILD-SNAPSHOT
+ 1.0.3.RELEASE
spring-cloud-starter-parent
- Angel.BUILD-SNAPSHOT
+ Angel.SR4
spring-cloud-starter-parent
Spring Cloud Starter
pom
@@ -19,12 +19,12 @@
${basedir}/../..
- 1.0.3.BUILD-SNAPSHOT
- 1.0.3.BUILD-SNAPSHOT
- 1.0.3.BUILD-SNAPSHOT
- 1.0.3.BUILD-SNAPSHOT
- 1.0.4.BUILD-SNAPSHOT
- 1.0.3.BUILD-SNAPSHOT
+ 1.0.3.RELEASE
+ 1.0.2.RELEASE
+ 1.0.3.RELEASE
+ 1.0.3.RELEASE
+ 1.0.4.RELEASE
+ 1.0.2.RELEASE
@@ -76,37 +76,37 @@
org.springframework.cloud
spring-cloud-starter
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
org.springframework.cloud
spring-cloud-starter-aws
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
org.springframework.cloud
spring-cloud-starter-aws-jdbc
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
org.springframework.cloud
spring-cloud-starter-aws-messaging
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
org.springframework.cloud
spring-cloud-starter-bus-amqp
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
org.springframework.cloud
spring-cloud-starter-config
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
org.springframework.cloud
spring-cloud-starter-eureka
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
com.google.inject.extensions
@@ -189,7 +189,7 @@
org.springframework.cloud
spring-cloud-starter-eureka-server
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
com.google.inject.extensions
@@ -264,52 +264,52 @@
org.springframework.cloud
spring-cloud-starter-feign
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
org.springframework.cloud
spring-cloud-starter-hystrix
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
org.springframework.cloud
spring-cloud-starter-hystrix-dashboard
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
org.springframework.cloud
spring-cloud-starter-oauth2
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
org.springframework.cloud
spring-cloud-starter-ribbon
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
org.springframework.cloud
spring-cloud-starter-security
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
org.springframework.cloud
spring-cloud-starter-turbine
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
org.springframework.cloud
spring-cloud-starter-turbine-amqp
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
org.springframework.cloud
spring-cloud-starter-zuul
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
org.springframework.cloud
spring-cloud-starter-zuul-server
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
diff --git a/spring-cloud-starter-ribbon/pom.xml b/spring-cloud-starter-ribbon/pom.xml
index fce862e..ab150d6 100644
--- a/spring-cloud-starter-ribbon/pom.xml
+++ b/spring-cloud-starter-ribbon/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud
spring-cloud-netflix
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
spring-cloud-starter-ribbon
diff --git a/spring-cloud-starter-security/pom.xml b/spring-cloud-starter-security/pom.xml
index bf97012..8a4b528 100644
--- a/spring-cloud-starter-security/pom.xml
+++ b/spring-cloud-starter-security/pom.xml
@@ -5,11 +5,11 @@
org.springframework.cloud
spring-cloud-security-parent
- 1.0.3.BUILD-SNAPSHOT
+ 1.0.2.RELEASE
spring-cloud-starter-security
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
spring-cloud-starter-security
Spring Cloud Starter
http://projects.spring.io/spring-cloud
diff --git a/spring-cloud-starter-turbine-amqp/pom.xml b/spring-cloud-starter-turbine-amqp/pom.xml
index 2506c16..d1a5632 100644
--- a/spring-cloud-starter-turbine-amqp/pom.xml
+++ b/spring-cloud-starter-turbine-amqp/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud
spring-cloud-netflix
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
spring-cloud-starter-turbine-amqp
diff --git a/spring-cloud-starter-turbine/pom.xml b/spring-cloud-starter-turbine/pom.xml
index 331652b..720fcc8 100644
--- a/spring-cloud-starter-turbine/pom.xml
+++ b/spring-cloud-starter-turbine/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud
spring-cloud-netflix
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
spring-cloud-starter-turbine
diff --git a/spring-cloud-starter-zuul/pom.xml b/spring-cloud-starter-zuul/pom.xml
index 04ae28e..7019903 100644
--- a/spring-cloud-starter-zuul/pom.xml
+++ b/spring-cloud-starter-zuul/pom.xml
@@ -5,7 +5,7 @@
org.springframework.cloud
spring-cloud-netflix
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
spring-cloud-starter-zuul
diff --git a/spring-cloud-starter/pom.xml b/spring-cloud-starter/pom.xml
index a6967c8..099de02 100644
--- a/spring-cloud-starter/pom.xml
+++ b/spring-cloud-starter/pom.xml
@@ -5,11 +5,11 @@
org.springframework.cloud
spring-cloud-commons-parent
- 1.0.3.BUILD-SNAPSHOT
+ 1.0.3.RELEASE
../spring-cloud-starter-build
spring-cloud-starter
- 1.0.4.BUILD-SNAPSHOT
+ 1.0.4.RELEASE
spring-cloud-starter
Spring Cloud Starter
http://projects.spring.io/spring-cloud