renaming the boot ops module

This commit is contained in:
Eugen Paraschiv 2018-05-14 10:12:38 +03:00
parent ee930d56c4
commit dec95f5c25
6 changed files with 4 additions and 4 deletions

View File

@ -141,7 +141,7 @@
<module>spring-boot-keycloak</module>
<module>spring-boot-bootstrap</module>
<module>spring-boot-admin</module>
<module>spring-boot-tomcat</module>
<module>spring-boot-ops</module>
<module>spring-boot-security</module>
<module>spring-cloud-data-flow</module>
<module>spring-cloud</module>

View File

@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>spring-boot-tomcat</artifactId>
<artifactId>spring-boot-ops</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>spring-boot-tomcat</name>
<description>Demo project for Spring Boot and Tomcat setup</description>
<name>spring-boot-ops</name>
<description>Demo project for Spring Boot</description>
<parent>
<groupId>org.springframework.boot</groupId>