JAVA-7782: Align module names, folder names and artifact id (#11361)

* JAVA-7782: Align module names, folder names and artifact id

* JAVA-7782: Align module names, folder names and artifact id
This commit is contained in:
freelansam 2021-10-25 01:36:50 +05:30 committed by GitHub
parent d6be7a2528
commit 4c600af55d
9 changed files with 9 additions and 10 deletions

View File

@ -3,7 +3,7 @@
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>ksqldb-app</artifactId>
<artifactId>ksqldb</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>ksqldb</name>

View File

@ -6,7 +6,7 @@
<groupId>org.baeldung</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<name>maven-resoures-plugin</name>
<name>maven-resources-plugin</name>
<parent>
<artifactId>maven-copy-files</artifactId>

View File

@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-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">
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</groupId>
<artifactId>maven-dependency</artifactId>
<version>1.0.0-SNAPSHOT</version>
@ -15,7 +14,6 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<dependencyManagement>
<dependencies>
<dependency>
@ -42,4 +40,5 @@
<artifactId>commons-lang3</artifactId>
</dependency>
</dependencies>
</project>

View File

@ -37,7 +37,7 @@
<module>plugin-management</module>
<module>maven-surefire-plugin</module>
<module>maven-parent-pom-resolution</module>
<module>maven-dependency-management</module>
<module>maven-dependency</module>
</modules>
</project>

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<version>1.0.0-SNAPSHOT</version>
<artifactId>simple-hexagonal-example</artifactId>
<name>simpleHexagonalExample</name>
<name>simple-hexagonal-example</name>
<parent>
<groupId>com.baeldung</groupId>

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>eureka-client</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>Spring Cloud Eureka Client</name>
<name>eureka-client</name>
<packaging>jar</packaging>
<description>Spring Cloud Eureka Sample Client</description>

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>eureka-server</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>Spring Cloud Eureka Server</name>
<name>eureka-server</name>
<packaging>jar</packaging>
<description>Spring Cloud Eureka Server Demo</description>