Skip to content

Commit 13899b2

Browse files
committed
JAVA-3576 - Align module names, folder names and artifact id
1 parent be469d4 commit 13899b2

19 files changed

Lines changed: 21 additions & 21 deletions

File tree

aws-lambda/lambda/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
66
<modelVersion>4.0.0</modelVersion>
7-
<artifactId>aws-lambda-examples</artifactId>
7+
<artifactId>lambda</artifactId>
88
<version>0.1.0-SNAPSHOT</version>
9-
<name>aws-lambda-examples</name>
9+
<name>lambda</name>
1010
<packaging>jar</packaging>
1111

1212
<parent>

aws-lambda/shipping-tracker/ShippingFunction/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>ShippingFunction</artifactId>
66
<version>1.0</version>
77
<packaging>jar</packaging>
8-
<name>Shipping Tracker Lambda Function</name>
8+
<name>ShippingFunction</name>
99
<properties>
1010
<maven.compiler.source>1.8</maven.compiler.source>
1111
<maven.compiler.target>1.8</maven.compiler.target>

core-java-modules/core-java-jpms/decoupling-pattern1/consumermodule/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependencies>
1818
<dependency>
1919
<groupId>com.baeldung.servicemodule</groupId>
20-
<artifactId>servicemodule1</artifactId>
20+
<artifactId>servicemodule</artifactId>
2121
<version>${servicemodule.version}</version>
2222
</dependency>
2323
</dependencies>

core-java-modules/core-java-jpms/decoupling-pattern1/servicemodule/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.baeldung.servicemodule</groupId>
8-
<artifactId>servicemodule1</artifactId>
8+
<artifactId>servicemodule</artifactId>
99
<packaging>jar</packaging>
1010

1111
<parent>

core-java-modules/core-java-jpms/decoupling-pattern2/providermodule/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependencies>
1818
<dependency>
1919
<groupId>com.baeldung.servicemodule</groupId>
20-
<artifactId>servicemodule2</artifactId>
20+
<artifactId>servicemodule</artifactId>
2121
<version>${servicemodule.version}</version>
2222
</dependency>
2323
</dependencies>

core-java-modules/core-java-jpms/decoupling-pattern2/servicemodule/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.baeldung.servicemodule</groupId>
8-
<artifactId>servicemodule2</artifactId>
8+
<artifactId>servicemodule</artifactId>
99
<version>1.0</version>
1010

1111
<parent>

discord4j/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.baeldung</groupId>
12-
<artifactId>discord4j-bot</artifactId>
12+
<artifactId>discord4j</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
14-
<name>discord4j-bot</name>
14+
<name>discord4j</name>
1515
<description>Demo Discord bot using Discord4J + Spring Boot</description>
1616

1717
<properties>

jhipster-5/bookstore-monolith/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>bookstore-monolith</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
88
<packaging>war</packaging>
9-
<name>Bookstore</name>
9+
<name>bookstore-monolith</name>
1010

1111
<parent>
1212
<artifactId>jhipster-5</artifactId>

jhipster/jhipster-uaa/gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.baeldung.jhipster.gateway</groupId>
55
<artifactId>gateway</artifactId>
66
<version>0.0.1-SNAPSHOT</version>
7-
<name>Gateway</name>
7+
<name>gateway</name>
88
<packaging>war</packaging>
99

1010
<repositories>

jhipster/jhipster-uaa/quotes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.baeldung.jhipster.quotes</groupId>
55
<artifactId>quotes</artifactId>
66
<version>0.0.1-SNAPSHOT</version>
7-
<name>Quotes</name>
7+
<name>quotes</name>
88
<packaging>war</packaging>
99

1010
<repositories>

0 commit comments

Comments
 (0)