Fixed versions

This commit is contained in:
Michael Minella
2017-01-06 13:48:49 -06:00
parent abd5db622f
commit 6c1d8a21f1
16 changed files with 30 additions and 30 deletions

View File

@@ -4,7 +4,7 @@
<groupId>io.spring.cloud</groupId>
<artifactId>taskprocessor</artifactId>
<version>1.1.0.RELEASE</version>
<version>1.1.1.BUILD-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Task Processor Sample Application</name>
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>1.1.0.RELEASE</version>
<version>1.1.1.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>