fixed typos

This commit is contained in:
Joel Juarez 2019-06-12 23:23:21 +02:00
parent 20e1e25831
commit d6bd06ddd9
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
This is a parent module for projects taht want to take advantage of the latests Spring Boot improvements/features. This is a parent module for projects taht want to take advantage of the latest Spring Boot improvements/features.
Current version: Spring Boot 2.2 Current version: Spring Boot 2.2

View File

@ -5,7 +5,7 @@
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<name>parent-boot-performance</name> <name>parent-boot-performance</name>
<packaging>pom</packaging> <packaging>pom</packaging>
<description>Parent for all modules taht want to take advantage of the latests Spring Boot improvements/features. Current version: 2.2</description> <description>Parent for all modules taht want to take advantage of the latest Spring Boot improvements/features. Current version: 2.2</description>
<parent> <parent>
<groupId>com.baeldung</groupId> <groupId>com.baeldung</groupId>

View File

@ -5,7 +5,7 @@
<artifactId>spring-boot-performance</artifactId> <artifactId>spring-boot-performance</artifactId>
<name>spring-boot-performance</name> <name>spring-boot-performance</name>
<packaging>war</packaging> <packaging>war</packaging>
<description>This is a simple Spring Boot application taking advantage of the latests Spring Boot improvements/features. Current version: 2.2</description> <description>This is a simple Spring Boot application taking advantage of the latest Spring Boot improvements/features. Current version: 2.2</description>
<parent> <parent>
<artifactId>parent-boot-performance</artifactId> <artifactId>parent-boot-performance</artifactId>