Skip to content

Commit 67d5adc

Browse files
committed
Polish and fix test starter descriptions
1 parent c0c66e2 commit 67d5adc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

starter/spring-boot-starter-activemq-test/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 = ""
21+
description = "Starter for testing using Apache ActiveMQ and JMS"
2222

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

starter/spring-boot-starter-batch-jdbc-test/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 testing using Spring Batch with JDBC"
21+
description = "Starter for testing using Spring Batch with JDBC"
2222

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

starter/spring-boot-starter-batch-test/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 testing using Spring Batch"
21+
description = "Starter for testing using Spring Batch"
2222

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

starter/spring-boot-starter-graphql-test/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 testing Spring GraphQL"
21+
description = "Starter for testing Spring GraphQL"
2222

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

starter/spring-boot-starter-restclient-test/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 testing Spring's blocking HTTP clients (RestClient, RestTemplate and HTTP Service Clients)"
21+
description = "Starter for testing Spring's blocking HTTP clients (RestClient, RestTemplate and HTTP Service Clients)"
2222

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

starter/spring-boot-starter-webclient-test/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 testing Spring's reactive HTTP clients (WebClient and HTTP Service Clients)"
21+
description = "Starter for testing Spring's reactive HTTP clients (WebClient and HTTP Service Clients)"
2222

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

0 commit comments

Comments
 (0)