Skip to content

Commit f35cd9d

Browse files
committed
Updated for 2.3.0-M2 release
Updated to include latest stream dependencies
1 parent 15eec87 commit f35cd9d

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-build</artifactId>
8-
<version>3.0.0-SNAPSHOT</version>
8+
<version>3.0.0-M3</version>
99
<relativePath />
1010
</parent>
1111

@@ -110,11 +110,11 @@
110110
</modules>
111111

112112
<properties>
113-
<spring-cloud-stream.version>3.1.0-SNAPSHOT</spring-cloud-stream.version>
113+
<spring-cloud-stream.version>3.1.0-M2</spring-cloud-stream.version>
114114
<spring-cloud-deployer.version>2.4.0-M1</spring-cloud-deployer.version>
115115
<spring-cloud-deployer-local.version>2.4.0-M1
116116
</spring-cloud-deployer-local.version>
117-
<spring-cloud-stream-binder-rabbit.version>3.1.0-SNAPSHOT
117+
<spring-cloud-stream-binder-rabbit.version>3.1.0-M2
118118
</spring-cloud-stream-binder-rabbit.version>
119119
<commons-logging.version>1.1</commons-logging.version>
120120
<java-ee-api.version>8.0</java-ee-api.version>

spring-cloud-task-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>spring-cloud-dependencies-parent</artifactId>
1212
<groupId>org.springframework.cloud</groupId>
13-
<version>3.0.0-SNAPSHOT</version>
13+
<version>3.0.0-M3</version>
1414
<relativePath />
1515
</parent>
1616

spring-cloud-task-samples/batch-events/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>2.4.0-SNAPSHOT</version>
16+
<version>2.4.0-M1</version>
1717
<relativePath />
1818
</parent>
1919

@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.springframework.cloud</groupId>
3939
<artifactId>spring-cloud-stream-dependencies</artifactId>
40-
<version>3.1.0-SNAPSHOT</version>
40+
<version>3.1.0-M2</version>
4141
<type>pom</type>
4242
<scope>import</scope>
4343
</dependency>
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.springframework.cloud</groupId>
6969
<artifactId>spring-cloud-stream-test-support-internal</artifactId>
70-
<version>3.1.0-SNAPSHOT</version>
70+
<version>3.1.0-M2</version>
7171
<scope>test</scope>
7272
</dependency>
7373
<dependency>

spring-cloud-task-samples/batch-job/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>2.4.0-SNAPSHOT</version>
16+
<version>2.4.0-M1</version>
1717
<relativePath />
1818
</parent>
1919

spring-cloud-task-samples/jpa-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>2.4.0-SNAPSHOT</version>
16+
<version>2.4.0-M1</version>
1717
<relativePath />
1818
</parent>
1919

spring-cloud-task-samples/multiple-datasources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.4.0-SNAPSHOT</version>
17+
<version>2.4.0-M1</version>
1818
<relativePath />
1919
</parent>
2020

spring-cloud-task-samples/partitioned-batch-job/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>2.4.0-SNAPSHOT</version>
15+
<version>2.4.0-M1</version>
1616
<relativePath />
1717
</parent>
1818

spring-cloud-task-samples/task-events/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>2.4.0-SNAPSHOT</version>
16+
<version>2.4.0-M1</version>
1717
<relativePath />
1818
</parent>
1919

@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.springframework.cloud</groupId>
3636
<artifactId>spring-cloud-stream-dependencies</artifactId>
37-
<version>3.1.0-SNAPSHOT</version>
37+
<version>3.1.0-M2</version>
3838
<type>pom</type>
3939
<scope>import</scope>
4040
</dependency>

spring-cloud-task-samples/taskprocessor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.4.0-SNAPSHOT</version>
17+
<version>2.4.0-M1</version>
1818
<relativePath />
1919
</parent>
2020

@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.springframework.cloud</groupId>
3737
<artifactId>spring-cloud-stream-dependencies</artifactId>
38-
<version>3.1.0-SNAPSHOT</version>
38+
<version>3.1.0-M2</version>
3939
<type>pom</type>
4040
<scope>import</scope>
4141
</dependency>

spring-cloud-task-samples/tasksink/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-starter-parent</artifactId>
18-
<version>2.4.0-SNAPSHOT</version>
18+
<version>2.4.0-M1</version>
1919
<relativePath />
2020
</parent>
2121

@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.springframework.cloud</groupId>
3838
<artifactId>spring-cloud-stream-dependencies</artifactId>
39-
<version>3.1.0-SNAPSHOT</version>
39+
<version>3.1.0-M2</version>
4040
<type>pom</type>
4141
<scope>import</scope>
4242
</dependency>

0 commit comments

Comments
 (0)