From b622ae65936ded6504565fea934d2e7afd9e643e Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 11 Dec 2018 16:26:21 +0000 Subject: [PATCH] Going back to snapshots --- README.adoc | 8 -------- docs/pom.xml | 2 +- pom.xml | 6 +++--- spring-cloud-config-client/pom.xml | 2 +- spring-cloud-config-dependencies/pom.xml | 4 ++-- spring-cloud-config-monitor/pom.xml | 4 ++-- spring-cloud-config-sample/pom.xml | 2 +- spring-cloud-config-server/pom.xml | 2 +- spring-cloud-starter-config/pom.xml | 4 ++-- 9 files changed, 13 insertions(+), 21 deletions(-) diff --git a/README.adoc b/README.adoc index d3fdadf9..65df9617 100644 --- a/README.adoc +++ b/README.adoc @@ -163,14 +163,6 @@ To modify the startup behavior, you can change the location of the config server spring.cloud.config.uri: http://myconfigserver.com ---- -By default, if no application name is set, `application` will be used. To modify the name, the following property can be added to the `bootstrap.properties` file: - ----- -spring.application.name: myapp ----- - -NOTE: When setting the property `${spring.application.name}` do not prefix your app name with the reserved word `application-` to prevent issues resolving the correct property source. - The bootstrap properties show up in the `/env` endpoint as a high-priority property source, as shown in the following example. ---- diff --git a/docs/pom.xml b/docs/pom.xml index 6a2cc1a4..c5c7a55f 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud spring-cloud-config - 2.1.0.RC1 + 2.1.0.BUILD-SNAPSHOT .. diff --git a/pom.xml b/pom.xml index 4dcfd63f..b06fe3e0 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.cloud spring-cloud-config - 2.1.0.RC1 + 2.1.0.BUILD-SNAPSHOT pom Spring Cloud Config Spring Cloud Config @@ -11,7 +11,7 @@ org.springframework.cloud spring-cloud-build - 2.1.0.RC2 + 2.1.0.BUILD-SNAPSHOT @@ -22,7 +22,7 @@ config - 2.1.0.RC1 + 2.1.0.BUILD-SNAPSHOT spring-cloud-config-dependencies diff --git a/spring-cloud-config-client/pom.xml b/spring-cloud-config-client/pom.xml index d10793ce..adeff2e2 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.0.RC1 + 2.1.0.BUILD-SNAPSHOT .. diff --git a/spring-cloud-config-dependencies/pom.xml b/spring-cloud-config-dependencies/pom.xml index 1040e820..0fecf796 100644 --- a/spring-cloud-config-dependencies/pom.xml +++ b/spring-cloud-config-dependencies/pom.xml @@ -5,11 +5,11 @@ spring-cloud-dependencies-parent org.springframework.cloud - 2.1.0.RC2 + 2.1.0.BUILD-SNAPSHOT spring-cloud-config-dependencies - 2.1.0.RC1 + 2.1.0.BUILD-SNAPSHOT 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 245af91e..a560e796 100644 --- a/spring-cloud-config-monitor/pom.xml +++ b/spring-cloud-config-monitor/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud spring-cloud-config - 2.1.0.RC1 + 2.1.0.BUILD-SNAPSHOT .. spring-cloud-config-monitor @@ -13,7 +13,7 @@ Spring Cloud Config Monitor ${basedir}/../.. - 2.1.0.RC1 + 2.1.0.BUILD-SNAPSHOT diff --git a/spring-cloud-config-sample/pom.xml b/spring-cloud-config-sample/pom.xml index addea205..7f5b78ab 100644 --- a/spring-cloud-config-sample/pom.xml +++ b/spring-cloud-config-sample/pom.xml @@ -12,7 +12,7 @@ org.springframework.cloud spring-cloud-config - 2.1.0.RC1 + 2.1.0.BUILD-SNAPSHOT .. diff --git a/spring-cloud-config-server/pom.xml b/spring-cloud-config-server/pom.xml index 5e4e85a2..63184f1e 100644 --- a/spring-cloud-config-server/pom.xml +++ b/spring-cloud-config-server/pom.xml @@ -12,7 +12,7 @@ org.springframework.cloud spring-cloud-config - 2.1.0.RC1 + 2.1.0.BUILD-SNAPSHOT .. diff --git a/spring-cloud-starter-config/pom.xml b/spring-cloud-starter-config/pom.xml index 7b5156b6..a55d9a7f 100644 --- a/spring-cloud-starter-config/pom.xml +++ b/spring-cloud-starter-config/pom.xml @@ -5,10 +5,10 @@ org.springframework.cloud spring-cloud-config - 2.1.0.RC1 + 2.1.0.BUILD-SNAPSHOT spring-cloud-starter-config - 2.1.0.RC1 + 2.1.0.BUILD-SNAPSHOT spring-cloud-starter-config Spring Cloud Starter https://projects.spring.io/spring-cloud