Skip to content

Commit 7945b29

Browse files
committed
Correct the descriptions of two sample projects
1 parent 6643190 commit 7945b29

File tree

2 files changed

+2
-2
lines changed
  • spring-boot-samples
    • spring-boot-sample-parent-context
    • spring-boot-sample-web-groovy-templates

2 files changed

+2
-2
lines changed

spring-boot-samples/spring-boot-sample-parent-context/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<artifactId>spring-boot-sample-parent-context</artifactId>
1111
<name>spring-boot-sample-parent-context</name>
12-
<description>Spring Boot Integration Sample</description>
12+
<description>Spring Boot Parent Context 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-web-groovy-templates/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<artifactId>spring-boot-sample-web-groovy-templates</artifactId>
1111
<name>spring-boot-sample-web-groovy-templates</name>
12-
<description>Spring Boot Web UI Sample</description>
12+
<description>Spring Boot Web Groovy Templates Sample</description>
1313
<url>http://projects.spring.io/spring-boot/</url>
1414
<organization>
1515
<name>Pivotal Software, Inc.</name>

0 commit comments

Comments
 (0)