[Release 0.1.0-M1] Switch back to SB/SF snapshots

This commit is contained in:
Chris Bono
2022-09-23 11:10:42 -05:00
committed by Soby Chacko
parent 6cdee9c18c
commit 4d3fd12202
2 changed files with 4 additions and 4 deletions

View File

@@ -21,10 +21,10 @@ ext {
protobufJavaVersion = '3.21.5'
pulsarTestcontainersVersion = '1.17.3'
pulsarVersion = '2.10.1'
reactorVersion = '2022.0.0-M4'
springBootVersion = '3.0.0-M4'
reactorVersion = '2022.0.0-SNAPSHOT'
springBootVersion = '3.0.0-SNAPSHOT'
springRetryVersion = '1.3.3'
springVersion = '6.0.0-M5'
springVersion = '6.0.0-SNAPSHOT'
}
dependencies {

View File

@@ -1,6 +1,6 @@
plugins {
id 'org.springframework.pulsar.spring-module'
id 'org.springframework.boot' version '3.0.0-M4'
id 'org.springframework.boot' version '3.0.0-SNAPSHOT'
}
description = 'Spring Pulsar Sample Applications'