BAEL-8824 Align module names, folder names and artifact id

- Fixed artifact ids of projects to align with folder names
This commit is contained in:
Dhawal Kapil
2018-08-31 20:22:40 +05:30
parent dc8676630d
commit cd55d47e8a
34 changed files with 68 additions and 57 deletions

View File

@@ -4,9 +4,9 @@
<!-- Spring IO Platform is the parent of the generated application to be able to use Spring Boot and all its default configuration -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>roo</artifactId>
<artifactId>spring-roo</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<name>roo</name>
<name>Spring Roo</name>
<packaging>jar</packaging>
<parent>