BAEL-12770 Aligning module name, artifact id and folder name

This commit is contained in:
Dhawal Kapil 2019-02-27 20:37:12 +05:30
parent 6bae0fc28a
commit c37d369f3a
2 changed files with 2 additions and 4 deletions

View File

@ -2,9 +2,8 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>
<groupId>com.baeldung.jhipster</groupId>
<artifactId>jhipster-microservice-uaa</artifactId>
<name>JHipster Microservice with UAA</name>
<name>jhipster-microservice-uaa</name>
<packaging>pom</packaging>
<parent>

View File

@ -2,9 +2,8 @@
<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>
<groupId>com.baeldung</groupId>
<artifactId>spring-soap</artifactId>
<name>spring-soap</name>
<version>1.0.0</version>
<parent>