Skip to content

Commit 4058bfc

Browse files
committed
BAEL-9567 Align module names, folder names and artifact id
- Added "name" in pom.xml whereever it was missing and aligned the present ones with the artifactid and foldername
1 parent 5ba5b60 commit 4058bfc

File tree

259 files changed

+421
-279
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

259 files changed

+421
-279
lines changed

algorithms-genetic/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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>com.baeldung</groupId>
54
<artifactId>algorithms-genetic</artifactId>
65
<version>0.0.1-SNAPSHOT</version>
7-
6+
<name>algorithms-genetic</name>
7+
88
<parent>
99
<groupId>com.baeldung</groupId>
1010
<artifactId>parent-modules</artifactId>

algorithms-miscellaneous-1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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>com.baeldung</groupId>
54
<artifactId>algorithms-miscellaneous-1</artifactId>
65
<version>0.0.1-SNAPSHOT</version>
7-
6+
<name>algorithms-miscellaneous-1</name>
7+
88
<parent>
99
<groupId>com.baeldung</groupId>
1010
<artifactId>parent-modules</artifactId>

algorithms-miscellaneous-2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +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-
<groupId>com.baeldung</groupId>
54
<artifactId>algorithms-miscellaneous-2</artifactId>
65
<version>0.0.1-SNAPSHOT</version>
6+
<name>algorithms-miscellaneous-2</name>
77

88
<parent>
99
<groupId>com.baeldung</groupId>

algorithms-sorting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +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-
<groupId>com.baeldung</groupId>
54
<artifactId>algorithms-sorting</artifactId>
65
<version>0.0.1-SNAPSHOT</version>
6+
<name>algorithms-sorting</name>
77

88
<parent>
99
<groupId>com.baeldung</groupId>

annotations/annotation-processing/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
<artifactId>annotation-processing</artifactId>
6-
6+
<name>annotation-processing</name>
7+
78
<parent>
89
<groupId>com.baeldung</groupId>
910
<version>1.0.0-SNAPSHOT</version>

annotations/annotation-user/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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
<artifactId>annotation-user</artifactId>
6+
<name>annotation-user</name>
67

78
<parent>
89
<artifactId>annotations</artifactId>

annotations/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>annotations</artifactId>
66
<packaging>pom</packaging>
7-
7+
<name>annotations</name>
8+
89
<parent>
910
<artifactId>parent-modules</artifactId>
1011
<groupId>com.baeldung</groupId>

apache-avro/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +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-
<groupId>com.baeldung</groupId>
76
<artifactId>apache-avro</artifactId>
87
<version>0.0.1-SNAPSHOT</version>
9-
<name>Apache Avro</name>
8+
<name>apache-avro</name>
109

1110
<properties>
1211
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

apache-bval/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<groupId>apache-bval</groupId>
55
<artifactId>apache-bval</artifactId>
66
<version>0.0.1-SNAPSHOT</version>
7-
7+
<name>apache-bval</name>
8+
89
<parent>
910
<groupId>com.baeldung</groupId>
1011
<artifactId>parent-modules</artifactId>

apache-curator/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<artifactId>apache-curator</artifactId>
55
<version>0.0.1-SNAPSHOT</version>
66
<packaging>jar</packaging>
7+
<name>apache-curator</name>
78

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

0 commit comments

Comments
 (0)