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

View File

@ -16,11 +16,11 @@
</parent> </parent>
<modules> <modules>
<module>sharedkernel</module> <module>ddd-contexts-sharedkernel</module>
<module>infrastructure</module> <module>ddd-contexts-infrastructure</module>
<module>shippingcontext</module> <module>ddd-contexts-shippingcontext</module>
<module>ordercontext</module> <module>ddd-contexts-ordercontext</module>
<module>mainapp</module> <module>ddd-contexts-mainapp</module>
</modules> </modules>
<dependencyManagement> <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"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.daomodule</groupId> <groupId>com.baeldung.daomodule</groupId>
<artifactId>daomodule</artifactId> <artifactId>maven-daomodule</artifactId>
<version>1.0</version> <version>1.0</version>
<packaging>jar</packaging> <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"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.entitymodule</groupId> <groupId>com.baeldung.entitymodule</groupId>
<artifactId>entitymodule</artifactId> <artifactId>maven-entitymodule</artifactId>
<version>1.0</version> <version>1.0</version>
<packaging>jar</packaging> <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"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.mainappmodule</groupId> <groupId>com.baeldung.mainappmodule</groupId>
<artifactId>mainappmodule</artifactId> <artifactId>maven-mainappmodule</artifactId>
<version>1.0</version> <version>1.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
@ -17,17 +17,17 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.baeldung.entitymodule</groupId> <groupId>com.baeldung.entitymodule</groupId>
<artifactId>entitymodule</artifactId> <artifactId>maven-entitymodule</artifactId>
<version>${entitymodule.version}</version> <version>${entitymodule.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.baeldung.daomodule</groupId> <groupId>com.baeldung.daomodule</groupId>
<artifactId>daomodule</artifactId> <artifactId>maven-daomodule</artifactId>
<version>${daomodule.version}</version> <version>${daomodule.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.baeldung.userdaomodule</groupId> <groupId>com.baeldung.userdaomodule</groupId>
<artifactId>userdaomodule</artifactId> <artifactId>maven-userdaomodule</artifactId>
<version>${userdaomodule.version}</version> <version>${userdaomodule.version}</version>
</dependency> </dependency>
</dependencies> </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"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.userdaomodule</groupId> <groupId>com.baeldung.userdaomodule</groupId>
<artifactId>userdaomodule</artifactId> <artifactId>maven-userdaomodule</artifactId>
<version>1.0</version> <version>1.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

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

View File

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

View File

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

View File

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>project-a</artifactId> <artifactId>version-collision-project-a</artifactId>
<parent> <parent>
<artifactId>version-collision</artifactId> <artifactId>version-collision</artifactId>

View File

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>project-b</artifactId> <artifactId>version-collision-project-b</artifactId>
<parent> <parent>
<artifactId>version-collision</artifactId> <artifactId>version-collision</artifactId>

View File

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

View File

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>child-a</artifactId> <artifactId>version-overriding-child-a</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<parent> <parent>

View File

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>child-b</artifactId> <artifactId>version-overriding-child-b</artifactId>
<parent> <parent>
<artifactId>version-overriding-plugins</artifactId> <artifactId>version-overriding-plugins</artifactId>

View File

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

View File

@ -3,9 +3,9 @@
xmlns="http://maven.apache.org/POM/4.0.0" 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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>basic-config</artifactId> <artifactId>spring-cloud-archaius-additional-sources-simple</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<name>basic-config</name> <name>spring-cloud-archaius-additionalsources</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<parent> <parent>

View File

@ -3,9 +3,9 @@
xmlns="http://maven.apache.org/POM/4.0.0" 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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>additional-sources-simple</artifactId> <artifactId>spring-cloud-archaius-basic-config</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<name>additional-sources-simple</name> <name>spring-cloud-archaius-basic-config</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<parent> <parent>

View File

@ -3,8 +3,8 @@
xmlns="http://maven.apache.org/POM/4.0.0" 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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>dynamodb-config</artifactId> <artifactId>spring-cloud-archaius-dynamodb-config</artifactId>
<name>dynamodb-config</name> <name>spring-cloud-archaius-dynamodb-config</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<parent> <parent>

View File

@ -3,9 +3,9 @@
xmlns="http://maven.apache.org/POM/4.0.0" 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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>extra-configs</artifactId> <artifactId>spring-cloud-archaius-extra-configs</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<name>extra-configs</name> <name>spring-cloud-archaius-extra-configs</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<parent> <parent>

View File

@ -3,8 +3,8 @@
xmlns="http://maven.apache.org/POM/4.0.0" 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"> 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> <modelVersion>4.0.0</modelVersion>
<artifactId>jdbc-config</artifactId> <artifactId>spring-cloud-archaius-jdbc-config</artifactId>
<name>jdbc-config</name> <name>spring-cloud-archaius-jdbc-config</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<parent> <parent>

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