This is an automated email from the ASF dual-hosted git repository.
dulvac pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-clients.git
The following commit(s) were added to refs/heads/master by this push:
new 1d0e994 trivial: update javadoc plugin to one that works on jdk 11
1d0e994 is described below
commit 1d0e994829d81da36c8c428220d03a94c47f5a2f
Author: Andrei Dulvac <[email protected]>
AuthorDate: Tue Jan 22 15:43:59 2019 +0100
trivial: update javadoc plugin to one that works on jdk 11
---
pom.xml | 5 +++++
.../org/apache/sling/testing/clients/email/SlingEmailClient.java | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ee84ddd..aa72bf8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,6 +78,11 @@
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.22.1</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>3.0.1</version>
+ </plugin>
</plugins>
</build>
diff --git
a/src/main/java/org/apache/sling/testing/clients/email/SlingEmailClient.java
b/src/main/java/org/apache/sling/testing/clients/email/SlingEmailClient.java
index 86c31b9..a41c72f 100644
--- a/src/main/java/org/apache/sling/testing/clients/email/SlingEmailClient.java
+++ b/src/main/java/org/apache/sling/testing/clients/email/SlingEmailClient.java
@@ -40,7 +40,7 @@ import org.codehaus.jackson.map.ObjectMapper;
/**
* Accesses email stored by a mock SMTP server deployed to Sling
*
- * <p>Requires that the <tt>org.apache.sling.testing.email</tt> bundle is
deployed.</p>
+ * <p>Requires that the <code>org.apache.sling.testing.email</code> bundle is
deployed.</p>
*/
public final class SlingEmailClient extends SlingClient {