This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-doap-plugin.git


The following commit(s) were added to refs/heads/stabilize by this push:
     new 5473f9b  Fix JavaDoc
5473f9b is described below

commit 5473f9bd35e30ea3e4f670150d01c222e1d7711c
Author: rfscholte <rfscho...@apache.org>
AuthorDate: Tue Oct 12 21:04:58 2021 +0200

    Fix JavaDoc
---
 src/main/java/org/apache/maven/plugin/doap/DoapMojo.java | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugin/doap/DoapMojo.java 
b/src/main/java/org/apache/maven/plugin/doap/DoapMojo.java
index 41faca1..211374a 100644
--- a/src/main/java/org/apache/maven/plugin/doap/DoapMojo.java
+++ b/src/main/java/org/apache/maven/plugin/doap/DoapMojo.java
@@ -81,10 +81,12 @@ import java.util.Set;
 import java.util.TimeZone;
 
 /**
- * <p>Generate a <a href="http://usefulinc.com/ns/doap";>Description of a 
Project (DOAP)</a> file from the main information
- * found in a POM. </p>
- * <b>Note</b>: The generated file is tailored for use by projects at <a
- * href="http://projects.apache.org/doap.html";>Apache</a>.
+ * <p>
+ * Generate a <a href="http://usefulinc.com/ns/doap";>Description of a Project 
(DOAP)</a> file from the main information
+ * found in a POM.
+ * </p>
+ * <b>Note</b>: The generated file is tailored for use by projects at
+ * <a href="http://projects.apache.org/doap.html";>Apache</a>.
  *
  * @author Jason van Zyl
  * @author <a href="mailto:vincent.sive...@gmail.com";>Vincent Siveton</a>

Reply via email to