Browse Source

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

pull/6/head
Spencer Gibb 8 years ago
parent
commit
c52309ad59
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 2
      pom.xml
  2. 4
      spring-cloud-netflix-dependencies/pom.xml

2
pom.xml

@ -10,7 +10,7 @@ @@ -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>

4
spring-cloud-netflix-dependencies/pom.xml

@ -5,8 +5,8 @@ @@ -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>

Loading…
Cancel
Save