Update SNAPSHOT to 1.0.1.RELEASE

This commit is contained in:
Spencer Gibb
2016-06-06 22:31:35 -06:00
parent 615453f906
commit 8c8f233b56
13 changed files with 34 additions and 34 deletions

View File

@@ -6,7 +6,7 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-zookeeper</artifactId>
<version>1.0.1.BUILD-SNAPSHOT</version>
<version>1.0.1.RELEASE</version>
<packaging>pom</packaging>
<name>Spring Cloud Zookeeper</name>
<description>Spring Cloud Zookeeper</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>
@@ -183,7 +183,7 @@
<properties>
<checkstyle.version>2.17</checkstyle.version>
<spring-cloud-build.version>1.1.1.BUILD-SNAPSHOT</spring-cloud-build.version>
<spring-cloud-build.version>1.1.1.RELEASE</spring-cloud-build.version>
</properties>
<profiles>