Browse Source

Updates to s-c-build 2.0.2.BUILD-SNAPSHOT

pull/395/head
Spencer Gibb 7 years ago
parent
commit
9262c47fb8
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 2
      pom.xml
  2. 2
      spring-cloud-commons-dependencies/pom.xml

2
pom.xml

@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.0.1.BUILD-SNAPSHOT</version>
<version>2.0.2.BUILD-SNAPSHOT</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<scm>

2
spring-cloud-commons-dependencies/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>2.0.0.BUILD-SNAPSHOT</version>
<version>2.0.2.BUILD-SNAPSHOT</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-commons-dependencies</artifactId>

Loading…
Cancel
Save