Update SNAPSHOT to 1.0.2.RELEASE

This commit is contained in:
Spencer Gibb
2016-06-30 15:56:33 -06:00
parent c2ff08b665
commit ea20ef3986
13 changed files with 20 additions and 20 deletions

View File

@@ -6,7 +6,7 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-consul</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
<packaging>pom</packaging>
<name>Spring Cloud Consul</name>
<description>Spring Cloud Consul</description>
@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.1.2.BUILD-SNAPSHOT</version>
<version>1.1.1.RELEASE</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>