Skip to content

Commit ccfe211

Browse files
committed
Fixed folder structure to better match the project modular structure
1 parent a13336f commit ccfe211

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
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>simple-java-mail-module-parent</artifactId>
1010
<!--suppress MavenPropertyInParent -->
1111
<version>6.0.0.beta-SNAPSHOT.2</version>
12-
<relativePath>../../module-parent-pom.xml</relativePath>
12+
<relativePath>../</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>simple-java-mail-module-parent</artifactId>
1010
<!--suppress MavenPropertyInParent -->
1111
<version>6.0.0.beta-SNAPSHOT.2</version>
12-
<relativePath>../../module-parent-pom.xml</relativePath>
12+
<relativePath>../</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>simple-java-mail-module-parent</artifactId>
1010
<!--suppress MavenPropertyInParent -->
1111
<version>6.0.0.beta-SNAPSHOT.2</version>
12-
<relativePath>../../module-parent-pom.xml</relativePath>
12+
<relativePath>../</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>simple-java-mail-module-parent</artifactId>
1010
<!--suppress MavenPropertyInParent -->
1111
<version>6.0.0.beta-SNAPSHOT.2</version>
12-
<relativePath>../../module-parent-pom.xml</relativePath>
12+
<relativePath>../</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>simple-java-mail-module-parent</artifactId>
1010
<!--suppress MavenPropertyInParent -->
1111
<version>6.0.0.beta-SNAPSHOT.2</version>
12-
<relativePath>../../module-parent-pom.xml</relativePath>
12+
<relativePath>../</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>simple-java-mail-module-parent</artifactId>
1010
<!--suppress MavenPropertyInParent -->
1111
<version>6.0.0.beta-SNAPSHOT.2</version>
12-
<relativePath>../../module-parent-pom.xml</relativePath>
12+
<relativePath>../</relativePath>
1313
</parent>
1414

1515
<artifactId>dkim-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>simple-java-mail-module-parent</artifactId>
1010
<!--suppress MavenPropertyInParent -->
1111
<version>6.0.0.beta-SNAPSHOT.2</version>
12-
<relativePath>../../module-parent-pom.xml</relativePath>
12+
<relativePath>../</relativePath>
1313
</parent>
1414

1515
<artifactId>outlook-module</artifactId>
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>6.0.0.beta-SNAPSHOT.2</version>
12-
<relativePath>./</relativePath>
12+
<relativePath>..</relativePath>
1313
</parent>
1414

1515
<artifactId>simple-java-mail-module-parent</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>simple-java-mail-module-parent</artifactId>
1010
<!--suppress MavenPropertyInParent -->
1111
<version>6.0.0.beta-SNAPSHOT.2</version>
12-
<relativePath>../../module-parent-pom.xml</relativePath>
12+
<relativePath>../</relativePath>
1313
</parent>
1414

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

modules/smime-module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>simple-java-mail-module-parent</artifactId>
1010
<!--suppress MavenPropertyInParent -->
1111
<version>6.0.0.beta-SNAPSHOT.2</version>
12-
<relativePath>../../module-parent-pom.xml</relativePath>
12+
<relativePath>../</relativePath>
1313
</parent>
1414

1515
<artifactId>smime-module</artifactId>

0 commit comments

Comments
 (0)