Skip to content

Commit d1cb3c7

Browse files
committed
Polish names in pom.xml of Jersey and Cloud Connectors starters
1 parent d5b7f49 commit d1cb3c7

File tree

2 files changed

+2
-2
lines changed
  • spring-boot-starters
    • spring-boot-starter-cloud-connectors
    • spring-boot-starter-jersey

2 files changed

+2
-2
lines changed

spring-boot-starters/spring-boot-starter-cloud-connectors/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>1.2.0.BUILD-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-boot-starter-cloud-connectors</artifactId>
10-
<name>spring-boot-starter-cloud-connectors</name>
10+
<name>Spring Boot Spring Cloud Connectors Starter</name>
1111
<description>Spring Boot Starter for Spring Cloud Connectors</description>
1212
<url>http://projects.spring.io/spring-boot/</url>
1313
<organization>

spring-boot-starters/spring-boot-starter-jersey/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<version>1.2.0.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-starter-jersey</artifactId>
11-
<name>spring-boot-starter-jersey</name>
11+
<name>Spring Boot Jersey Starter</name>
1212
<description>Spring Boot Jersey Starter</description>
1313
<url>http://projects.spring.io/spring-boot/</url>
1414
<organization>

0 commit comments

Comments
 (0)