JAVA-16264: review module names (#13136)

This commit is contained in:
freelansam 2022-12-08 18:58:09 +05:30 committed by GitHub
parent 3b31ba4f99
commit 7b9ab06c14
117 changed files with 59 additions and 59 deletions

View File

@ -4,7 +4,7 @@
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.dddcontexts.infrastructure</groupId>
<artifactId>infrastructure</artifactId>
<artifactId>ddd-contexts-infrastructure</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
@ -18,17 +18,17 @@
<dependencies>
<dependency>
<groupId>com.baeldung.dddcontexts.shippingcontext</groupId>
<artifactId>shippingcontext</artifactId>
<artifactId>ddd-contexts-shippingcontext</artifactId>
<version>${appmodules.version}</version>
</dependency>
<dependency>
<groupId>com.baeldung.dddcontexts.ordercontext</groupId>
<artifactId>ordercontext</artifactId>
<artifactId>ddd-contexts-ordercontext</artifactId>
<version>${appmodules.version}</version>
</dependency>
<dependency>
<groupId>com.baeldung.dddcontexts.sharedkernel</groupId>
<artifactId>sharedkernel</artifactId>
<artifactId>ddd-contexts-sharedkernel</artifactId>
<version>${appmodules.version}</version>
</dependency>
</dependencies>

View File

@ -4,7 +4,7 @@
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.dddcontexts.mainapp</groupId>
<artifactId>mainapp</artifactId>
<artifactId>ddd-contexts-mainapp</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
@ -18,7 +18,7 @@
<dependencies>
<dependency>
<groupId>com.baeldung.dddcontexts.infrastructure</groupId>
<artifactId>infrastructure</artifactId>
<artifactId>ddd-contexts-infrastructure</artifactId>
<version>${appmodules.version}</version>
</dependency>
</dependencies>

View File

@ -4,7 +4,7 @@
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.dddcontexts.ordercontext</groupId>
<artifactId>ordercontext</artifactId>
<artifactId>ddd-contexts-ordercontext</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
@ -17,7 +17,7 @@
<dependencies>
<dependency>
<groupId>com.baeldung.dddcontexts.sharedkernel</groupId>
<artifactId>sharedkernel</artifactId>
<artifactId>ddd-contexts-sharedkernel</artifactId>
<version>${appmodules.version}</version>
</dependency>
</dependencies>

View File

@ -4,7 +4,7 @@
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.dddcontexts.sharedkernel</groupId>
<artifactId>sharedkernel</artifactId>
<artifactId>ddd-contexts-sharedkernel</artifactId>
<version>1.0</version>
<packaging>jar</packaging>

View File

@ -4,7 +4,7 @@
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.dddcontexts.shippingcontext</groupId>
<artifactId>shippingcontext</artifactId>
<artifactId>ddd-contexts-shippingcontext</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
@ -17,7 +17,7 @@
<dependencies>
<dependency>
<groupId>com.baeldung.dddcontexts.sharedkernel</groupId>
<artifactId>sharedkernel</artifactId>
<artifactId>ddd-contexts-sharedkernel</artifactId>
<version>${appmodules.version}</version>
</dependency>
</dependencies>

View File

@ -16,11 +16,11 @@
</parent>
<modules>
<module>sharedkernel</module>
<module>infrastructure</module>
<module>shippingcontext</module>
<module>ordercontext</module>
<module>mainapp</module>
<module>ddd-contexts-sharedkernel</module>
<module>ddd-contexts-infrastructure</module>
<module>ddd-contexts-shippingcontext</module>
<module>ddd-contexts-ordercontext</module>
<module>ddd-contexts-mainapp</module>
</modules>
<dependencyManagement>

View File

@ -4,7 +4,7 @@
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.daomodule</groupId>
<artifactId>daomodule</artifactId>
<artifactId>maven-daomodule</artifactId>
<version>1.0</version>
<packaging>jar</packaging>

View File

@ -4,7 +4,7 @@
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.entitymodule</groupId>
<artifactId>entitymodule</artifactId>
<artifactId>maven-entitymodule</artifactId>
<version>1.0</version>
<packaging>jar</packaging>

View File

@ -4,7 +4,7 @@
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.mainappmodule</groupId>
<artifactId>mainappmodule</artifactId>
<artifactId>maven-mainappmodule</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
@ -17,17 +17,17 @@
<dependencies>
<dependency>
<groupId>com.baeldung.entitymodule</groupId>
<artifactId>entitymodule</artifactId>
<artifactId>maven-entitymodule</artifactId>
<version>${entitymodule.version}</version>
</dependency>
<dependency>
<groupId>com.baeldung.daomodule</groupId>
<artifactId>daomodule</artifactId>
<artifactId>maven-daomodule</artifactId>
<version>${daomodule.version}</version>
</dependency>
<dependency>
<groupId>com.baeldung.userdaomodule</groupId>
<artifactId>userdaomodule</artifactId>
<artifactId>maven-userdaomodule</artifactId>
<version>${userdaomodule.version}</version>
</dependency>
</dependencies>

View File

@ -4,7 +4,7 @@
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.userdaomodule</groupId>
<artifactId>userdaomodule</artifactId>
<artifactId>maven-userdaomodule</artifactId>
<version>1.0</version>
<packaging>jar</packaging>

View File

@ -17,10 +17,10 @@
</parent>
<modules>
<module>entitymodule</module>
<module>daomodule</module>
<module>userdaomodule</module>
<module>mainappmodule</module>
<module>maven-entitymodule</module>
<module>maven-daomodule</module>
<module>maven-userdaomodule</module>
<module>maven-mainappmodule</module>
</modules>
<build>

View File

@ -13,8 +13,8 @@
</parent>
<modules>
<module>project-a</module>
<module>project-b</module>
<module>version-collision-project-a</module>
<module>version-collision-project-b</module>
<module>project-collision</module>
</modules>

View File

@ -14,7 +14,7 @@
<dependencies>
<dependency>
<groupId>com.baeldung</groupId>
<artifactId>project-a</artifactId>
<artifactId>version-collision-project-a</artifactId>
<version>0.0.1-SNAPSHOT</version>
<!-- uncomment to exclude guava transitive artifact from module -->
<!-- <exclusions> -->
@ -26,7 +26,7 @@
</dependency>
<dependency>
<groupId>com.baeldung</groupId>
<artifactId>project-b</artifactId>
<artifactId>version-collision-project-b</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</dependencies>

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>project-a</artifactId>
<artifactId>version-collision-project-a</artifactId>
<parent>
<artifactId>version-collision</artifactId>

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>project-b</artifactId>
<artifactId>version-collision-project-b</artifactId>
<parent>
<artifactId>version-collision</artifactId>

View File

@ -13,8 +13,8 @@
</parent>
<modules>
<module>child-a</module>
<module>child-b</module>
<module>version-overriding-child-a</module>
<module>version-overriding-child-b</module>
</modules>
<build>

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>child-a</artifactId>
<artifactId>version-overriding-child-a</artifactId>
<packaging>pom</packaging>
<parent>

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>child-b</artifactId>
<artifactId>version-overriding-child-b</artifactId>
<parent>
<artifactId>version-overriding-plugins</artifactId>

View File

@ -16,12 +16,12 @@
</parent>
<modules>
<module>additional-sources-simple</module>
<module>basic-config</module>
<module>dynamodb-config</module>
<module>extra-configs</module>
<module>jdbc-config</module>
<module>zookeeper-config</module>
<module>spring-cloud-archaius-additionalsources</module>
<module>spring-cloud-archaius-basic-config</module>
<module>spring-cloud-archaius-dynamodb-config</module>
<module>spring-cloud-archaius-extra-configs</module>
<module>spring-cloud-archaius-jdbc-config</module>
<module>spring-cloud-archaius-zookeeper-config</module>
</modules>
<dependencyManagement>

View File

@ -3,9 +3,9 @@
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>
<artifactId>basic-config</artifactId>
<artifactId>spring-cloud-archaius-additional-sources-simple</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>basic-config</name>
<name>spring-cloud-archaius-additionalsources</name>
<packaging>jar</packaging>
<parent>

View File

@ -3,9 +3,9 @@
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>
<artifactId>additional-sources-simple</artifactId>
<artifactId>spring-cloud-archaius-basic-config</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>additional-sources-simple</name>
<name>spring-cloud-archaius-basic-config</name>
<packaging>jar</packaging>
<parent>

View File

@ -3,8 +3,8 @@
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>
<artifactId>dynamodb-config</artifactId>
<name>dynamodb-config</name>
<artifactId>spring-cloud-archaius-dynamodb-config</artifactId>
<name>spring-cloud-archaius-dynamodb-config</name>
<packaging>jar</packaging>
<parent>

View File

@ -3,9 +3,9 @@
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>
<artifactId>extra-configs</artifactId>
<artifactId>spring-cloud-archaius-extra-configs</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>extra-configs</name>
<name>spring-cloud-archaius-extra-configs</name>
<packaging>jar</packaging>
<parent>

View File

@ -3,8 +3,8 @@
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>
<artifactId>jdbc-config</artifactId>
<name>jdbc-config</name>
<artifactId>spring-cloud-archaius-jdbc-config</artifactId>
<name>spring-cloud-archaius-jdbc-config</name>
<packaging>jar</packaging>
<parent>

Some files were not shown because too many files have changed in this diff Show More