Skip to content

Commit b421818

Browse files
committed
Try using snapshots.
Signed-off-by: Olga Maciaszek-Sharma <[email protected]>
1 parent 0b14a56 commit b421818

File tree

2 files changed

+3
-3
lines changed
  • docker/spring-cloud-contract-stub-runner-docker
  • spring-cloud-contract-stub-runner-boot

2 files changed

+3
-3
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://repo1.maven.org/maven2/
4+
ARG THIN_REPO=https://repo.spring.io/snapshot
55

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
<groupId>org.springframework.cloud</groupId>
2727
<artifactId>spring-cloud-stream-binder-rabbit</artifactId>
2828
<!--Because of the docker creation process explicit version is needed-->
29-
<version>5.0.0-M1</version>
29+
<version>5.0.0-SNAPSHOT</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.springframework.cloud</groupId>
3333
<artifactId>spring-cloud-stream-binder-kafka</artifactId>
3434
<!--Because of the docker creation process explicit version is needed-->
35-
<version>5.0.0-M1</version>
35+
<version>5.0.0-SNAPSHOT</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)