Skip to content

Commit ee1872d

Browse files
timis1timis1
and
timis1
authored
JAVA-36488 Align module names, folder names and artifact id - Week 28 - 2024 (#17012)
Co-authored-by: timis1 <[email protected]>
1 parent 61b1013 commit ee1872d

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

jhipster-8-modules/jhipster-8-microservice/car-app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>car-app</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
88
<packaging>jar</packaging>
9-
<name>Carsapp</name>
9+
<name>car-app</name>
1010
<description>Description for Carsapp</description>
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>

jhipster-8-modules/jhipster-8-microservice/dealer-app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>dealer-app</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
10-
<name>Dealer App</name>
10+
<name>dealer-app</name>
1111
<description>Description for Dealer App</description>
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>

jhipster-8-modules/jhipster-8-microservice/gateway-app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>gateway-app</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
10-
<name>Gateway App</name>
10+
<name>gateway-app</name>
1111
<description>Description for Gateway App</description>
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>

jhipster-8-modules/jhipster-8-microservice/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xmlns="http://maven.apache.org/POM/4.0.0"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<artifactId>jhipster-microservice</artifactId>
7-
<name>jhipster-microservice</name>
6+
<artifactId>jhipster-8-microservice</artifactId>
7+
<name>jhipster-8-microservice</name>
88
<packaging>pom</packaging>
99

1010
<parent>

jhipster-8-modules/jhipster-8-monolithic/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>jhipster-8-monolithic</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
10-
<name>Jhipster 8 Monolithic</name>
10+
<name>jhipster-8-monolithic</name>
1111
<description>Description for Jhipster 8 Monolithic</description>
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>

spring-swagger-codegen/openapi-custom-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<artifactId>openapi-custom-generator</artifactId>
1212
<packaging>jar</packaging>
13-
<name>${project.artifactId}</name>
13+
<name>openapi-custom-generator</name>
1414

1515
<dependencies>
1616
<dependency>

testing-modules/selenium-testng/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6-
<artifactId>selenium</artifactId>
6+
<artifactId>selenium-testng</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
8-
<name>selenium</name>
8+
<name>selenium-testng</name>
99

1010
<parent>
1111
<groupId>com.baeldung</groupId>

0 commit comments

Comments
 (0)