Skip to content

Commit 2644bc2

Browse files
committed
Fix starter's description
Signed-off-by: Eddú Meléndez <[email protected]>
1 parent 58692fb commit 2644bc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

starter/spring-boot-starter-amqp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
id "org.springframework.boot.starter"
1919
}
2020

21-
description = "Starter for using Spring AMQP and Rabbit MQ"
21+
description = "Starter for using Spring AMQP with Rabbit MQ over AMQP 1.0 protocol"
2222

2323
dependencies {
2424
api(project(":starter:spring-boot-starter"))

starter/spring-boot-starter-rabbitmq/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
id "org.springframework.boot.starter"
1919
}
2020

21-
description = "Starter for using Spring AMQP and Rabbit MQ"
21+
description = "Starter for using Spring AMQP with Rabbit MQ over AMQP 0.9.1 protocol"
2222

2323
dependencies {
2424
api(project(":starter:spring-boot-starter"))

0 commit comments

Comments
 (0)