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:
parent
d6be7a2528
commit
4c600af55d
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue