Updated Project version to 2.1.1

This commit is contained in:
Glenn Renfro
2019-02-22 10:26:40 -05:00
parent dc3af1dfd4
commit 04fff1055c
18 changed files with 35 additions and 35 deletions

View File

@@ -3,7 +3,7 @@
<parent>
<artifactId>spring-cloud-task-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.BUILD-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Spring Cloud Task Integration Tests</name>
@@ -16,7 +16,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -72,7 +72,7 @@
<dependency>
<groupId>io.spring.cloud</groupId>
<artifactId>partitioned-batch-job</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.1.BUILD-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>