Browse Source

Starting building against Spring AMQP 2.3.0-M2 snapshots

See gh-22761
pull/22765/head
Andy Wilkinson 6 years ago
parent
commit
5cc5baa303
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1530,7 +1530,7 @@ bom { @@ -1530,7 +1530,7 @@ bom {
]
}
}
library("Spring AMQP", "2.3.0-M1") {
library("Spring AMQP", "2.3.0-SNAPSHOT") {
group("org.springframework.amqp") {
modules = [
"spring-amqp",

Loading…
Cancel
Save