Skip to content

Commit 5487085

Browse files
committed
Merge branch 'refs/heads/develop' into feature/junit5
# Conflicts: # pom.xml
2 parents 6ec7398 + d4c2d61 commit 5487085

File tree

15 files changed

+34
-15
lines changed

15 files changed

+34
-15
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.3</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.3</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.3</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.3</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.3</version>
12-
<relativePath>../../</relativePath>
12+
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

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

modules/core-test-module/src/main/java/demo/DemoAppBase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public class DemoAppBase {
3434
}
3535
}
3636

37-
static final MailerRegularBuilder<?> mailerSMTPBuilder = buildMailer("smtp.gmail.com", 25, YOUR_GMAIL_ADDRESS, YOUR_GMAIL_PASSWORD, TransportStrategy.SMTP);
3837
static final MailerRegularBuilder<?> mailerTLSBuilder = buildMailer("smtp.gmail.com", 587, YOUR_GMAIL_ADDRESS, YOUR_GMAIL_PASSWORD, TransportStrategy.SMTP_TLS);
3938
static final MailerRegularBuilder<?> mailerSSLBuilder = buildMailer("smtp.gmail.com", 465, YOUR_GMAIL_ADDRESS, YOUR_GMAIL_PASSWORD, TransportStrategy.SMTPS);
4039

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.3</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.3</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.3</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.3</version>
12-
<relativePath>../../</relativePath>
12+
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>outlook-module</artifactId>

0 commit comments

Comments
 (0)