Skip to content

Commit

Permalink
Switch to milestone.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek committed Nov 13, 2024
1 parent 4efecf8 commit c9451fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/spring-cloud-contract-stub-runner-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:20.04

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

LABEL Author="Marcin Grzejszczak <mgrzejszczak@pivotal.io>"
LABEL Author="Bastian Doetsch <bdoetsch@vmware.com>"
Expand Down
2 changes: 1 addition & 1 deletion docker/spring-cloud-contract-stub-runner-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<description>Spring Cloud Contract Stub Runner Docker</description>

<properties>
<thin.repo>https://repo.spring.io/snapshot</thin.repo>
<thin.repo>https://repo.spring.io/milestone</thin.repo>
</properties>

<dependencies>
Expand Down

0 comments on commit c9451fa

Please sign in to comment.