[artifactory-release] Next development version

This commit is contained in:
Spring Buildmaster
2019-02-21 19:54:44 +00:00
parent a8b61539c9
commit 83a7003656
18 changed files with 35 additions and 35 deletions

View File

@@ -5,7 +5,7 @@
<groupId>io.spring.cloud</groupId>
<artifactId>multiple-datasources</artifactId>
<packaging>jar</packaging>
<version>2.0.1.RELEASE</version>
<version>2.0.2.BUILD-SNAPSHOT</version>
<description>To show users how to enable a task with a multiple DataSources.</description>
<name>Spring Cloud Task Multiple DataSources Application</name>
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>2.0.1.RELEASE</version>
<version>2.0.2.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>