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

@@ -7,7 +7,7 @@
<artifactId>timestamp-task</artifactId>
<packaging>jar</packaging>
<name>Timestamp Task</name>
<version>1.1.0.RELEASE</version>
<version>1.1.1.BUILD-SNAPSHOT</version>
<description>Spring Cloud Timestamp Task</description>
<parent>
@@ -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>