Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit 30d1d66

Browse files
Upgrade to Spring Cloud 3.0-RC1 (#749)
1 parent ecedd94 commit 30d1d66

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
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.springframework.cloud</groupId>
2424
<artifactId>spring-cloud-build</artifactId>
25-
<version>3.0.0-SNAPSHOT</version>
25+
<version>3.0.0-RC1</version>
2626
<relativePath/><!-- lookup parent from repository -->
2727
</parent>
2828

@@ -48,7 +48,7 @@
4848
<javax-mail.version>1.5.5</javax-mail.version>
4949
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
5050
<javax.activation.version>1.2.0</javax.activation.version>
51-
<spring-cloud-commons.version>3.0.0-SNAPSHOT</spring-cloud-commons.version>
51+
<spring-cloud-commons.version>3.0.0-RC1</spring-cloud-commons.version>
5252
<spring-javaformat.version>0.0.25</spring-javaformat.version>
5353
</properties>
5454

spring-cloud-aws-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.springframework.cloud</groupId>
2424
<artifactId>spring-cloud-dependencies-parent</artifactId>
25-
<version>3.0.0-SNAPSHOT</version>
25+
<version>3.0.0-RC1</version>
2626
<relativePath/>
2727
</parent>
2828
<artifactId>spring-cloud-aws-dependencies</artifactId>

0 commit comments

Comments
 (0)