Skip to content

Commit c9451fa

Browse files
committed
Switch to milestone.
1 parent 4efecf8 commit c9451fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/spring-cloud-contract-stub-runner-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:20.04
22

33
ARG SDKMAN_JAVA_INSTALLATION=17.0.1-tem
4-
ARG THIN_REPO=https://repo.spring.io/snapshot
4+
ARG THIN_REPO=https://repo.spring.io/milestone
55

66
LABEL Author="Marcin Grzejszczak <[email protected]>"
77
LABEL Author="Bastian Doetsch <[email protected]>"

docker/spring-cloud-contract-stub-runner-docker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<description>Spring Cloud Contract Stub Runner Docker</description>
1919

2020
<properties>
21-
<thin.repo>https://repo.spring.io/snapshot</thin.repo>
21+
<thin.repo>https://repo.spring.io/milestone</thin.repo>
2222
</properties>
2323

2424
<dependencies>

0 commit comments

Comments
 (0)