Update parent to 1.1.0.RELEASE

This commit is contained in:
Dave Syer
2016-05-06 17:13:33 +01:00
parent 47f74c7500
commit 2b4cc9db4e
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
<relativePath />
</parent>
<artifactId>spring-cloud-sleuth-docs</artifactId>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
@@ -208,7 +208,7 @@
<maven.compiler.testSource>1.8</maven.compiler.testSource>
<surefire.plugin.version>2.19.1</surefire.plugin.version>
<checkstyle.version>2.17</checkstyle.version>
<spring-cloud-build.version>1.1.0.BUILD-SNAPSHOT</spring-cloud-build.version>
<spring-cloud-build.version>1.1.0.RELEASE</spring-cloud-build.version>
</properties>
<profiles>

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.RELEASE</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-sleuth-dependencies</artifactId>