Skip to content

Commit 3a62ce5

Browse files
committed
Updates cloud dependencies to snapshots
1 parent f4e2347 commit 3a62ce5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 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.1.3</version>
8+
<version>3.1.4-SNAPSHOT</version>
99
<relativePath />
1010
</parent>
1111

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

112112
<properties>
113-
<spring-cloud-stream.version>3.2.4</spring-cloud-stream.version>
113+
<spring-cloud-stream.version>3.2.5-SNAPSHOT</spring-cloud-stream.version>
114114
<spring-cloud-deployer.version>2.7.4</spring-cloud-deployer.version>
115115
<spring-cloud-deployer-local.version>2.7.4
116116
</spring-cloud-deployer-local.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.1.3</version>
13+
<version>3.1.4-SNAPSHOT</version>
1414
<relativePath />
1515
</parent>
1616

0 commit comments

Comments
 (0)