Skip to content

Commit 5a2809d

Browse files
committed
[BAEL-16822] - Aligned module names, folder names and artifact id
1 parent 58595ac commit 5a2809d

File tree

32 files changed

+50
-13016
lines changed

32 files changed

+50
-13016
lines changed

apache-olingo/olingo2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +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>org.baeldung.examples.olingo2</groupId>
7-
<artifactId>olingo2-sample</artifactId>
7+
<artifactId>olingo2</artifactId>
88
<version>0.0.1-SNAPSHOT</version>
9-
<name>olingo2-sample</name>
9+
<name>olingo2</name>
1010
<description>Sample Olingo 2 Project</description>
1111

1212
<parent>

bazel/bazelapp/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
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">
5+
<modelVersion>4.0.0</modelVersion>
6+
<artifactId>bazelapp</artifactId>
7+
<name>bazelapp</name>
8+
59
<parent>
610
<artifactId>bazel</artifactId>
711
<groupId>com.baeldung</groupId>
812
<version>1.0.0-SNAPSHOT</version>
913
</parent>
10-
<modelVersion>4.0.0</modelVersion>
11-
12-
<artifactId>bazelapp</artifactId>
1314

1415
<dependencies>
1516
<dependency>

bazel/bazelgreeting/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
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">
5+
<modelVersion>4.0.0</modelVersion>
6+
<artifactId>bazelgreeting</artifactId>
7+
<name>bazelgreeting</name>
8+
59
<parent>
610
<artifactId>bazel</artifactId>
711
<groupId>com.baeldung</groupId>
812
<version>1.0.0-SNAPSHOT</version>
913
</parent>
10-
<modelVersion>4.0.0</modelVersion>
11-
12-
<artifactId>bazelgreeting</artifactId>
1314

1415

1516
</project>

bazel/pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
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">
5+
<modelVersion>4.0.0</modelVersion>
6+
<artifactId>bazel</artifactId>
7+
<packaging>pom</packaging>
8+
<name>bazel</name>
9+
510
<parent>
611
<artifactId>parent-modules</artifactId>
712
<groupId>com.baeldung</groupId>
813
<version>1.0.0-SNAPSHOT</version>
914
</parent>
10-
<modelVersion>4.0.0</modelVersion>
11-
12-
<artifactId>bazel</artifactId>
13-
<packaging>pom</packaging>
15+
1416
<modules>
1517
<module>bazelgreeting</module>
1618
<module>bazelapp</module>

core-java-modules/core-java-jndi/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<groupId>com.baeldung.jndi</groupId>
88
<artifactId>core-java-jndi</artifactId>
99
<version>1.0-SNAPSHOT</version>
10+
<name>core-java-jndi</name>
1011

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

core-java-modules/core-java-lambdas/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>core-java-lambdas</artifactId>
77
<version>0.1.0-SNAPSHOT</version>
8-
<name>core-java</name>
8+
<name>core-java-lambdas</name>
99
<packaging>jar</packaging>
1010

1111
<parent>

core-java-modules/core-java-optional/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<artifactId>core-java-optional</artifactId>
44
<version>0.1.0-SNAPSHOT</version>
55
<packaging>jar</packaging>
6+
<name>core-java-optional</name>
67

78
<parent>
89
<groupId>com.baeldung.core-java-modules</groupId>

java-streams-2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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.javastreams2</groupId>
5-
<artifactId>javastreams2</artifactId>
5+
<artifactId>java-streams-2</artifactId>
66
<version>1.0</version>
7-
<name>javastreams2</name>
7+
<name>java-streams-2</name>
88
<packaging>jar</packaging>
99

1010
<parent>

jhipster-5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.baeldung.jhipster</groupId>
66
<artifactId>jhipster-5</artifactId>
77
<version>1.0.0-SNAPSHOT</version>
8-
<name>JHipster</name>
8+
<name>jhipster-5</name>
99
<packaging>pom</packaging>
1010

1111
<parent>

jhipster/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.baeldung.jhipster</groupId>
66
<artifactId>jhipster</artifactId>
77
<version>1.0.0-SNAPSHOT</version>
8-
<name>JHipster</name>
8+
<name>jhipster</name>
99
<packaging>pom</packaging>
1010

1111
<parent>

0 commit comments

Comments
 (0)