Skip to content

Commit

Permalink
Incremented version to the next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
mminella committed May 8, 2018
1 parent 81b54aa commit 4c5ce96
Show file tree
Hide file tree
Showing 18 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-parent</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Cloud Task Build</name>
<description>Spring Cloud Task Build</description>
Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-task/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-parent</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
</parent>

<artifactId>spring-cloud-starter-task</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-task-batch/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-parent</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
</parent>

<artifactId>spring-cloud-task-batch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-task-core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-parent</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
</parent>

<artifactId>spring-cloud-task-core</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions spring-cloud-task-dependencies/pom.xml
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Cloud Task Dependencies</name>
<description>Spring Cloud Task Dependencies</description>
Expand All @@ -19,22 +19,22 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-task</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-core</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-batch</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-stream</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-task-docs/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-parent</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-cloud-task-docs</artifactId>
<name>Spring Cloud Task Docs</name>
Expand Down
6 changes: 3 additions & 3 deletions spring-cloud-task-integration-tests/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>spring-cloud-task-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Spring Cloud Task Integration Tests</name>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>io.spring.cloud</groupId>
<artifactId>partitioned-batch-job</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-task-samples/batch-events/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>io.spring.cloud</groupId>
<artifactId>batch-events</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Batch Events Sample Application</name>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-task-samples/batch-job/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>io.spring.cloud</groupId>
<artifactId>batch-job</artifactId>
<packaging>jar</packaging>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<description>Spring Cloud Task Batch Example</description>

<name>Batch Job Sample Application</name>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-task-samples/jpa-sample/pom.xml
Expand Up @@ -19,7 +19,7 @@
<groupId>io.spring.cloud</groupId>
<artifactId>jpa-sample</artifactId>
<packaging>jar</packaging>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<description>To show users how to enable a task with a JPA application.</description>

<name>Spring Cloud Task JPA Sample Application</name>
Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-task-samples/multiple-datasources/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>io.spring.cloud</groupId>
<artifactId>multiple-datasources</artifactId>
<packaging>jar</packaging>
<version>2.0.0.RELEASE</version>
<version>2.0.1.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>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-task-samples/partitioned-batch-job/pom.xml
Expand Up @@ -6,7 +6,7 @@
<artifactId>partitioned-batch-job</artifactId>
<packaging>jar</packaging>
<name>Partitioned Batch Job</name>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<description>Sample of using the DeployerPartitionHandler</description>

<parent>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-task-samples/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-parent</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
</parent>

<properties>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-task-samples/task-events/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>io.spring.cloud</groupId>
<artifactId>task-events</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Task Events</name>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-task-samples/taskprocessor/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>io.spring.cloud</groupId>
<artifactId>taskprocessor</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Task Processor Sample Application</name>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-task-samples/tasksink/pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>io.spring.cloud</groupId>
<artifactId>tasksink</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Task Sink Sample Application</name>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-task-samples/timestamp/pom.xml
Expand Up @@ -7,7 +7,7 @@
<artifactId>timestamp-task</artifactId>
<packaging>jar</packaging>
<name>Timestamp Task</name>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<description>Spring Cloud Timestamp Task</description>

<parent>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-task-stream/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-parent</artifactId>
<version>2.0.0.RELEASE</version>
<version>2.0.1.BUILD-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down

0 comments on commit 4c5ce96

Please sign in to comment.