Polish names in pom.xml of Jersey and Cloud Connectors starters

pull/1994/merge
Andy Wilkinson 10 years ago
parent d5b7f49f83
commit d1cb3c7ce1

@ -7,7 +7,7 @@
<version>1.2.0.BUILD-SNAPSHOT</version> <version>1.2.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-cloud-connectors</artifactId> <artifactId>spring-boot-starter-cloud-connectors</artifactId>
<name>spring-boot-starter-cloud-connectors</name> <name>Spring Boot Spring Cloud Connectors Starter</name>
<description>Spring Boot Starter for Spring Cloud Connectors</description> <description>Spring Boot Starter for Spring Cloud Connectors</description>
<url>http://projects.spring.io/spring-boot/</url> <url>http://projects.spring.io/spring-boot/</url>
<organization> <organization>

@ -8,7 +8,7 @@
<version>1.2.0.BUILD-SNAPSHOT</version> <version>1.2.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-starter-jersey</artifactId> <artifactId>spring-boot-starter-jersey</artifactId>
<name>spring-boot-starter-jersey</name> <name>Spring Boot Jersey Starter</name>
<description>Spring Boot Jersey Starter</description> <description>Spring Boot Jersey Starter</description>
<url>http://projects.spring.io/spring-boot/</url> <url>http://projects.spring.io/spring-boot/</url>
<organization> <organization>

Loading…
Cancel
Save