Skip to content

Commit f1c7028

Browse files
authored
Merge pull request #18713 from panos-kakos/JAVA-48021
JAVA-48021
2 parents f05a337 + 858e82b commit f1c7028

File tree

19 files changed

+13
-37
lines changed

19 files changed

+13
-37
lines changed

maven-modules/maven-simple/maven-dependency/pom.xml renamed to maven-modules/maven-dependency/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns="http://maven.apache.org/POM/4.0.0"
4+
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
<artifactId>maven-dependency</artifactId>
77
<packaging>pom</packaging>
88

99
<parent>
1010
<groupId>com.baeldung</groupId>
11-
<artifactId>maven-simple</artifactId>
12-
<version>1.0.0-SNAPSHOT</version>
11+
<artifactId>maven-modules</artifactId>
12+
<version>0.0.1-SNAPSHOT</version>
1313
</parent>
1414

1515
<dependencyManagement>

maven-modules/maven-simple/parent-project/pom.xml renamed to maven-modules/maven-multi-module/parent-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<parent>
1212
<groupId>com.baeldung</groupId>
13-
<artifactId>maven-simple</artifactId>
13+
<artifactId>maven-multi-module</artifactId>
1414
<version>1.0.0-SNAPSHOT</version>
1515
</parent>
1616

maven-modules/maven-simple/pom.xml renamed to maven-modules/maven-multi-module/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
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>maven-simple</artifactId>
6+
<artifactId>maven-multi-module</artifactId>
77
<version>1.0.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
9-
<name>maven-simple</name>
9+
<name>maven-multi-module</name>
1010

1111
<parent>
1212
<groupId>com.baeldung</groupId>
@@ -15,9 +15,6 @@
1515
</parent>
1616

1717
<modules>
18-
<module>maven-profiles</module>
19-
<module>plugin-management</module>
20-
<module>maven-dependency</module>
2118
<module>parent-project</module>
2219
</modules>
2320

maven-modules/maven-simple/plugin-management/pom.xml renamed to maven-modules/maven-plugin-management/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<packaging>pom</packaging>
88

99
<parent>
10-
<artifactId>maven-simple</artifactId>
1110
<groupId>com.baeldung</groupId>
12-
<version>1.0.0-SNAPSHOT</version>
11+
<artifactId>maven-modules</artifactId>
12+
<version>0.0.1-SNAPSHOT</version>
1313
</parent>
1414

1515
<modules>

0 commit comments

Comments
 (0)