Skip to content

Commit 24a1527

Browse files
committed
Update to milestones.
Signed-off-by: Olga Maciaszek-Sharma <olga.maciaszek-sharma@broadcom.com>
1 parent be6df39 commit 24a1527

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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://repo1.maven.org/maven2/
55

66
LABEL Author="Marcin Grzejszczak <mgrzejszczak@pivotal.io>"
77
LABEL Author="Bastian Doetsch <bdoetsch@vmware.com>"

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-SNAPSHOT</version>
29+
<version>5.0.0-M1</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-SNAPSHOT</version>
35+
<version>5.0.0-M1</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.springframework.boot</groupId>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
exclusions.spring-cloud-stream-binder-rabbit= org.springframework.cloud:spring-cloud-stream-binder-rabbit
2-
dependencies.spring-cloud-stream-binder-kafka: org.springframework.cloud:spring-cloud-stream-binder-kafka:5.0.0-SNAPSHOT
2+
dependencies.spring-cloud-stream-binder-kafka: org.springframework.cloud:spring-cloud-stream-binder-kafka:5.0.0-M1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
exclusions.spring-cloud-stream-binder-kafka: org.springframework.cloud:spring-cloud-stream-binder-kafka
2-
dependencies.spring-cloud-stream-binder-rabbit: org.springframework.cloud:spring-cloud-stream-binder-rabbit:5.0.0-SNAPSHOT
2+
dependencies.spring-cloud-stream-binder-rabbit: org.springframework.cloud:spring-cloud-stream-binder-rabbit:5.0.0-M1

0 commit comments

Comments
 (0)