Update to spring-cloud-build 1.3.1.BUILD-SNAPSHOT

This commit is contained in:
Spencer Gibb
2017-01-09 17:22:08 -07:00
parent 8526371d25
commit c52309ad59
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -5,8 +5,8 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>1.3.0.BUILD-SNAPSHOT</version>
<relativePath/>
<version>1.3.1.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-netflix-dependencies</artifactId>
<version>1.3.0.BUILD-SNAPSHOT</version>