Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 4caa3d5

Browse files
committed
Use cloud 2.2.0.M4
1 parent 73d1ef7 commit 4caa3d5

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
@@ -16,7 +16,7 @@
1616
<!-- Note: Also make sure the parent pom version in spring-cloud-dataflow-dependencies/pom.xml is in sync -->
1717
<groupId>org.springframework.cloud</groupId>
1818
<artifactId>spring-cloud-build</artifactId>
19-
<version>2.2.0.BUILD-SNAPSHOT</version>
19+
<version>2.2.0.M4</version>
2020
<relativePath />
2121
</parent>
2222
<licenses>
@@ -80,7 +80,7 @@
8080
<!-- Note: Make sure to update `spring-cloud-build` version and `spring-cloud-dependencies` version (spring-cloud.version)
8181
are in sync with the https://github.com/spring-cloud/spring-cloud-release/blob/master/pom.xml updates for the respective
8282
release versions -->
83-
<spring-cloud.version>Hoxton.BUILD-SNAPSHOT</spring-cloud.version>
83+
<spring-cloud.version>Hoxton.M2</spring-cloud.version>
8484
<java-cfenv-boot.version>1.1.2.BUILD-SNAPSHOT</java-cfenv-boot.version>
8585

8686
<spring-cloud-common-security-config.version>1.2.0.BUILD-SNAPSHOT</spring-cloud-common-security-config.version>

spring-cloud-dataflow-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>spring-cloud-dependencies-parent</artifactId>
66
<groupId>org.springframework.cloud</groupId>
7-
<version>2.1.3.RELEASE</version>
7+
<version>2.2.0.M4</version>
88
<relativePath />
99
</parent>
1010
<artifactId>spring-cloud-dataflow-dependencies</artifactId>

0 commit comments

Comments
 (0)