[artifactory-release] Next development version

This commit is contained in:
Spring Buildmaster
2020-09-24 17:24:32 +00:00
parent abc4500c8f
commit b5f2a653ee
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.2.4.RELEASE</version>
<version>2.2.5.BUILD-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Spring Cloud Task Integration Tests</name>
@@ -17,7 +17,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>2.2.4.RELEASE</version>
<version>2.2.5.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -73,7 +73,7 @@
<dependency>
<groupId>io.spring.cloud</groupId>
<artifactId>partitioned-batch-job</artifactId>
<version>2.2.4.RELEASE</version>
<version>2.2.5.BUILD-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>