Going back to snapshots

This commit is contained in:
buildmaster
2019-11-26 09:48:45 +00:00
parent b5bd468c33
commit efc2af138e
15 changed files with 32 additions and 32 deletions

View File

@@ -5,12 +5,12 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-sample</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
<name>spring-cloud-config-sample</name>
<description>spring-cloud-config-server</description>
<url>https://projects.spring.io/spring-cloud/spring-cloud-config-sample/</url>
@@ -100,7 +100,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-client</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config</artifactId>
<version>2.2.0.RELEASE</version>
<version>2.2.0.BUILD-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>