Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4058bfc

Browse filesBrowse 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
Copy full SHA for 4058bfc

File tree

Expand file treeCollapse file tree

259 files changed

+421
-279
lines changed
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

259 files changed

+421
-279
lines changed
Open diff view settings
Collapse file

‎algorithms-genetic/pom.xml‎

Copy file name to clipboardExpand all lines: algorithms-genetic/pom.xml
+2-2Lines 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>
Collapse file

‎algorithms-miscellaneous-1/pom.xml‎

Copy file name to clipboardExpand all lines: algorithms-miscellaneous-1/pom.xml
+2-2Lines 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>
Collapse file

‎algorithms-miscellaneous-2/pom.xml‎

Copy file name to clipboardExpand all lines: algorithms-miscellaneous-2/pom.xml
+1-1Lines 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>
Collapse file

‎algorithms-sorting/pom.xml‎

Copy file name to clipboardExpand all lines: algorithms-sorting/pom.xml
+1-1Lines 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>
Collapse file

‎annotations/annotation-processing/pom.xml‎

Copy file name to clipboardExpand all lines: annotations/annotation-processing/pom.xml
+2-1Lines 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>
Collapse file

‎annotations/annotation-user/pom.xml‎

Copy file name to clipboardExpand all lines: annotations/annotation-user/pom.xml
+1Lines 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>
Collapse file

‎annotations/pom.xml‎

Copy file name to clipboardExpand all lines: annotations/pom.xml
+2-1Lines 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>
Collapse file

‎apache-avro/pom.xml‎

Copy file name to clipboardExpand all lines: apache-avro/pom.xml
+1-2Lines 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>
Collapse file

‎apache-bval/pom.xml‎

Copy file name to clipboardExpand all lines: apache-bval/pom.xml
+2-1Lines 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>
Collapse file

‎apache-curator/pom.xml‎

Copy file name to clipboardExpand all lines: apache-curator/pom.xml
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.