Skip to content

Commit bb24153

Browse files
committed
To sooth Intellij, refer to parent pom more explicitly
1 parent 54d83e7 commit bb24153

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

modules/authenticated-socks-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>maven-master-project</artifactId>
1010
<!--suppress MavenPropertyInParent -->
1111
<version>8.8.2</version>
12-
<relativePath>../../</relativePath>
12+
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>authenticated-socks-module</artifactId>

modules/batch-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>maven-master-project</artifactId>
1010
<!--suppress MavenPropertyInParent -->
1111
<version>8.8.2</version>
12-
<relativePath>../../</relativePath>
12+
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>batch-module</artifactId>

modules/cli-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>maven-master-project</artifactId>
1010
<!--suppress MavenPropertyInParent -->
1111
<version>8.8.2</version>
12-
<relativePath>../../</relativePath>
12+
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>cli-module</artifactId>

modules/core-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>maven-master-project</artifactId>
1010
<!--suppress MavenPropertyInParent -->
1111
<version>8.8.2</version>
12-
<relativePath>../../</relativePath>
12+
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>core-module</artifactId>

modules/core-test-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>maven-master-project</artifactId>
1010
<!--suppress MavenPropertyInParent -->
1111
<version>8.8.2</version>
12-
<relativePath>../../</relativePath>
12+
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>core-test-module</artifactId>

modules/dkim-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>maven-master-project</artifactId>
1010
<!--suppress MavenPropertyInParent -->
1111
<version>8.8.2</version>
12-
<relativePath>../../</relativePath>
12+
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>dkim-module</artifactId>

modules/jacoco-aggregator-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>maven-master-project</artifactId>
1010
<!--suppress MavenPropertyInParent -->
1111
<version>8.8.2</version>
12-
<relativePath>../../</relativePath>
12+
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>jacoco-aggregator-module</artifactId>

modules/karaf-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>maven-master-project</artifactId>
1010
<!--suppress MavenPropertyInParent -->
1111
<version>8.8.2</version>
12-
<relativePath>../../</relativePath>
12+
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>karaf-module</artifactId>

modules/outlook-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>maven-master-project</artifactId>
1010
<!--suppress MavenPropertyInParent -->
1111
<version>8.8.2</version>
12-
<relativePath>../../</relativePath>
12+
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>outlook-module</artifactId>

modules/simple-java-mail/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>maven-master-project</artifactId>
1010
<!--suppress MavenPropertyInParent -->
1111
<version>8.8.2</version>
12-
<relativePath>../../</relativePath>
12+
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>simple-java-mail</artifactId>

0 commit comments

Comments
 (0)