Update to 1.0.2

This commit is contained in:
Dave Syer
2015-04-30 12:29:11 +02:00
parent 6a73cce867
commit 80b403deab
4 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-docs</artifactId>
<version>1.0.1.RELEASE</version>
<version>1.0.2.RELEASE</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-parent</artifactId>
<version>1.0.1.RELEASE</version>
<version>1.0.2.RELEASE</version>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>1.0.1.RELEASE</version>
<version>1.0.2.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli</artifactId>
<version>1.0.1.RELEASE</version>
<version>1.0.2.RELEASE</version>
<packaging>jar</packaging>
<name>spring-cloud-cli</name>
@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-cli-parent</artifactId>
<version>1.0.1.RELEASE</version>
<version>1.0.2.RELEASE</version>
</parent>
<dependencies>

View File

@@ -99,7 +99,7 @@ public class SpringCloudCompilerAutoConfiguration extends CompilerAutoConfigurat
catch (Exception e) {
// ignore
}
return "1.0.0.BUILD-SNAPSHOT";
return "SNAPSHOT";
}
static class AetherManagedDependencies implements Dependencies {