Bumps spring cloud build to 2.1.2.BUILD-SNAPSHOT

This commit is contained in:
Spencer Gibb
2019-01-12 13:05:02 -05:00
parent d148672e13
commit 5804d12511
2 changed files with 3 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.2.BUILD-SNAPSHOT</version>
<relativePath />
</parent>
<scm>

View File

@@ -5,7 +5,8 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>2.1.0.BUILD-SNAPSHOT</version> <relativePath/>
<version>2.1.2.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-openfeign-dependencies</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>