Skip to content

Commit cd55d47

Browse files
committed
BAEL-8824 Align module names, folder names and artifact id
- Fixed artifact ids of projects to align with folder names
1 parent dc86766 commit cd55d47

File tree

34 files changed

+68
-57
lines changed

34 files changed

+68
-57
lines changed

JGit/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.baeldung</groupId>
6-
<artifactId>JGitSnippets</artifactId>
6+
<artifactId>JGit</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99
<url>http://maven.apache.org</url>
10+
<name>JGit</name>
1011

1112
<parent>
1213
<groupId>com.baeldung</groupId>

apache-avro/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
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>
66
<groupId>com.baeldung</groupId>
7-
<artifactId>apache-avro-tutorial</artifactId>
7+
<artifactId>apache-avro</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
9+
<name>Apache Avro</version>
910

1011
<properties>
1112
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

couchbase/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.baeldung</groupId>
6-
<artifactId>couchbase-sdk</artifactId>
6+
<artifactId>couchbase</artifactId>
77
<version>0.1-SNAPSHOT</version>
88
<packaging>jar</packaging>
99
<name>couchbase</name>
10-
<description>Couchbase SDK Tutorials</description>
10+
<description>Couchbase Tutorials</description>
1111

1212
<parent>
1313
<groupId>com.baeldung</groupId>

ejb/wildfly/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.baeldung.wildfly</groupId>
5-
<artifactId>wildfly-example</artifactId>
5+
<artifactId>wildfly</artifactId>
66
<version>0.0.1-SNAPSHOT</version>
77
<packaging>pom</packaging>
8+
<name>wildfly</name>
89

910
<parent>
1011
<groupId>com.baeldung.ejb</groupId>

ejb/wildfly/wildfly-mdb/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<artifactId>widlfly-mdb</artifactId>
5-
4+
<artifactId>wildfly-mdb</artifactId>
5+
<name>wildfly-mdb</name>
6+
67
<parent>
78
<groupId>com.baeldung.wildfly</groupId>
89
<artifactId>wildfly-example</artifactId>

feign/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.baeldung.feign</groupId>
6-
<artifactId>feign-client</artifactId>
6+
<artifactId>feign</artifactId>
7+
<name>feign</name>
78

89
<parent>
910
<groupId>com.baeldung</groupId>

google-web-toolkit/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
<!-- POM file generated with GWT webAppCreator -->
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>com.baeldung</groupId>
9-
<artifactId>google_web_toolkit</artifactId>
9+
<artifactId>google-web-toolkit</artifactId>
1010
<packaging>war</packaging>
1111
<version>1.0-SNAPSHOT</version>
12-
12+
<name>google-web-toolkit</name>
13+
1314
<parent>
1415
<groupId>com.baeldung</groupId>
1516
<artifactId>parent-modules</artifactId>

grpc/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>grpc</groupId>
5-
<artifactId>grpc-demo</artifactId>
4+
<artifactId>grpc</artifactId>
65
<version>0.0.1-SNAPSHOT</version>
76
<packaging>jar</packaging>
8-
7+
<name>grpc</name>
8+
99
<parent>
1010
<groupId>com.baeldung</groupId>
1111
<artifactId>parent-modules</artifactId>

guest/remote-debugging/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.stackify</groupId>
6-
<artifactId>java-remote-debugging</artifactId>
6+
<artifactId>remote-debugging</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
88
<packaging>war</packaging>
9+
<name>remote-debugging</name>
910

1011
<parent>
1112
<groupId>org.springframework.boot</groupId>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<relativePath>../../../parent-boot-1</relativePath>
1111
</parent>
1212
<groupId>com.car.app</groupId>
13-
<artifactId>carapp</artifactId>
13+
<artifactId>car-app</artifactId>
1414
<version>0.0.1-SNAPSHOT</version>
1515
<packaging>war</packaging>
16-
<name>Carapp</name>
16+
<name>car-app</name>
1717

1818
<prerequisites>
1919
<maven>${maven.version}</maven>

0 commit comments

Comments
 (0)