Skip to content

Commit 1983b43

Browse files
committedSep 8, 2015
Polish POM descriptions
1 parent 6e29ee4 commit 1983b43

File tree

6 files changed

+9
-9
lines changed
  • spring-boot-samples
    • spring-boot-sample-metrics-dropwizard
    • spring-boot-sample-metrics-opentsdb
    • spring-boot-sample-metrics-redis
    • spring-boot-sample-web-mustache
    • spring-boot-sample-web-secure-github
  • spring-boot-starters/spring-boot-starter-mustache

6 files changed

+9
-9
lines changed
 

‎spring-boot-samples/spring-boot-sample-metrics-dropwizard/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<version>1.3.0.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-metrics-dropwizard</artifactId>
11-
<name>spring-boot-sample-metrics-dropwizard</name>
12-
<description>Spring Boot Metrics Redis Sample</description>
11+
<name>Spring Boot Metrics Dropwizard Sample</name>
12+
<description>Spring Boot Metrics Dropwizard Sample</description>
1313
<url>http://projects.spring.io/spring-boot/</url>
1414
<organization>
1515
<name>Pivotal Software, Inc.</name>

‎spring-boot-samples/spring-boot-sample-metrics-opentsdb/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<version>1.3.0.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-metrics-opentsdb</artifactId>
11-
<name>spring-boot-sample-metrics-opentsdb</name>
12-
<description>Spring Boot Actuator Sample</description>
11+
<name>Spring Boot Metrics OpenTSDB Sample</name>
12+
<description>Spring Boot Metrics OpenTSDB Sample</description>
1313
<url>http://projects.spring.io/spring-boot/</url>
1414
<organization>
1515
<name>Pivotal Software, Inc.</name>

‎spring-boot-samples/spring-boot-sample-metrics-redis/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<version>1.3.0.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-metrics-redis</artifactId>
11-
<name>spring-boot-sample-metrics-redis</name>
11+
<name>Spring Boot Metrics Redis Sample</name>
1212
<description>Spring Boot Metrics Redis Sample</description>
1313
<url>http://projects.spring.io/spring-boot/</url>
1414
<organization>

‎spring-boot-samples/spring-boot-sample-web-mustache/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<version>1.3.0.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-web-mustache</artifactId>
11-
<name>spring-boot-sample-web-mustache</name>
11+
<name>Spring Boot Web Mustache Sample</name>
1212
<description>Spring Boot Web Mustache Sample</description>
1313
<url>http://projects.spring.io/spring-boot/</url>
1414
<organization>

‎spring-boot-samples/spring-boot-sample-web-secure-github/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<version>1.3.0.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-web-secure-github</artifactId>
11-
<name>spring-boot-sample-web-secure-github</name>
12-
<description>Spring Boot Web Secure Sample</description>
11+
<name>Spring Boot Web Secure GitHub Sample</name>
12+
<description>Spring Boot Web Secure GitHub Sample</description>
1313
<url>http://projects.spring.io/spring-boot/</url>
1414
<organization>
1515
<name>Pivotal Software, Inc.</name>

‎spring-boot-starters/spring-boot-starter-mustache/pom.xml

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

0 commit comments

Comments
 (0)
Please sign in to comment.