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

@@ -2,10 +2,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>springreactivekotlin</artifactId>
<artifactId>spring-reactive-kotlin</artifactId>
<packaging>jar</packaging>
<name>springreactivekotlin</name>
<name>Spring Reactive Kotlin</name>
<description>Demo project for Spring Boot</description>
<parent>