Skip to content

Commit a6c4132

Browse files
committed
Moving to release dependency versions.
1 parent 5d47bce commit a6c4132

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
@@ -14,13 +14,13 @@
1414
<parent>
1515
<groupId>org.springframework.cloud</groupId>
1616
<artifactId>spring-cloud-build</artifactId>
17-
<version>3.0.3-SNAPSHOT</version>
17+
<version>3.0.2</version>
1818
<relativePath/>
1919
</parent>
2020

2121
<properties>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23-
<spring-cloud-commons.version>3.0.3-SNAPSHOT</spring-cloud-commons.version>
23+
<spring-cloud-commons.version>3.0.2</spring-cloud-commons.version>
2424
</properties>
2525

2626
<dependencyManagement>

spring-cloud-square-retrofit/src/test/java/org/springframework/cloud/square/retrofit/RetrofitClientUrlTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
*/
6666
@SpringBootTest(properties = { "spring.application.name=retrofitclienturltest", "retrofitClient.dynamicUrlPath=/hello2",
6767
"retrofitClient.myDynamicHeader=myDynamicHeaderValue", "retrofit.reactor.enabled=false",
68-
"spring.cloud.loadbalancer.enabled=false" }, webEnvironment = DEFINED_PORT)
68+
"okhttp.loadbalancer.enabled=false" }, webEnvironment = DEFINED_PORT)
6969
@DirtiesContext
7070
class RetrofitClientUrlTests extends DefinedPortTests {
7171

0 commit comments

Comments
 (0)