Changed description for spring-boot-performance module
This commit is contained in:
parent
2e383281a8
commit
20e1e25831
@ -1 +1,3 @@
|
||||
This is a parent module for projects taht want to take advantage of the performance improvements introduced in Spring Boot from version 2.2.
|
||||
This is a parent module for projects taht want to take advantage of the latests Spring Boot improvements/features.
|
||||
|
||||
Current version: Spring Boot 2.2
|
||||
|
@ -5,7 +5,7 @@
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>parent-boot-performance</name>
|
||||
<packaging>pom</packaging>
|
||||
<description>Parent for all modules taht want to take advantage of the performance improvements introduced in Spring Boot from version 2.2</description>
|
||||
<description>Parent for all modules taht want to take advantage of the latests Spring Boot improvements/features. Current version: 2.2</description>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<artifactId>spring-boot-performance</artifactId>
|
||||
<name>spring-boot-performance</name>
|
||||
<packaging>war</packaging>
|
||||
<description>This is a simple Spring Boot application taking advantage of the performance improvements introduced from version 2.2</description>
|
||||
<description>This is a simple Spring Boot application taking advantage of the latests Spring Boot improvements/features. Current version: 2.2</description>
|
||||
|
||||
<parent>
|
||||
<artifactId>parent-boot-performance</artifactId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user