Skip to content

Commit f84dbbb

Browse files
hitmepivovarit
authored andcommitted
fix parent.relativePath config for maven submodules in separate folders (eugenp#3148)
1 parent 42c894e commit f84dbbb

File tree

29 files changed

+29
-29
lines changed

29 files changed

+29
-29
lines changed

guava-modules/guava-18/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
14+
<relativePath>../../</relativePath>
1515
</parent>
1616

1717
<dependencies>

guava-modules/guava-19/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
14+
<relativePath>../../</relativePath>
1515
</parent>
1616

1717
<dependencies>

guava-modules/guava-21/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
14+
<relativePath>../../</relativePath>
1515
</parent>
1616

1717
<dependencies>

logging-modules/log-mdc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>com.baeldung</groupId>
1313
<artifactId>parent-modules</artifactId>
1414
<version>1.0.0-SNAPSHOT</version>
15-
<relativePath>../</relativePath>
15+
<relativePath>../../</relativePath>
1616
</parent>
1717

1818
<dependencies>

logging-modules/log4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
14+
<relativePath>../../</relativePath>
1515
</parent>
1616

1717
<dependencies>

logging-modules/log4j2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>com.baeldung</groupId>
1010
<artifactId>parent-modules</artifactId>
1111
<version>1.0.0-SNAPSHOT</version>
12-
<relativePath>../</relativePath>
12+
<relativePath>../../</relativePath>
1313
</parent>
1414

1515
<dependencies>

persistence-modules/java-cassandra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
14+
<relativePath>../../</relativePath>
1515
</parent>
1616

1717
<dependencies>

persistence-modules/java-mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
14+
<relativePath>../../</relativePath>
1515
</parent>
1616

1717
<dependencies>

persistence-modules/liquibase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>parent-modules</artifactId>
77
<groupId>com.baeldung</groupId>
88
<version>1.0.0-SNAPSHOT</version>
9-
<relativePath>../</relativePath>
9+
<relativePath>../../</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

persistence-modules/querydsl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<groupId>com.baeldung</groupId>
1616
<artifactId>parent-modules</artifactId>
1717
<version>1.0.0-SNAPSHOT</version>
18-
<relativePath>../</relativePath>
18+
<relativePath>../../</relativePath>
1919
</parent>
2020

2121
<properties>

0 commit comments

Comments
 (0)